{"id":13684181,"url":"https://github.com/dereuromark/cakephp-ide-helper-extra","last_synced_at":"2025-04-07T12:32:57.264Z","repository":{"id":47013606,"uuid":"257024435","full_name":"dereuromark/cakephp-ide-helper-extra","owner":"dereuromark","description":"IdeHelper task and addon collection","archived":false,"fork":false,"pushed_at":"2025-03-31T22:50:50.000Z","size":1102,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T23:29:21.424Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/dereuromark/cakephp-ide-helper","language":"SCSS","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/dereuromark.png","metadata":{"files":{"readme":"docs/readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","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":"2020-04-19T14:45:17.000Z","updated_at":"2025-03-31T22:50:54.000Z","dependencies_parsed_at":"2023-11-13T11:31:43.396Z","dependency_job_id":"c7ac92f4-1f01-420f-8b4d-bcb048bc7041","html_url":"https://github.com/dereuromark/cakephp-ide-helper-extra","commit_stats":{"total_commits":60,"total_committers":6,"mean_commits":10.0,"dds":0.6166666666666667,"last_synced_commit":"8eba0e540087fefa555f293f8be6a90430c17188"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereuromark%2Fcakephp-ide-helper-extra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereuromark%2Fcakephp-ide-helper-extra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereuromark%2Fcakephp-ide-helper-extra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dereuromark%2Fcakephp-ide-helper-extra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dereuromark","download_url":"https://codeload.github.com/dereuromark/cakephp-ide-helper-extra/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247653096,"owners_count":20973755,"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","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-08-02T14:00:30.571Z","updated_at":"2025-04-07T12:32:57.232Z","avatar_url":"https://github.com/dereuromark.png","language":"SCSS","funding_links":[],"categories":["Code Analysis","Plugins"],"sub_categories":["Code Analysis"],"readme":"## CakePHP IdeHelper Extras\n\nIDE auto-complete for your custom code elements.\n\n### Existing tasks\nFollow the main documentation on how to add them.\n\n#### Tools.IconHelper::render()\n\n![render() Example](icon-render.png)\n\nUses the configured task sets:\n- IconRenderTask\n\nFontawesome v4/v5/v6m, Bootstrap or other icon types are all possible.\nIt will use the configured `Icon.map` config depending on the FA version you are using.\n\n#### Authentication.AuthenticationService::loadIdentifier()\n\n- AuthServiceLoadIdentifierTask\n\nTo enable, add it to the task stack in your app config:\n```php\nuse IdeHelperExtra\\Authentication\\Generator\\Task\\AuthServiceLoadIdentifierTask;\n\n...\n\n'IdeHelper' =\u003e [\n    'generatorTasks' =\u003e [\n        AuthServiceLoadIdentifierTask::class =\u003e AuthServiceLoadIdentifierTask::class,\n    ],\n],\n```\n\n### Add your own task\n\nThe idea of this repository is to provide a way to collect useful tasks and addons where adding them into the main\nplugin is not feasible. Always first check, and then add it here.\n\nThe downside of adding it here is a missing constraint towards your plugin version, and that it can lead\nto accidental BC breaks.\n\n#### Contributing guidelines\nIf you want to add your Task here for example:\n- src/[PluginName]/[Type]/Task/[ClassNameDetails]Task.php\n- test case along with it\n- test should also have smoke test of the functionality if possible (to be alerted about BC breaks)\n- PR with green checks\n\nYou are accepting to be responsible to keep the API of your specific plugin intact.\nFails/Regressions should be handled by you if possible.\n\nA TravisCI cronjob on the repo will check daily status here.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdereuromark%2Fcakephp-ide-helper-extra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdereuromark%2Fcakephp-ide-helper-extra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdereuromark%2Fcakephp-ide-helper-extra/lists"}