{"id":15029289,"url":"https://github.com/cradlephp/components","last_synced_at":"2025-06-22T14:11:22.358Z","repository":{"id":56958533,"uuid":"93020520","full_name":"CradlePHP/components","owner":"CradlePHP","description":"Common PHP7 Components originally designed for CradlePHP","archived":false,"fork":false,"pushed_at":"2021-03-14T07:47:41.000Z","size":391,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T10:51:21.350Z","etag":null,"topics":["cradle","cradlephp","library","php71","v2","v3-prototype"],"latest_commit_sha":null,"homepage":"https://cradlephp.github.io/","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CradlePHP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-01T05:40:15.000Z","updated_at":"2020-07-30T07:23:42.000Z","dependencies_parsed_at":"2022-08-21T04:40:21.299Z","dependency_job_id":null,"html_url":"https://github.com/CradlePHP/components","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/CradlePHP/components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CradlePHP%2Fcomponents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CradlePHP%2Fcomponents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CradlePHP%2Fcomponents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CradlePHP%2Fcomponents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CradlePHP","download_url":"https://codeload.github.com/CradlePHP/components/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CradlePHP%2Fcomponents/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261304266,"owners_count":23138301,"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","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":["cradle","cradlephp","library","php71","v2","v3-prototype"],"created_at":"2024-09-24T20:10:13.900Z","updated_at":"2025-06-22T14:11:17.330Z","avatar_url":"https://github.com/CradlePHP.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Common PHP7 Patterns and Constructs\n\n[![Travis CI](https://travis-ci.org/CradlePHP/components.svg?branch=master)](https://travis-ci.org/CradlePHP/components)\n[![Coverage Status](https://coveralls.io/repos/github/CradlePHP/components/badge.svg?branch=master)](https://coveralls.io/github/CradlePHP/components?branch=master)\n[![Latest Stable Version](https://poser.pugx.org/cradlephp/components/v/stable)](https://packagist.org/packages/cradlephp/components)\n[![Total Downloads](https://poser.pugx.org/cradlephp/components/downloads)](https://packagist.org/packages/cradlephp/components)\n[![Latest Unstable Version](https://poser.pugx.org/cradlephp/components/v/unstable)](https://packagist.org/packages/cradlephp/components)\n[![License](https://poser.pugx.org/cradlephp/components/license)](https://packagist.org/packages/cradlephp/components)\n\n## Install\n\nIf you already installed Cradle, you may not need to install this because it\nshould be already included.\n\n```bash\n\ncomposer install cradlephp/components\n\n```\n\n## Components\n\n - Curl - cURL wrapper class that helps making cUrl calls easier\n - Data - Manages data structs of all kinds. Models, Collections and Registry objects are covered here\n - Event - Similar to JavaScript Events. Covers basic and wildcard events.\n - Helper - Miscellaneous traits used to add class features\n - Http - Deals with Routers, Request, Response and Middleware\n - i18n - Covers Language translations and timezone conversions\n - Image - Dynamic Image processor\n - Profiler - Assists with troubleshooting code\n - Resolver - IoC to manage dependency injections\n\nSee the [Wiki](https://github.com/CradlePHP/components/wiki) for documentation on these components. See [https://cradlephp.github.io/](https://cradlephp.github.io/) for more information about the entire project.\n\n----\n\n\u003ca name=\"contributing\"\u003e\u003c/a\u003e\n# Contributing to Cradle PHP\n\nThank you for considering to contribute to Cradle PHP.\n\nPlease be aware that master branch contains all edge releases of the current version. Please check the version you are working with and find the corresponding branch. For example `v1.1.1` can be in the `1.1` branch.\n\nBug fixes will be reviewed as soon as possible. Minor features will also be considered, but give me time to review it and get back to you. Major features will **only** be considered on the `master` branch.\n\n1. Fork the Repository.\n2. Fire up your local terminal and switch to the version you would like to\ncontribute to.\n3. Make your changes.\n4. Always make sure to sign-off (-s) on all commits made (git commit -s -m \"Commit message\")\n\n## Making pull requests\n\n1. Please ensure to run [phpunit](https://phpunit.de/) and\n[phpcs](https://github.com/squizlabs/PHP_CodeSniffer) before making a pull request.\n2. Push your code to your remote forked version.\n3. Go back to your forked version on GitHub and submit a pull request.\n4. All pull requests will be passed to [Travis CI](https://travis-ci.org/CradlePHP/components) to be tested. Also note that [Coveralls](https://coveralls.io/github/CradlePHP/components) is also used to analyze the coverage of your contribution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcradlephp%2Fcomponents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcradlephp%2Fcomponents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcradlephp%2Fcomponents/lists"}