pointybeard / helpers
A meta package containing helpful classes and functions for use in PHP.
Requires
- php: >=7.2
- pointybeard/helpers-cli-colour: ^1.0
- pointybeard/helpers-cli-input: ^1.2.0
- pointybeard/helpers-cli-message: ^1.0
- pointybeard/helpers-cli-progressbar: ^1.1.0
- pointybeard/helpers-cli-prompt: ^1.0
- pointybeard/helpers-exceptions-readabletrace: ^1.0
- pointybeard/helpers-foundation-bnl: ^1.0
- pointybeard/helpers-foundation-factory: ^1.0
- pointybeard/helpers-functions-arrays: ^1.0
- pointybeard/helpers-functions-cli: ^1.1.0
- pointybeard/helpers-functions-debug: ^1.0
- pointybeard/helpers-functions-files: ^1.0
- pointybeard/helpers-functions-flags: ^1.0
- pointybeard/helpers-functions-json: ^1.0
- pointybeard/helpers-functions-numbers: ^1.0
- pointybeard/helpers-functions-paths: ^1.1.0
- pointybeard/helpers-functions-strings: ^1.1.0
- pointybeard/helpers-functions-time: ^1.1
- pointybeard/helpers-statistics-slidingaverage: ^1.0
README
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:
- PHP Helpers: Command-line Progress Bar (
pointybeard/helpers-cli-progressbar
) - PHP Helpers: Command-line Colours (
pointybeard/helpers-cli-colour
) - PHP Helpers: Command-line Prompt for Input (
pointybeard/helpers-cli-prompt
) - PHP Helpers: Command-line Message (
pointybeard/helpers-cli-message
) - PHP Helpers: Command-line Input and Input Type Handlers (
pointybeard/helpers-cli-input
) - PHP Helpers: Sliding Average (
pointybeard/helpers-statistics-slidingaverage
) - PHP Helpers: Time Functions (
pointybeard/helpers-functions-time
) - PHP Helpers: Flag Functions (
pointybeard/helpers-functions-flags
) - PHP Helpers: Command-line Functions (
pointybeard/helpers-functions-cli
) - PHP Helpers: String Functions (
pointybeard/helpers-functions-strings
) - PHP Helpers: Array Functions (
pointybeard/helpers-functions-arrays
) - PHP Helpers: Path Functions (
pointybeard/helpers-functions-paths
) - PHP Helpers: Debug Functions (
pointybeard/helpers-functions-debug
) - PHP Helpers: Json Functions (
pointybeard/helpers-functions-json
) - PHP Helpers: Factory Foundation Classes (
pointybeard/helpers-foundation-factory
) - PHP Helpers: Readable Trace Exception (
pointybeard/helpers-exceptions-readabletrace
) - PHP Helpers: Broadcast & Listen Foundation Classes (
pointybeard/helpers-foundation-bnl
) - PHP Helpers: File Functions (
pointybeard/helpers-functions-files
) - PHP Helpers: Number Functions (
pointybeard/helpers-functions-number
)
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
- Alannah Kearney - https://github.com/pointybeard
- See also the list of contributors who participated in this project
License
"PHP Helpers" is released under the MIT License.