{"id":22920708,"url":"https://github.com/teamneusta/pimcore-backend-branding-bundle","last_synced_at":"2025-08-12T11:31:14.273Z","repository":{"id":254248222,"uuid":"726086941","full_name":"teamneusta/pimcore-backend-branding-bundle","owner":"teamneusta","description":"Configurable branding for the Pimcore admin backend","archived":false,"fork":false,"pushed_at":"2024-09-04T15:34:27.000Z","size":58,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":12,"default_branch":"main","last_synced_at":"2024-12-03T08:08:28.723Z","etag":null,"topics":["pimcore","pimcore-10","pimcore-11","pimcore-bundle"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teamneusta.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-12-01T14:05:37.000Z","updated_at":"2024-09-04T15:32:51.000Z","dependencies_parsed_at":"2024-08-22T09:44:08.429Z","dependency_job_id":"e061481a-6c39-4d9e-ae89-e2e8e4d48c35","html_url":"https://github.com/teamneusta/pimcore-backend-branding-bundle","commit_stats":null,"previous_names":["teamneusta/pimcore-backend-branding-bundle"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamneusta%2Fpimcore-backend-branding-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamneusta%2Fpimcore-backend-branding-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamneusta%2Fpimcore-backend-branding-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamneusta%2Fpimcore-backend-branding-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teamneusta","download_url":"https://codeload.github.com/teamneusta/pimcore-backend-branding-bundle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229174897,"owners_count":18031528,"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":["pimcore","pimcore-10","pimcore-11","pimcore-bundle"],"created_at":"2024-12-14T07:16:44.686Z","updated_at":"2024-12-14T07:16:45.106Z","avatar_url":"https://github.com/teamneusta.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pimcore Backend Branding Bundle\n\nThis bundle allows you to configure the branding of thr Pimcore admin backend.\n\n## Installation\n\n1.  **Require the bundle**\n\n    ```shell\n    composer require teamneusta/pimcore-backend-branding-bundle\n    ```\n\n2. **Enable the bundle**\n\n    Add the Bundle to your `config/bundles.php`:\n\n   ```php\n   Neusta\\Pimcore\\BackendBrandingBundle\\NeustaPimcoreBackendBrandingBundle::class =\u003e ['all' =\u003e true],\n   ```\n\n## Configuration\n\n```yaml\nneusta_pimcore_backend_branding:\n    favicon: \u003curl-of-your-fav-icon\u003e\n    signet: # or just: \u003curl-of-your-logo\u003e\n        url: \u003curl-of-your-logo\u003e\n        size: 70%\n        position: center\n        color: '#000'\n    tab_bar_icon:\n        url: \u003curl-of-your-logo\u003e\n        size: 40px\n    # Configure Pimcore's own branding settings (pimcore_admin.branding)\n    login:\n        color: '#fff'               # =\u003e color_login_screen\n        invert_colors: true         # =\u003e login_screen_invert_colors\n        image: \u003curl-of-your-logo\u003e   # =\u003e login_screen_custom_image\n    backend:\n        color: '#fff'               # =\u003e color_admin_interface\n        background_color: '#000'    # =\u003e color_admin_interface_background\n\nwhen@dev:\n    neusta_pimcore_backend_branding:\n        title: ACME Development\n        sidebar_color: '#fcc243'\n\nwhen@test:\n    neusta_pimcore_backend_branding:\n        title: ACME Testing\n        sidebar_color: '#005ea1'\n\nwhen@prod:\n    neusta_pimcore_backend_branding:\n        title:\n            login: Welcome to ACME!\n            backend: '{hostname} :: ACME'\n        bezel_color: '#00a13a'\n```\n\n## Contribution\n\nFeel free to open issues for any bug, feature request, or other ideas.\n\nPlease remember to create an issue before creating large pull requests.\n\n### Local Development\n\nTo develop on your local machine, the vendor dependencies are required.\n\n```shell\nbin/composer install\n```\n\nWe use composer scripts for our main quality tools. They can be executed via the `bin/composer` file as well.\n\n```shell\nbin/composer cs:fix\nbin/composer phpstan\nbin/composer tests\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamneusta%2Fpimcore-backend-branding-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteamneusta%2Fpimcore-backend-branding-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamneusta%2Fpimcore-backend-branding-bundle/lists"}