{"id":19693582,"url":"https://github.com/ezsystems/cookbook-bundle","last_synced_at":"2025-04-29T09:31:53.604Z","repository":{"id":5913027,"uuid":"7132248","full_name":"ezsystems/cookbook-bundle","owner":"ezsystems","description":"eZ Publish 5.x / eZ Platform Cookbook examples","archived":false,"fork":false,"pushed_at":"2020-04-13T13:09:15.000Z","size":90,"stargazers_count":15,"open_issues_count":9,"forks_count":23,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-04-05T14:51:12.846Z","etag":null,"topics":["cookbook-bundle","ez-platform"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ezsystems.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":"2012-12-12T15:20:42.000Z","updated_at":"2024-10-10T07:10:49.000Z","dependencies_parsed_at":"2022-07-29T18:19:04.501Z","dependency_job_id":null,"html_url":"https://github.com/ezsystems/cookbook-bundle","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/ezsystems%2Fcookbook-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezsystems%2Fcookbook-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezsystems%2Fcookbook-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezsystems%2Fcookbook-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ezsystems","download_url":"https://codeload.github.com/ezsystems/cookbook-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251473522,"owners_count":21595060,"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":["cookbook-bundle","ez-platform"],"created_at":"2024-11-11T19:17:16.916Z","updated_at":"2025-04-29T09:31:52.758Z","avatar_url":"https://github.com/ezsystems.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"CookbookBundle\n==============\n\nCookbook bundle aims to:\n- Provide full working examples of eZ Platform API use\n- Serve as a reusale set of commands you can use when you need to during development\n\n1.0 on this bundle aims to work across eZ Publish Platform 5.4 and eZ Platform 1.7 / 1.13 / 2.5.\n\n\n# Getting started\n\nRequired:\n\n- PHP _(minimum 5.6, 7.0+ is recommended)_\n- Composer\n\n0. Create and install eZ Platform using composer:\n\n    ```bash\n    composer create-project ezsystems/ezplatform:^2\n    ```\n\n    Follow the instructions that show up on the screen to have fully working clean install of eZ Platform.\n\n1. Install `CookbookBundle` using composer:\n\n    ```bash\n    # execute in your eZ Platform project working directory:\n    composer require ezsystems/cookbook-bundle:^1.0@dev\n    ```\n    \n    Follow the instructions that show up on the screen to have fully working clean install of `CookbookBundle`.\n\n2. Enable the bundle in `AppKernel.php`:\n\n    ```php\n    public function registerBundles()\n    {\n        $bundles = array(\n            // ...\n            new EzSystems\\CookbookBundle\\EzSystemsCookbookBundle(),\n        );\n\n        // ...\n    }\n    ```\n\n3. Clear Symfony cache\n\n    ```bash\n    php bin/console cache:clear\n    ```\n\n4. Try already defined commands. You can find all available commands by:\n\n   ```bash\n   php bin/console |grep 'ezpublish:cookbook'\n   ```\n\nThat's all!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezsystems%2Fcookbook-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fezsystems%2Fcookbook-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezsystems%2Fcookbook-bundle/lists"}