Generates a code for you on the go
Requirements
- Composer
- PHP ^7.0
Composer:
composer require gjhuerte/php-code-generator
Import the package and your good to go.
use Aux\Generator\Code;
$code = Code::generate(10);
All you need to do is clone the repository. Run composer install
to install all dependencies for testing.
git clone https://github.com/gjhuerte/php-code-generator.git
-
1.0.0
- More official functions for the generator
-
0.1.0
- Initial Release
Gabriel Jay Huerte – @gjhuerte
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/gjhuerte/php-code-generator.git
- Fork it (https://github.com/gjhuerte/php-code-generator.git/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request