{"id":34584489,"url":"https://github.com/studio24/laravel-package-template","last_synced_at":"2026-05-26T00:32:51.515Z","repository":{"id":326653616,"uuid":"1102391922","full_name":"studio24/laravel-package-template","owner":"studio24","description":" A repository template for Studio 24's open source Laravel packages","archived":false,"fork":false,"pushed_at":"2025-12-10T16:07:50.000Z","size":24,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-14T10:52:54.127Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/studio24.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-23T11:33:14.000Z","updated_at":"2025-12-10T16:07:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/studio24/laravel-package-template","commit_stats":null,"previous_names":["studio24/laravel-package-template"],"tags_count":0,"template":true,"template_full_name":"studio24/php-package-template","purl":"pkg:github/studio24/laravel-package-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studio24%2Flaravel-package-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studio24%2Flaravel-package-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studio24%2Flaravel-package-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studio24%2Flaravel-package-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/studio24","download_url":"https://codeload.github.com/studio24/laravel-package-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studio24%2Flaravel-package-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33498900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T14:31:05.219Z","status":"ssl_error","status_checked_at":"2026-05-25T14:31:02.878Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-12-24T10:28:31.153Z","updated_at":"2026-05-26T00:32:51.507Z","avatar_url":"https://github.com/studio24.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP Package Template\n\nA repository template for Studio 24's open source Laravel packages.\n\n## How to use this template\n\nThis package can be used as to scaffold a PHP 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.\n\n## Components\n\nA brief explanation of the different components of this package template.\n\n- `.github/ISSUE_TEMPLATE` - GitHub issue templates\n- `.github/workflows` - GitHub actions for running tests (php.yml) and automated releases (release.yml)\n- `.github/dependabot.yml` - Dependabot configuration\n- `config` - Config file for your Laravel package\n- `database` - Laravel database files (factories and migrations)\n- `resources` - Laravel resources (templates)\n- `src/` - The PHP source code for your Laravel package, this will autoload based on the autoload rules in composer.json\n- `src/Commands` - Laravel artisan command\n- `src/Facades` - Laravel facades\n- `src/ExampleClass.php` - An example class\n- `src/PackageTemplateServiceProvider.php` - Service Provider for your Laravel package\n- `tests` - PHPUnit tests for your package\n- `.editorconfig` - Your [editor coding style](https://editorconfig.org/) configuration\n- `.gitattributes` - Ignore these files/folders when this package is installed via Composer\n- `.phpcs.xml.dist` - [PHPCodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer/) configuration\n- `.phplint.yml` - [PHPLint](https://github.com/overtrue/phplint) configuration\n- `CHANGELOG.md` - A list of notable changes, the contents of this file are automated by automated releases\n- `CODE_OF_CONDUCT.md` - Contributor's code of conduct\n- `composer.json` - Composer PHP package dependencies\n- `configure.php` - Package configuration script, this file is deleted after configure.php is run\n- `CONTRIBUTING.md` - Guide to contributing\n- `LICENSE.md` - License information\n- `phpstan.neon` - [PHPStan](https://phpstan.org/) configuration\n- `phpunit.xml.dist` - [PHPUnit](https://phpunit.de/) configuration\n- `README.md` - This README file, this file is deleted once configure.php is run\n- `README_DEFAULT.md` - The default README file for your new package, this file is copied to README.md after configure.php is run\n- `SECURITY.md` - Security policy for this package\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n## Thanks to\n* [Spatie Laravel Package Skeleton](https://github.com/spatie/package-skeleton-laravel) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstudio24%2Flaravel-package-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstudio24%2Flaravel-package-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstudio24%2Flaravel-package-template/lists"}