{"id":21664401,"url":"https://github.com/wayofdev/php-package-tpl","last_synced_at":"2025-10-08T17:23:44.081Z","repository":{"id":45400708,"uuid":"513609396","full_name":"wayofdev/php-package-tpl","owner":"wayofdev","description":"PHP package template with GitHub Actions. Is Used by WOD projects","archived":false,"fork":false,"pushed_at":"2025-02-08T07:06:48.000Z","size":930,"stargazers_count":6,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T00:16:25.829Z","etag":null,"topics":["php","php8","template"],"latest_commit_sha":null,"homepage":"https://wayof.dev","language":"Makefile","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/wayofdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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":{"github":"wayofdev"}},"created_at":"2022-07-13T17:17:39.000Z","updated_at":"2024-06-03T13:33:04.000Z","dependencies_parsed_at":"2023-02-19T07:01:08.470Z","dependency_job_id":"4025b389-c2da-4db0-a602-d481dfe602f5","html_url":"https://github.com/wayofdev/php-package-tpl","commit_stats":{"total_commits":24,"total_committers":4,"mean_commits":6.0,"dds":0.5,"last_synced_commit":"d3ad44f3af940b5b917754495ce680eb3eeb2883"},"previous_names":[],"tags_count":141,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayofdev%2Fphp-package-tpl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayofdev%2Fphp-package-tpl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayofdev%2Fphp-package-tpl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayofdev%2Fphp-package-tpl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wayofdev","download_url":"https://codeload.github.com/wayofdev/php-package-tpl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248497818,"owners_count":21113984,"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","php8","template"],"created_at":"2024-11-25T10:37:24.386Z","updated_at":"2025-10-08T17:23:39.045Z","avatar_url":"https://github.com/wayofdev.png","language":"Makefile","readme":"\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg width=\"456\" src=\"https://raw.githubusercontent.com/wayofdev/ansible-role-tpl/master/assets/logo.gh-light-mode-only.png#gh-light-mode-only\"\u003e\n\u003cimg width=\"456\" src=\"https://raw.githubusercontent.com/wayofdev/ansible-role-tpl/master/assets/logo.gh-dark-mode-only.png#gh-dark-mode-only\"\u003e\n\u003c/div\u003e\n\n\n\n\u003cbr\u003e\n\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://github.com/wayofdev/php-package-tpl/actions\"\u003e\u003cimg alt=\"Build Status\" src=\"https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fwayofdev%2Fphp-package-tpl%2Fbadge\u0026style=flat-square\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/wayofdev/package-tpl\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/wayofdev/package-tpl?\u0026style=flat-square\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/wayofdev/package-tpl\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/wayofdev/package-tpl?\u0026style=flat-square\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/wayofdev/package-tpl\"\u003e\u003cimg src=\"https://img.shields.io/packagist/l/wayofdev/package-tpl?style=flat-square\u0026color=blue\" alt=\"Software License\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/wayofdev/package-tpl\"\u003e\u003cimg alt=\"Commits since latest release\" src=\"https://img.shields.io/github/commits-since/wayofdev/php-package-tpl/latest?style=flat-square\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n# PHP Package Template\n\nThis is minimal PHP template which is used by other PHP projects in wayofdev organization.\n\nIf you **like/use** this package, please consider **starring** it. Thanks!\n\n![Screenshot](assets/screenshot.png)\n\n## 💿 Installation\n\n### → Using composer\n\nRequire as dependency:\n\n```bash\n$ composer req wayofdev/package-tpl\n```\n\n\u003cbr\u003e\n\n## 🧪 Running Tests\n\n### → PHPUnit tests\n\nTo run tests, run the following command:\n\n```bash\n$ make test\n```\n\n### → Static Analysis\n\nCode quality using PHPStan:\n\n```bash\n$ make stan\n```\n\n### → Coding Standards Fixing\n\nFix code using The PHP Coding Standards Fixer (PHP CS Fixer) to follow our standards:\n\n```bash\n$ make cs-fix\n```\n\n\u003cbr\u003e\n\n## 🤝 License\n\n[![Licence](https://img.shields.io/github/license/wayofdev/php-package-tpl?style=for-the-badge\u0026color=blue)](./LICENSE)\n\n\u003cbr\u003e\n\n## 🙆🏼‍♂️ Author Information\n\nCreated in **2022** by [lotyp / wayofdev](https://github.com/wayofdev)\n\n\u003cbr\u003e\n","funding_links":["https://github.com/sponsors/wayofdev"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwayofdev%2Fphp-package-tpl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwayofdev%2Fphp-package-tpl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwayofdev%2Fphp-package-tpl/lists"}