{"id":15296425,"url":"https://github.com/chillerlan/php-library-template","last_synced_at":"2025-03-25T05:43:51.835Z","repository":{"id":226679885,"uuid":"768923502","full_name":"chillerlan/php-library-template","owner":"chillerlan","description":"A template/boilerplate for PHP libraries.","archived":false,"fork":false,"pushed_at":"2024-04-29T22:13:49.000Z","size":2811,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-30T23:10:53.018Z","etag":null,"topics":["php","php-library-template","php8"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"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/chillerlan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"ko_fi":"codemasher"}},"created_at":"2024-03-08T01:27:56.000Z","updated_at":"2024-06-13T20:54:14.307Z","dependencies_parsed_at":"2024-03-09T00:25:07.052Z","dependency_job_id":"140597aa-d133-4805-8b38-4661768c6dff","html_url":"https://github.com/chillerlan/php-library-template","commit_stats":null,"previous_names":["chillerlan/php-library-template"],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chillerlan%2Fphp-library-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chillerlan%2Fphp-library-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chillerlan%2Fphp-library-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chillerlan%2Fphp-library-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chillerlan","download_url":"https://codeload.github.com/chillerlan/php-library-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245407755,"owners_count":20610232,"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":["php","php-library-template","php8"],"created_at":"2024-09-30T18:10:25.801Z","updated_at":"2025-03-25T05:43:51.803Z","avatar_url":"https://github.com/chillerlan.png","language":"PHP","funding_links":["https://ko-fi.com/codemasher"],"categories":[],"sub_categories":[],"readme":"# chillerlan/php-library-template\n\nA template/boilerplate for PHP libraries.\n\n[![PHP Version Support][php-badge]][php]\n[![Packagist version][packagist-badge]][packagist]\n[![License][license-badge]][license]\n[![Continuous Integration][gh-action-badge]][gh-action]\n[![CodeCov][coverage-badge]][coverage]\n[![Codacy][codacy-badge]][codacy]\n[![Packagist downloads][downloads-badge]][downloads]\n\n[php-badge]: https://img.shields.io/packagist/php-v/chillerlan/php-library-template?logo=php\u0026color=8892BF\u0026logoColor=fff\n[php]: https://www.php.net/supported-versions.php\n[packagist-badge]: https://img.shields.io/packagist/v/chillerlan/php-library-template.svg?logo=packagist\u0026logoColor=fff\n[packagist]: https://packagist.org/packages/chillerlan/php-library-template\n[license-badge]: https://img.shields.io/github/license/chillerlan/php-library-template\n[license]: https://github.com/chillerlan/php-library-template/blob/main/LICENSE\n[gh-action-badge]: https://img.shields.io/github/actions/workflow/status/chillerlan/php-library-template/ci.yml?branch=main\u0026logo=github\u0026logoColor=fff\n[gh-action]: https://github.com/chillerlan/php-library-template/actions/workflows/ci.yml?query=branch%3Amain\n[coverage-badge]: https://img.shields.io/codecov/c/github/chillerlan/php-library-template.svg?logo=codecov\u0026logoColor=fff\n[coverage]: https://codecov.io/github/chillerlan/php-library-template\n[codacy-badge]: https://img.shields.io/codacy/grade/917022229a8f432e9a15481ebf0c587c?logo=codacy\u0026logoColor=fff\n[codacy]: https://app.codacy.com/gh/chillerlan/php-library-template/dashboard\n[downloads-badge]: https://img.shields.io/packagist/dt/chillerlan/php-library-template.svg?logo=packagist\u0026logoColor=fff\n[downloads]: https://packagist.org/packages/chillerlan/php-library-template/stats\n\n## Overview\n\n### Features\n\n- [GitHub Actions](https://github.com/chillerlan/php-library-template/actions) runner\n- [Composer](https://getcomposer.org) dependency management\n- [PHPUnit](https://phpunit.de) unit tests\n- [PHPStan](https://github.com/phpstan/phpstan) static analysis\n- [PHPCS](https://github.com/PHPCSStandards/PHP_CodeSniffer) coding standard analyzer\n- [PHPMD](https://phpmd.org) mess detector\n- [Codecov](https://codecov.io) code coverage analysis\n- [Codacy](https://www.codacy.com) code quality analysis\n- [phpDocumentor](https://www.phpdoc.org) auto generated API docs\n- [ReadTheDocs](https://readthedocs.org) documentation builder\n\n\n### Requirements\n\n- PHP 8.1+\n\n\n## Documentation\n\n- The user manual is at https://php-library-template.readthedocs.io/ ([sources](https://github.com/chillerlan/php-library-template/tree/main/docs))\n- An API documentation created with [phpDocumentor](https://www.phpdoc.org/) can be found at https://chillerlan.github.io/php-library-template/\n\n\n## Disclaimer\n\nUse at your own risk!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchillerlan%2Fphp-library-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchillerlan%2Fphp-library-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchillerlan%2Fphp-library-template/lists"}