jds-ventures / lumen-v7-laravel-helpers by jds-ventures

Adds a popular set of Laravel helper functions into lumen v7.X
10
0
1
Package Data
Maintainer Username: jds-ventures
Maintainer Contact: jack@jds.ventures (Jack Salvona)
Package Create Date: 2020-06-22
Package Last Update: 2022-09-30
Language: PHP
License: MIT
Last Refreshed: 2024-04-24 03:02:24
Package Statistics
Total Downloads: 10
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 1

Lumen v7 Laravel Helpers

Latest Stable Version

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

  1. Fork it.
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Make your changes.
  4. Run the tests, adding new ones for your own code if necessary (phpunit).
  5. Commit your changes (git commit -am 'Added some feature').
  6. Push to the branch (git push origin my-new-feature).
  7. Create new pull request.

Also please refer to CONTRIBUTION.md.

License

Please refer to LICENSE.