{"id":16409543,"url":"https://github.com/pointybeard/helpers","last_synced_at":"2025-10-26T17:32:34.765Z","repository":{"id":57043300,"uuid":"184991150","full_name":"pointybeard/helpers","owner":"pointybeard","description":"A meta package containing helpful classes and functions for use in PHP","archived":false,"fork":false,"pushed_at":"2020-11-10T12:57:13.000Z","size":25,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-14T03:41:49.701Z","etag":null,"topics":["composer-package","library","php"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pointybeard.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-05T06:47:44.000Z","updated_at":"2024-02-21T13:39:13.000Z","dependencies_parsed_at":"2022-08-24T01:21:08.248Z","dependency_job_id":null,"html_url":"https://github.com/pointybeard/helpers","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/pointybeard/helpers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointybeard%2Fhelpers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointybeard%2Fhelpers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointybeard%2Fhelpers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointybeard%2Fhelpers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pointybeard","download_url":"https://codeload.github.com/pointybeard/helpers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointybeard%2Fhelpers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281141150,"owners_count":26450601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["composer-package","library","php"],"created_at":"2024-10-11T06:20:22.438Z","updated_at":"2025-10-26T17:32:34.456Z","avatar_url":"https://github.com/pointybeard.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP Helpers\n\nA meta package containing helpful classes and functions for use in PHP.\n\n## Installation\n\nThis 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.\n\nAnd run composer to update your dependencies:\n\n    $ curl -s http://getcomposer.org/installer | php\n    $ php composer.phar update\n\n## Usage\n\nSee individual packages for their usage instructions. Packages included in this library:\n\n-   [PHP Helpers: Command-line Progress Bar](https://github.com/pointybeard/helpers-cli-progressbar) (`pointybeard/helpers-cli-progressbar`)\n-   [PHP Helpers: Command-line Colours](https://github.com/pointybeard/helpers-cli-colour) (`pointybeard/helpers-cli-colour`)\n-   [PHP Helpers: Command-line Prompt for Input](https://github.com/pointybeard/helpers-cli-prompt) (`pointybeard/helpers-cli-prompt`)\n-   [PHP Helpers: Command-line Message](https://github.com/pointybeard/helpers-cli-message) (`pointybeard/helpers-cli-message`)\n-   [PHP Helpers: Command-line Input and Input Type Handlers](https://github.com/pointybeard/helpers-cli-input) (`pointybeard/helpers-cli-input`)\n-   [PHP Helpers: Sliding Average](https://github.com/pointybeard/helpers-statistics-slidingaverage) (`pointybeard/helpers-statistics-slidingaverage`)\n-   [PHP Helpers: Time Functions](https://github.com/pointybeard/helpers-functions-time) (`pointybeard/helpers-functions-time`)\n-   [PHP Helpers: Flag Functions](https://github.com/pointybeard/helpers-functions-flags) (`pointybeard/helpers-functions-flags`)\n-   [PHP Helpers: Command-line Functions](https://github.com/pointybeard/helpers-functions-cli) (`pointybeard/helpers-functions-cli`)\n-   [PHP Helpers: String Functions](https://github.com/pointybeard/helpers-functions-strings) (`pointybeard/helpers-functions-strings`)\n-   [PHP Helpers: Array Functions](https://github.com/pointybeard/helpers-functions-arrays) (`pointybeard/helpers-functions-arrays`)\n-   [PHP Helpers: Path Functions](https://github.com/pointybeard/helpers-functions-paths) (`pointybeard/helpers-functions-paths`)\n-   [PHP Helpers: Debug Functions](https://github.com/pointybeard/helpers-functions-debug) (`pointybeard/helpers-functions-debug`)\n-   [PHP Helpers: Json Functions](https://github.com/pointybeard/helpers-functions-json) (`pointybeard/helpers-functions-json`)\n-   [PHP Helpers: Factory Foundation Classes](https://github.com/pointybeard/helpers-foundation-factory) (`pointybeard/helpers-foundation-factory`)\n-   [PHP Helpers: Readable Trace Exception](https://github.com/pointybeard/helpers-exceptions-readabletrace) (`pointybeard/helpers-exceptions-readabletrace`)\n-   [PHP Helpers: Broadcast \u0026 Listen Foundation Classes](https://github.com/pointybeard/helpers-foundation-bnl) (`pointybeard/helpers-foundation-bnl`)\n-   [PHP Helpers: File Functions](https://github.com/pointybeard/helpers-functions-files) (`pointybeard/helpers-functions-files`)\n-   [PHP Helpers: Number Functions](https://github.com/pointybeard/helpers-functions-number) (`pointybeard/helpers-functions-number`)\n\n## Support\n\nIf you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/pointybeard/helpers/issues),\nor better yet, fork the library and submit a pull request.\n\n## Contributing\n\nWe 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.\n\n## Author\n-   Alannah Kearney - https://github.com/pointybeard\n-   See also the list of [contributors][ext-contributor] who participated in this project\n\n## License\n\n\"PHP Helpers\" is released under the [MIT License](http://www.opensource.org/licenses/MIT).\n\n[ext-contributor]: https://github.com/pointybeard/helpers/contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpointybeard%2Fhelpers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpointybeard%2Fhelpers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpointybeard%2Fhelpers/lists"}