{"id":13825004,"url":"https://github.com/joebeeson/analogue","last_synced_at":"2025-07-08T21:30:40.367Z","repository":{"id":903028,"uuid":"659526","full_name":"joebeeson/analogue","owner":"joebeeson","description":"A CakePHP 1.3+ helper for remapping helpers","archived":true,"fork":false,"pushed_at":"2011-01-18T01:39:40.000Z","size":96,"stargazers_count":19,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-04T09:03:00.323Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://blog.joebeeson.com/analogue-helper-for-cakephp/","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/joebeeson.png","metadata":{"files":{"readme":"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}},"created_at":"2010-05-10T19:27:01.000Z","updated_at":"2023-11-17T00:55:08.000Z","dependencies_parsed_at":"2022-08-16T11:25:11.198Z","dependency_job_id":null,"html_url":"https://github.com/joebeeson/analogue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joebeeson%2Fanalogue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joebeeson%2Fanalogue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joebeeson%2Fanalogue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joebeeson%2Fanalogue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joebeeson","download_url":"https://codeload.github.com/joebeeson/analogue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225465291,"owners_count":17478518,"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-04T09:01:13.358Z","updated_at":"2024-11-20T03:30:35.142Z","avatar_url":"https://github.com/joebeeson.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"# Analogue plugin for CakePHP 1.3+\n\nRenames, or \"maps\", helpers prior to rendering so that you can easily replace helpers with your extended, or updated version.\n\n## Installation\n\n* Download the plugin\n\n        $ cd /path/to/your/app/plugins \u0026\u0026 git clone git://github.com/joebeeson/analogue.git\n\n* Add the helper to your `$helpers` and configure it there\n\n        public $helpers = array(\n           'Analogue.Analogue' =\u003e array(\n              array(\n               'helper' =\u003e 'MyHtml',\n               'rename' =\u003e 'Html'\n              ),array(\n               'helper' =\u003e 'MyForm',\n               'rename' =\u003e 'Form'\n              )\n          )\n        );\n\nThis will take the helpers, MyHtmlHelper and MyFormHelper and remap them to the Html and Form variables when rendering begins.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoebeeson%2Fanalogue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoebeeson%2Fanalogue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoebeeson%2Fanalogue/lists"}