dvit / rev-package-creation
Create random processes
1.0.0
2021-07-13 17:48 UTC
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-08-14 05:01:25 UTC
README
Create Random Stuffs in your next PHP project.
Installation
Require the package using composer
composer require dvit/rev-package-creation
Usage
use Dvit\RandomProcesses\StuffFactory; $stuffs = new StuffFactory(); $stuff = $stuffs->getRandomStuff;
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.