{"id":37007808,"url":"https://github.com/phwoolcon/skeleton","last_synced_at":"2026-01-14T00:49:21.284Z","repository":{"id":57041249,"uuid":"101875182","full_name":"phwoolcon/skeleton","owner":"phwoolcon","description":"A skeleton repository for Phwoolcon Packages","archived":false,"fork":true,"pushed_at":"2018-08-10T09:06:34.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-13T02:38:47.723Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://phwoolcon.org","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"thephpleague/skeleton","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phwoolcon.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.APACHE2.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-30T11:51:38.000Z","updated_at":"2024-04-13T02:38:47.724Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/phwoolcon/skeleton","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phwoolcon/skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phwoolcon%2Fskeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phwoolcon%2Fskeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phwoolcon%2Fskeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phwoolcon%2Fskeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phwoolcon","download_url":"https://codeload.github.com/phwoolcon/skeleton/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phwoolcon%2Fskeleton/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28406901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T00:40:43.272Z","status":"ssl_error","status_checked_at":"2026-01-14T00:40:42.636Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2026-01-14T00:49:20.655Z","updated_at":"2026-01-14T00:49:21.263Z","avatar_url":"https://github.com/phwoolcon.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :package_name\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Build Status][ico-travis]][link-travis]\n[![Coverage Status][ico-scrutinizer]][link-scrutinizer]\n[![Quality Score][ico-code-quality]][link-code-quality]\n[![Total Downloads][ico-downloads]][link-downloads]\n[![Software License][ico-license]](LICENSE.md)\n\n**Note:** Replace ```:author_name``` ```:author_username``` ```:author_website``` ```:author_email``` ```:vendor``` ```:package_name``` ```:package_description``` with their correct values in [README.md](README.md), [CHANGELOG.md](CHANGELOG.md), [CONTRIBUTING.md](CONTRIBUTING.md), [LICENSE.md](LICENSE.md) and [composer.json](composer.json) files, then delete this line. You can run `$ php prefill.php` in the command line to make all replacements at once. Delete the file prefill.php as well.\n\nThis is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what\nPSRs you support to avoid any confusion with users and contributors.\n\n## Structure\n\nThe directory structure of this project should be like this:\n```bash\nphwoolcon-package/\n    assets/         # Static assets (js/css/image/fonts ... etc)\n    config/         # Config files\n    locale/         # Translation files\n        en/\n        zh_CN/\n    views/          # Templates\nsrc/\n    Controllers/\n    Models/\ntests/\n    resource/       # Test resources\n        assets/\n        config/\n        locale/\n        views/\n    Unit/           # Unit test cases\n    Integration/    # Integration test cases\n```\n\n## Install\nInstall as a `phwoolcon` package.\n\nIf this library has been published to packagist.org or GitHub.com\n```bash\nbin/import-package :vendor/:package_name\n```\n\nIf this is a private repository\n```bash\nbin/import-package :git_repo\n```\n\n## Usage\n### Configuration\nSee [phwoolcon-package/config/](phwoolcon-package/config/)\n### Templates\nSee [phwoolcon-package/views/](phwoolcon-package/views/)\n### Assets\nSee [phwoolcon-package/assets/](phwoolcon-package/assets/)\n### Locale\nSee [phwoolcon-package/locale/](phwoolcon-package/locale/)\n### Routes\nSee [phwoolcon-package/routes.php](phwoolcon-package/routes.php)\n### Dependency Injection\nSee [phwoolcon-package/di.php](phwoolcon-package/di.php)\n### Controllers\nSee [src/Controllers/](src/Controllers/)\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Testing\n\n``` bash\n$ vendor/bin/phpunit\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email :author_email instead of using the issue tracker.\n\n## Credits\n\n- [:author_name][link-author]\n- [All Contributors][link-contributors]\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n[ico-version]: https://img.shields.io/github/release/phwoolcon/skeleton.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/phwoolcon/skeleton/master.svg?style=flat-square\n[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/phwoolcon/skeleton.svg?style=flat-square\n[ico-code-quality]: https://img.shields.io/scrutinizer/g/phwoolcon/skeleton.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/phwoolcon/skeleton.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/phwoolcon/skeleton\n[link-travis]: https://travis-ci.org/phwoolcon/skeleton\n[link-scrutinizer]: https://scrutinizer-ci.com/g/phwoolcon/skeleton/code-structure/master/code-coverage\n[link-code-quality]: https://scrutinizer-ci.com/g/phwoolcon/skeleton\n[link-downloads]: https://packagist.org/packages/phwoolcon/skeleton\n[link-author]: https://github.com/:author_username\n[link-contributors]: ../../contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphwoolcon%2Fskeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphwoolcon%2Fskeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphwoolcon%2Fskeleton/lists"}