jds-ventures / lumen-v7-laravel-helpers
Adds a popular set of Laravel helper functions into lumen v7.X
dev-master
2020-06-22 18:21 UTC
Requires
- php: ^7.0
Requires (Dev)
- phpdocumentor/phpdocumentor: ^2.0
- phpmd/phpmd: ^2.6
- phpunit/phpunit: ^6.0
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2024-10-29 06:11:50 UTC
README
Adds a popular set of Laravel helper functions into lumen v7.X such as public_path, config_path, mix and more
This project is NOT ready for use in production as full UNIT testing has not been performed
Requirements
- PHP >= 7.3+;
- A project running Lumen Framework ^7.x;
Features
- PSR-4 autoloading compliant structure;
- PSR-2 compliant code style;
- No configureation required, works just the same as Laravel;
Installation
composer require jds-ventures/lumen-v7-laravel-helpers
This will autoload all the helper functions included within src/helpers.php
- /src/helpers.php is where the helpers functions are stored;
Changelog
To keep track, please refer to CHANGELOG.md.
Contributing
- Fork it.
- Create your feature branch (git checkout -b my-new-feature).
- Make your changes.
- Run the tests, adding new ones for your own code if necessary (phpunit).
- Commit your changes (git commit -am 'Added some feature').
- Push to the branch (git push origin my-new-feature).
- Create new pull request.
Also please refer to CONTRIBUTION.md.
License
Please refer to LICENSE.