PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Samuel Adeshina   Rando   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Rando
Random data generator of several types for testing
Author: By
Last change: Converted folder style to psr-0
Date: 7 years ago
Size: 574 bytes
 

Contents

Class file image Download
{ "name": "samshal/rando", "description": "Rando is a minimalist generator of random strings, numbers and so on to help reduce some monotony particularly while writing automated tests or anywhere else you need anything random", "type": "Library", "license": "MIT", "authors": [ { "name": "Samuel Adeshina", "email": "samueladeshina73@gmail.com" } ], "require":{ "j7mbo/twitter-api-php":"dev-master" }, "autoload":{ "psr-4":{ "Samshal\\Rando\\":"./src" } } }