{"id":13608158,"url":"https://github.com/spatie/package-skeleton-php","last_synced_at":"2025-05-15T08:11:35.850Z","repository":{"id":38353446,"uuid":"262747607","full_name":"spatie/package-skeleton-php","owner":"spatie","description":"A skeleton repository for Spatie's PHP Packages","archived":false,"fork":false,"pushed_at":"2025-05-12T18:54:55.000Z","size":222,"stargazers_count":518,"open_issues_count":0,"forks_count":147,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-05-12T19:54:34.772Z","etag":null,"topics":["package","php","skeleton","template"],"latest_commit_sha":null,"homepage":"https://laravelpackage.training","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/spatie.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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,"zenodo":null},"funding":{"github":"vendor_name"}},"created_at":"2020-05-10T08:56:37.000Z","updated_at":"2025-05-12T18:54:53.000Z","dependencies_parsed_at":"2023-12-18T09:40:03.844Z","dependency_job_id":"b58fcda9-a2e2-47b8-a2c0-d2dcc3093c39","html_url":"https://github.com/spatie/package-skeleton-php","commit_stats":{"total_commits":190,"total_committers":34,"mean_commits":5.588235294117647,"dds":0.6789473684210526,"last_synced_commit":"4ebca2c6938d8099dc449c14bc1a081a3da044db"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spatie%2Fpackage-skeleton-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spatie%2Fpackage-skeleton-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spatie%2Fpackage-skeleton-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spatie%2Fpackage-skeleton-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spatie","download_url":"https://codeload.github.com/spatie/package-skeleton-php/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254301613,"owners_count":22047905,"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":["package","php","skeleton","template"],"created_at":"2024-08-01T19:01:24.797Z","updated_at":"2025-05-15T08:11:35.822Z","avatar_url":"https://github.com/spatie.png","language":"PHP","funding_links":["https://github.com/sponsors/vendor_name"],"categories":["PHP"],"sub_categories":[],"readme":"# :package_description\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/:vendor_slug/:package_slug.svg?style=flat-square)](https://packagist.org/packages/:vendor_slug/:package_slug)\n[![Tests](https://img.shields.io/github/actions/workflow/status/:vendor_slug/:package_slug/run-tests.yml?branch=main\u0026label=tests\u0026style=flat-square)](https://github.com/:vendor_slug/:package_slug/actions/workflows/run-tests.yml)\n[![Total Downloads](https://img.shields.io/packagist/dt/:vendor_slug/:package_slug.svg?style=flat-square)](https://packagist.org/packages/:vendor_slug/:package_slug)\n\u003c!--delete--\u003e\n---\nThis package can be used as to scaffold a framework agnostic package. Follow these steps to get started:\n\n1. Press the \"Use template\" button at the top of this repo to create a new repo with the contents of this skeleton\n2. Run \"php ./configure.php\" to run a script that will replace all placeholders throughout all the files\n3. Have fun creating your package.\n4. If you need help creating a package, consider picking up our \u003ca href=\"https://laravelpackage.training\"\u003eLaravel Package Training\u003c/a\u003e video course.\n---\n\u003c!--/delete--\u003e\nThis is where your description should go. Try and limit it to a paragraph or two. Consider adding a small example.\n\n## Support us\n\n[\u003cimg src=\"https://github-ads.s3.eu-central-1.amazonaws.com/:package_name.jpg?t=1\" width=\"419px\" /\u003e](https://spatie.be/github-ad-click/:package_name)\n\nWe invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).\n\nWe highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require :vendor_slug/:package_slug\n```\n\n## Usage\n\n```php\n$skeleton = new VendorName\\Skeleton();\necho $skeleton-\u003eechoPhrase('Hello, VendorName!');\n```\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [:author_name](https://github.com/:author_username)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspatie%2Fpackage-skeleton-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspatie%2Fpackage-skeleton-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspatie%2Fpackage-skeleton-php/lists"}