{"id":18358638,"url":"https://github.com/svenluijten/package-skeleton","last_synced_at":"2025-10-05T02:21:32.880Z","repository":{"id":43337858,"uuid":"55217990","full_name":"svenluijten/package-skeleton","owner":"svenluijten","description":":package: My base for PHP packages.","archived":false,"fork":false,"pushed_at":"2025-09-25T13:41:06.000Z","size":75,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-25T15:36:22.201Z","etag":null,"topics":["composer","laravel","laravel-package","laravel-package-starter","package","php"],"latest_commit_sha":null,"homepage":"https://svenluijten.com","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/svenluijten.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"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}},"created_at":"2016-04-01T08:57:11.000Z","updated_at":"2025-09-25T13:41:10.000Z","dependencies_parsed_at":"2023-02-08T19:46:25.892Z","dependency_job_id":"30cb1886-6f05-44b9-b64d-41455d7da2df","html_url":"https://github.com/svenluijten/package-skeleton","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/svenluijten/package-skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenluijten%2Fpackage-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenluijten%2Fpackage-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenluijten%2Fpackage-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenluijten%2Fpackage-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svenluijten","download_url":"https://codeload.github.com/svenluijten/package-skeleton/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenluijten%2Fpackage-skeleton/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278399696,"owners_count":25980334,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["composer","laravel","laravel-package","laravel-package-starter","package","php"],"created_at":"2024-11-05T22:18:52.586Z","updated_at":"2025-10-05T02:21:32.850Z","avatar_url":"https://github.com/svenluijten.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![:package](:hero)\n\n# :package\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Total Downloads][ico-downloads]][link-downloads]\n[![Software License][ico-license]](LICENSE.md)\n[![Build Status][ico-build]][link-build]\n[![StyleCI][ico-styleci]][link-styleci]\n[![PhpStan][ico-phpstan]][link-phpstan]\n\nShort description of the package. What does it do and why should people download\nit? Brag a bit but don't exaggerate. Talk about what's to come and tease small\npieces of functionality.\n\n\u003e :namespace\n\u003e :package\n\u003e :styleci\n\u003e :hero\n\n## Installation\nYou can install this package via [Composer](http://getcomposer.org):\n\n```bash\n$ composer require sven/:package\n```\n\n### Registering the service provider\n\u003e Is this a Laravel package?\n\nNext, add the `ServiceProvider` to your `providers` array in `config/app.php`:\n\n```php\n'providers' =\u003e [\n    ...\n    Sven\\:namespace\\ServiceProvider::class,\n];\n```\n\nIf you would like to load this package in certain environments only, take a look\nat [`sven/env-providers`](https://github.com/svenluijten/env-providers).\n\n## Usage\nSome examples of the code. How should people use it, what options does this package\nprovide? Should people be wary of some functionality?\n\n```php\nMaybe some code?\n```\n\n## Contributing\nAll contributions (pull requests, issues and feature requests) are\nwelcome. Make sure to read through the [CONTRIBUTING.md](CONTRIBUTING.md) first,\nthough. See the [contributors page](../../graphs/contributors) for all contributors.\n\n## License\n`sven/:package` is licensed under the MIT License (MIT). Please see the\n[license file](LICENSE.md) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/sven/:package.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-green.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/sven/:package.svg?style=flat-square\n[ico-build]: https://img.shields.io/github/actions/workflow/status/svenluijten/:package/run-tests.yml?branch=main\u0026style=flat-square\n[ico-styleci]: https://styleci.io/repos/:styleci/shield\n[ico-phpstan]: https://img.shields.io/badge/phpstan-enabled-blue.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/sven/:package\n[link-downloads]: https://packagist.org/packages/sven/:package/stats\n[link-build]: https://github.com/svenluijten/:package/actions/workflows/run-tests.yml\n[link-styleci]: https://styleci.io/repos/:styleci\n[link-phpstan]: https://github.com/phpstan/phpstan\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvenluijten%2Fpackage-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsvenluijten%2Fpackage-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvenluijten%2Fpackage-skeleton/lists"}