{"id":19468298,"url":"https://github.com/skrepr/zf1wrapperbundle","last_synced_at":"2026-05-16T06:02:58.589Z","repository":{"id":203686702,"uuid":"703947329","full_name":"skrepr/Zf1WrapperBundle","owner":"skrepr","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-26T13:53:21.000Z","size":17,"stargazers_count":0,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-08T04:39:16.182Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skrepr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-10-12T08:27:50.000Z","updated_at":"2023-10-12T08:28:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"945f58a6-b704-4ec9-bd5c-4cd977a0bdad","html_url":"https://github.com/skrepr/Zf1WrapperBundle","commit_stats":null,"previous_names":["skrepr/zf1wrapperbundle"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skrepr%2FZf1WrapperBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skrepr%2FZf1WrapperBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skrepr%2FZf1WrapperBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skrepr%2FZf1WrapperBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skrepr","download_url":"https://codeload.github.com/skrepr/Zf1WrapperBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240682084,"owners_count":19840440,"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-11-10T18:40:30.989Z","updated_at":"2026-05-16T06:02:58.504Z","avatar_url":"https://github.com/skrepr.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Zf1WrapperBundle\n================\n\n## Introduction \n\nThe Zf1WrapperBundle is a Symfony 2 bundle for wrapping a Zend Framework 1 application.\nIt can be used to refactor parts of your legacy code to Symfony 2.\n\n\n## Installation\n\n### Composer ###\nAdd the following to your composer.json:\n```\n    \"require\": {\n        \"skrepr/zf1wrapperbundle\":  \"dev-master\"\n    }\n```\n\n## Configuration ##\n\n### 1. config.yml ###\nYou need to configure is the location of your ZF1 bootstrap file (e.g. index.php).\nAdd the following to your config.yml:\n```\nparameters:\n\n    #Zf1WrapperBundle\n    zf1wrapper_bootstrap_path: ../web/index.php\n```\n\n### 2. routing.yml\nThe bundle uses a catch-all route which you have to add to your routing.yml:\n```\nzf1_wrapper:\n    resource: \"@Zf1WrapperBundle/Resources/config/routing.yml\"\n    prefix:   /\n```\n\n### 3. AppKernel.php ###\nAdd the following to your app/AppKernel.php to enable the bundle\n\n```\n    public function registerBundles()\n    {\n        return array(\n            // ...\n            new MainlyCode\\Zf1WrapperBundle\\Zf1WrapperBundle(),\n        );\n    }\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskrepr%2Fzf1wrapperbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskrepr%2Fzf1wrapperbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskrepr%2Fzf1wrapperbundle/lists"}