{"id":14984058,"url":"https://github.com/lolautruche/ezcoreextrabundle","last_synced_at":"2025-04-10T19:43:27.366Z","repository":{"id":8150669,"uuid":"9570631","full_name":"lolautruche/EzCoreExtraBundle","owner":"lolautruche","description":"Extra features for eZ Platform (v1.x compatible with eZ Publish 5.4)","archived":false,"fork":false,"pushed_at":"2023-01-31T11:36:51.000Z","size":215,"stargazers_count":28,"open_issues_count":11,"forks_count":8,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-24T17:21:25.490Z","etag":null,"topics":["ez-platform","ezpublish","ibexa","ibexa-bundle","ibexadxp","symfony-bundle","theme"],"latest_commit_sha":null,"homepage":"","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/lolautruche.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":"Security/Voter/SimplifiedCoreVoter.php","support":null}},"created_at":"2013-04-20T21:04:53.000Z","updated_at":"2022-09-03T16:59:52.000Z","dependencies_parsed_at":"2023-02-16T18:46:21.205Z","dependency_job_id":null,"html_url":"https://github.com/lolautruche/EzCoreExtraBundle","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolautruche%2FEzCoreExtraBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolautruche%2FEzCoreExtraBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolautruche%2FEzCoreExtraBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolautruche%2FEzCoreExtraBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lolautruche","download_url":"https://codeload.github.com/lolautruche/EzCoreExtraBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248281424,"owners_count":21077423,"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":["ez-platform","ezpublish","ibexa","ibexa-bundle","ibexadxp","symfony-bundle","theme"],"created_at":"2024-09-24T14:08:23.172Z","updated_at":"2025-04-10T19:43:27.343Z","avatar_url":"https://github.com/lolautruche.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EzCoreExtraBundle\n\nAdds extra features to Ibexa Platform.\n\n## Compatibility\n* `master` branch is **only compatible with Ibexa Platform v4**\n* `v3.x` branch is **only compatible with eZ Platform v3**\n* `v2.x` is **only compatible with eZ Platform v1 and v2**\n* `1.0` branch is compatible with both eZ Platform *and* eZ Publish 5.4/2014.11.\n\n## Features\n* **[Configurable template variable injection](Resources/doc/template_variables_injection.md)**\n\n  Lets you configure variables to inject within your view template configuration.\n  This avoids you to create custom controllers when you need to add a few simple variables to your view.\n\n  ```yaml\n  ibexa:\n      system:\n          my_siteaccess:\n              location_view:\n                  full:\n                      article_test:\n                          template: \"AcmeTestBundle:full:article_test.html.twig\"\n                          params:\n                              # Following keys will be injected as variables into configured template\n                              osTypes: [osx, linux, losedows]\n                              secret: %secret%\n                              # Using a parameter provider, for more complex usecases.\n                              my_provider: {\"provider\": \"my_param_provider\"}\n\n                          match:\n                              Id\\Location: 144\n  ```\n\n* **[Context aware Twig global variables](Resources/doc/template_variables_injection.md)**\n\n  Lets you define Twig global variables that will be available only in the current SiteAccess.\n\n  ```yaml\n  ez_core_extra:\n      system:\n          my_siteaccess:\n              twig_globals:\n                  my_variable: foo\n                  another_variable: 123\n                  something_else: [bar, true, false]\n  ```\n\n* **[Simplified authorization checks](Resources/doc/simplified_auth_checks.md)**\n\n  Simplifies calls to `$this-\u003eisGranted()` from inside controllers and `is_granted()` from within templates when checking\n  against Ibexa inner permission system (module/function/valueObject).\n\n  ```\n\n## Requirements\nEzCoreExtraBundle currently works eZ Platform v1, v2 and v3 (kernel v6, v7 and v8), and Ibexa Platform v4.\n\n\u003e If you're using eZ publish 5.4/2014.11 or Netgen variant, look at `1.1` branch and/or `v1.x` releases.\n\n\u003e If you're using eZ Platform v1 or v2, look at `2.x` branch and/or `v2.x` releases.\n\n\u003e If you're using eZ Platform v3, look at `3.x` branch and/or `v3.x` releases.\n\n## Installation\nThis bundle is available on [Packagist](https://packagist.org/packages/lolautruche/ez-core-extra-bundle).\nYou can install it using Composer.\n\n```\ncomposer require lolautruche/ez-core-extra-bundle\n```\n\nThen add it to your application:\n\n\u003e `EzCoreExtraBundle` **MUST** be instanciated **AFTER** Ibexa bundles.\n\n## Documentation\nSee [Resources/doc/](Resources/doc)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flolautruche%2Fezcoreextrabundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flolautruche%2Fezcoreextrabundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flolautruche%2Fezcoreextrabundle/lists"}