Download the PHP package pointybeard/helpers without Composer
On this page you can find all versions of the php package pointybeard/helpers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pointybeard/helpers
More information about pointybeard/helpers
Files in pointybeard/helpers
Package helpers
Short Description A meta package containing helpful classes and functions for use in PHP.
License MIT
Homepage https://github.com/pointybeard/helpers
Informations about the package helpers
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:
- 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.
All versions of helpers with dependencies
pointybeard/helpers-cli-colour Version ^1.0
pointybeard/helpers-cli-input Version ^1.2.0
pointybeard/helpers-cli-message Version ^1.0
pointybeard/helpers-cli-progressbar Version ^1.1.0
pointybeard/helpers-cli-prompt Version ^1.0
pointybeard/helpers-exceptions-readabletrace Version ^1.0
pointybeard/helpers-foundation-factory Version ^1.0
pointybeard/helpers-foundation-bnl Version ^1.0
pointybeard/helpers-functions-arrays Version ^1.0
pointybeard/helpers-functions-cli Version ^1.1.0
pointybeard/helpers-functions-debug Version ^1.0
pointybeard/helpers-functions-flags Version ^1.0
pointybeard/helpers-functions-json Version ^1.0
pointybeard/helpers-functions-paths Version ^1.1.0
pointybeard/helpers-functions-strings Version ^1.1.0
pointybeard/helpers-functions-time Version ^1.1
pointybeard/helpers-statistics-slidingaverage Version ^1.0
pointybeard/helpers-functions-files Version ^1.0
pointybeard/helpers-functions-numbers Version ^1.0