lumen-v7-laravel-helpers maintained by jds-ventures
Description
Adds a popular set of Laravel helper functions into lumen v7.X
Authors
Last update
2022/09/30 22:26
(dev-dependabot/composer/twig/twig-1.44.7)
License
Downloads
10
Tags
Lumen v7 Laravel Helpers
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.