basephp / support
BasePHP - Support
Requires
- php: >=7.0
Requires (Dev)
- phpunit/phpunit: ^6.0
README
Note: This repository is a standalone package and does not require the BasePHP framework. If you would like to learn more about the framework, visit BasePHP. You may use this essential package and it's common functionality in your packages, projects and applications.
Base Support (Common PHP Helpers)
This package will help simplify your PHP development. PHP core functions are never consistent with it's naming conventions, and this package gives you an alternative that simplifies the use of common php functionality. This package has no dependencies and can be used in any of your PHP projects.
Installation
Install using composer (or download and include manually).
composer require basephp/support
Note: If you're using BasePHP, this package is already included.
Included
This package includes the following:
About
This package was designed to be independent from any specific framework and to give all your projects consistency.
Inspired by core helpers from the Laravel framework.
Contributions
Anyone can contribute to the library. Please do so by posting issues when you've found something that is unexpected or sending a pull request for improvements.
License
This package is open-sourced software licensed under the MIT license.