{"id":19571790,"url":"https://github.com/loadsys/cakephp-plugin-skeleton","last_synced_at":"2026-02-13T08:08:31.460Z","repository":{"id":28996053,"uuid":"32522921","full_name":"loadsys/CakePHP-Plugin-Skeleton","owner":"loadsys","description":"Development, build and testing tools for CakePHP (3.x \u0026 2.x) plugin projects.","archived":false,"fork":false,"pushed_at":"2016-02-01T20:43:59.000Z","size":17,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-09-26T19:01:56.721Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/loadsys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-19T13:28:30.000Z","updated_at":"2016-05-18T21:00:43.000Z","dependencies_parsed_at":"2022-09-03T17:31:51.999Z","dependency_job_id":null,"html_url":"https://github.com/loadsys/CakePHP-Plugin-Skeleton","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/loadsys/CakePHP-Plugin-Skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loadsys%2FCakePHP-Plugin-Skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loadsys%2FCakePHP-Plugin-Skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loadsys%2FCakePHP-Plugin-Skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loadsys%2FCakePHP-Plugin-Skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loadsys","download_url":"https://codeload.github.com/loadsys/CakePHP-Plugin-Skeleton/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loadsys%2FCakePHP-Plugin-Skeleton/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29399431,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"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":"2024-11-11T06:20:03.676Z","updated_at":"2026-02-13T08:08:31.440Z","avatar_url":"https://github.com/loadsys.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Loadsys CakePHP Plugin Skeleton\n\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)\n\nBasic Skeleton for developing and creation of Loadsys CakePHP Plugins\n\n## Instructions\n\n* Move the `LICENSE_TEMPLATE.md` to your new plugin repo as `LICENSE.md`\n* Move the `README_TEMPLATE.md` to your new plugin repo as `README.md`\n* Move the `.travis_template.yml` to your new plugin repo as `.travis.yml`\n* Move the `.composer_template.json` to your new plugin repo as `.composer.json`\n\n* Edit each of the above files\n* The majority of the changes are the `{PLUGIN_SHORT_NAME}` and `{PLUGIN_NAME}` and `{PLUGIN_COMPOSER_NAME}` tags to be replaced\n* `{PLUGIN_NAME}` is the name of the repo on GitHub, ie. this plugin is `CakePHP-Plugin-Skeleton`\n* `{PLUGIN_SHORT_NAME}` is the name of the plugin as installed in CakePHP, ie. this plugin would be `Skeleton`\n* `{PLUGIN_COMPOSER_NAME}` is the name of the plugin as availble through Composer and Packagist, ie this plugin would be `cakephp-plugin-skeleton`\n* The Composer name once published on Packagist can not be changed, so ensure you get this right the first time.\n* The Loadsys Standard is to use the name of the repo in lower case and dashes to separate words, ie: `loadsys/cakephp-something-words-here`\n* Refer to the [Packagist about page](https://packagist.org/about) for more information on Packagist naming conventions\n* Finish filling out the `README.md`\n* To add the plugin to Travis:\n * note a user with GitHub admin credetionals for the plugin must do this step\n * Visit: https://travis-ci.org/repositories\n * Add the plugin\n * Set the settings for the Plugin to only build when a `.travis.yml` file is present\n\n* To add the plugin to Coveralls for Code Coverage Reports:\n * Any user with merely read access to the GitHub repo can do this\n * Visit: https://coveralls.io/\n * Add the plugin, via the \"Add Repos\" button\n * Set the settings for the Plugin to:\n * NO: Leave Comments\n * YES: Use Status API\n * Coverage Threshold for Failure: internal recommendation is 70% but you can and should set it higher as you add code coverage\n * Coverage Decrease Threshold for Failure: internal recommendation is 5% but you can set it lower as you add code coverage\n\n* To add the plugin to Packagist for use with Composer:\n * Portions of this can be done by any user, some steps require a GitHub admin\n * Visit: https://packagist.org/\n * Click the \"Submit Package\" button\n * Fill out the details of the plugin\n * Have a GitHub admin ensure the Callback is set so Packagist will be auto-updated with new versions and branches\n * Recommendation is to have at least two people listed as maintainers on every plugin published via Packagist\n\n* Create a GitHub Token\n * Create a GitHub Token that has only read/write access to your public repos\n * Visit: https://github.com/settings/tokens/new\n * Create a token with only the `public_repo` checked, please ensure only this scope is checked\n * Copy the token\n * Navigate via the command line to the git repo for your Plugin's code\n * Install if you haven't already the travis gem, via: `gem install travis`\n * Encrypt the token using the CLI: `travis encrypt 'GITHUB_TOKEN={TOKEN_FROM_GITHUB}'`\n * Note if you wish to not use a Github token you can, however we have issues with Travis hitting GitHub's public API limits, the provided `.travis.yml` will need to be changed to support this however.\n * The Github token is encrypted and only stored/published in it's encrypted format, you can explore the [Travis docs for more information into the encrypt CLI](http://docs.travis-ci.com/user/encryption-keys/) if you have more questions.\n\n## Contributing\n\n### Reporting Issues\n\nPlease use [GitHub Isuses](https://github.com/loadsys/CakePHP-Plugin-Skeleton/issues) for listing any known defects or issues.\n\n### Development\n\nWhen developing this plugin, please fork and issue a PR for any new development.\n\n## License\n\n[MIT](https://github.com/loadsys/CakePHP-Plugin-Skeleton/blob/master/LICENSE.md)\n\n\n## Copyright\n\n[Loadsys Web Strategies](http://www.loadsys.com) 2015\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floadsys%2Fcakephp-plugin-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floadsys%2Fcakephp-plugin-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floadsys%2Fcakephp-plugin-skeleton/lists"}