Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 3.8 KB

README.md

File metadata and controls

55 lines (39 loc) · 3.8 KB

PHP Helpers

A meta package containing helpful classes and functions for use in PHP.

Installation

This library is installed via Composer. To install, use composer require pointybeard/helpers or add "pointybeard/helpers": "~1.2.0" to your composer.json file.

And run composer to update your dependencies:

$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update

Usage

See individual packages for their usage instructions. Packages included in this library:

Support

If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.

Contributing

We encourage you to contribute to this project. Please check out the Contributing documentation for guidelines about how to get involved.

Author

License

"PHP Helpers" is released under the MIT License.