{"id":20684445,"url":"https://github.com/spiral-packages/package-skeleton","last_synced_at":"2025-04-22T13:10:11.937Z","repository":{"id":38109806,"uuid":"453138347","full_name":"spiral-packages/package-skeleton","owner":"spiral-packages","description":"A skeleton repository for Spiral framework packages","archived":false,"fork":false,"pushed_at":"2023-04-27T07:52:11.000Z","size":42,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-22T13:09:54.638Z","etag":null,"topics":["framework","php","skeleton-template","spiral-framework"],"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/spiral-packages.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-01-28T16:28:17.000Z","updated_at":"2023-08-25T05:54:43.000Z","dependencies_parsed_at":"2023-01-17T17:49:22.314Z","dependency_job_id":null,"html_url":"https://github.com/spiral-packages/package-skeleton","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spiral-packages%2Fpackage-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spiral-packages%2Fpackage-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spiral-packages%2Fpackage-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spiral-packages%2Fpackage-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spiral-packages","download_url":"https://codeload.github.com/spiral-packages/package-skeleton/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250246727,"owners_count":21398919,"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":["framework","php","skeleton-template","spiral-framework"],"created_at":"2024-11-16T22:21:51.172Z","updated_at":"2025-04-22T13:10:11.904Z","avatar_url":"https://github.com/spiral-packages.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :package_description\n\n[![PHP Version Require](https://poser.pugx.org/:vendor_slug/:package_slug/require/php)](https://packagist.org/packages/:vendor_slug/:package_slug)\n[![Latest Stable Version](https://poser.pugx.org/:vendor_slug/:package_slug/v/stable)](https://packagist.org/packages/:vendor_slug/:package_slug)\n[![phpunit](https://github.com/:vendor_slug/:package_slug/actions/workflows/phpunit.yml/badge.svg)](https://github.com/:vendor_slug/:package_slug/actions)\n[![psalm](https://github.com/:vendor_slug/:package_slug/actions/workflows/psalm.yml/badge.svg)](https://github.com/:vendor_slug/:package_slug/actions)\n[![Codecov](https://codecov.io/gh/:vendor_slug/:package_slug/branch/master/graph/badge.svg)](https://codecov.io/gh/:vendor_slug/:package_slug/)\n[![Total Downloads](https://poser.pugx.org/:vendor_slug/:package_slug/downloads)](https://packagist.org/:vendor_slug/:package_slug/phpunit)\n\n\u003c!--delete--\u003e\n---\nThis repo can be used to scaffold a Spiral Framework 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.\n---\n\u003c!--/delete--\u003e\nThis is where your description should go. Limit it to a paragraph or two. Consider adding a small example.\n\n\n## Requirements\n\nMake sure that your server is configured with following PHP version and extensions:\n\n- PHP 8.1+\n- Spiral framework 3.0+\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require :vendor_slug/:package_slug\n```\n\nAfter package install you need to register bootloader from the package.\n\n```php\nprotected const LOAD = [\n    // ...\n    \\VendorName\\Skeleton\\Bootloader\\SkeletonBootloader::class,\n];\n```\n\n\u003e Note: if you are using [`spiral-packages/discoverer`](https://github.com/spiral-packages/discoverer),\n\u003e you don't need to register bootloader by yourself.\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](.github/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) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspiral-packages%2Fpackage-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspiral-packages%2Fpackage-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspiral-packages%2Fpackage-skeleton/lists"}