{"id":28513602,"url":"https://github.com/astrogoat/app-skeleton","last_synced_at":"2026-05-13T23:34:57.221Z","repository":{"id":105023123,"uuid":"412070244","full_name":"astrogoat/app-skeleton","owner":"astrogoat","description":"Skeleton template for Strata CMS apps","archived":false,"fork":false,"pushed_at":"2025-08-25T13:36:31.000Z","size":354,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-29T03:29:10.551Z","etag":null,"topics":["laravel","php","strata"],"latest_commit_sha":null,"homepage":"","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/astrogoat.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/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},"funding":{"github":"vendor_name"}},"created_at":"2021-09-30T13:11:59.000Z","updated_at":"2025-08-25T13:36:35.000Z","dependencies_parsed_at":"2023-11-23T18:25:03.764Z","dependency_job_id":"4e697880-68f0-486d-9ddf-4d85d049722a","html_url":"https://github.com/astrogoat/app-skeleton","commit_stats":null,"previous_names":[],"tags_count":4,"template":true,"template_full_name":"spatie/package-skeleton-laravel","purl":"pkg:github/astrogoat/app-skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrogoat%2Fapp-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrogoat%2Fapp-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrogoat%2Fapp-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrogoat%2Fapp-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/astrogoat","download_url":"https://codeload.github.com/astrogoat/app-skeleton/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrogoat%2Fapp-skeleton/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33004388,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"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":["laravel","php","strata"],"created_at":"2025-06-09T01:07:29.500Z","updated_at":"2026-05-13T23:34:57.183Z","avatar_url":"https://github.com/astrogoat.png","language":"PHP","funding_links":["https://github.com/sponsors/vendor_name"],"categories":[],"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[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/:vendor_slug/:package_slug/run-tests?label=tests)](https://github.com/:vendor_slug/:package_slug/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/:vendor_slug/:package_slug/Check%20\u0026%20fix%20styling?label=code%20style)](https://github.com/:vendor_slug/:package_slug/actions?query=workflow%3A\"Check+%26+fix+styling\"+branch%3Amain)\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\n---\nThis repo can be used to scaffold a Strata CMS App 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. Remove this block of text.\n4. Have fun creating your package.\n---\n\nThis is where your description should go. Limit it to a paragraph or two. Consider adding a small example.\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## Releasing a new version\n\nUse the included GitHub action to create a new release.\nGo to https://github.com/astrogoat/skeleton/actions/workflows/release.yml click the \"Run workflow\" dropdown, select your version level bump, and click the \"Run workflow\" button.\nor run `gh workflow run release.yml` from your skeleton directory if you have the GitHub CLI installed locally.\n\n**Important**: Make sure that the Miles Bot user is included in the list of users who can bypass required pull request requirement\nYour repo -\u003e Settings -\u003e Branches -\u003e Main (edit) -\u003e \"Allow specified actors to bypass required pull requests\"\n\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n\n## Contributing\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.\n\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\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%2Fastrogoat%2Fapp-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastrogoat%2Fapp-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrogoat%2Fapp-skeleton/lists"}