Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pointybeard/helpers

A meta package containing helpful classes and functions for use in PHP
https://github.com/pointybeard/helpers

composer-package library php

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# PHP Helpers

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

## Installation

This library is installed via [Composer](http://getcomposer.org/). 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](https://github.com/pointybeard/helpers-cli-progressbar) (`pointybeard/helpers-cli-progressbar`)
- [PHP Helpers: Command-line Colours](https://github.com/pointybeard/helpers-cli-colour) (`pointybeard/helpers-cli-colour`)
- [PHP Helpers: Command-line Prompt for Input](https://github.com/pointybeard/helpers-cli-prompt) (`pointybeard/helpers-cli-prompt`)
- [PHP Helpers: Command-line Message](https://github.com/pointybeard/helpers-cli-message) (`pointybeard/helpers-cli-message`)
- [PHP Helpers: Command-line Input and Input Type Handlers](https://github.com/pointybeard/helpers-cli-input) (`pointybeard/helpers-cli-input`)
- [PHP Helpers: Sliding Average](https://github.com/pointybeard/helpers-statistics-slidingaverage) (`pointybeard/helpers-statistics-slidingaverage`)
- [PHP Helpers: Time Functions](https://github.com/pointybeard/helpers-functions-time) (`pointybeard/helpers-functions-time`)
- [PHP Helpers: Flag Functions](https://github.com/pointybeard/helpers-functions-flags) (`pointybeard/helpers-functions-flags`)
- [PHP Helpers: Command-line Functions](https://github.com/pointybeard/helpers-functions-cli) (`pointybeard/helpers-functions-cli`)
- [PHP Helpers: String Functions](https://github.com/pointybeard/helpers-functions-strings) (`pointybeard/helpers-functions-strings`)
- [PHP Helpers: Array Functions](https://github.com/pointybeard/helpers-functions-arrays) (`pointybeard/helpers-functions-arrays`)
- [PHP Helpers: Path Functions](https://github.com/pointybeard/helpers-functions-paths) (`pointybeard/helpers-functions-paths`)
- [PHP Helpers: Debug Functions](https://github.com/pointybeard/helpers-functions-debug) (`pointybeard/helpers-functions-debug`)
- [PHP Helpers: Json Functions](https://github.com/pointybeard/helpers-functions-json) (`pointybeard/helpers-functions-json`)
- [PHP Helpers: Factory Foundation Classes](https://github.com/pointybeard/helpers-foundation-factory) (`pointybeard/helpers-foundation-factory`)
- [PHP Helpers: Readable Trace Exception](https://github.com/pointybeard/helpers-exceptions-readabletrace) (`pointybeard/helpers-exceptions-readabletrace`)
- [PHP Helpers: Broadcast & Listen Foundation Classes](https://github.com/pointybeard/helpers-foundation-bnl) (`pointybeard/helpers-foundation-bnl`)
- [PHP Helpers: File Functions](https://github.com/pointybeard/helpers-functions-files) (`pointybeard/helpers-functions-files`)
- [PHP Helpers: Number Functions](https://github.com/pointybeard/helpers-functions-number) (`pointybeard/helpers-functions-number`)

## Support

If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/pointybeard/helpers/issues),
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](https://github.com/pointybeard/helpers/blob/master/CONTRIBUTING.md) for guidelines about how to get involved.

## Author
- Alannah Kearney - https://github.com/pointybeard
- See also the list of [contributors][ext-contributor] who participated in this project

## License

"PHP Helpers" is released under the [MIT License](http://www.opensource.org/licenses/MIT).

[ext-contributor]: https://github.com/pointybeard/helpers/contributors