{"id":30288603,"url":"https://github.com/teamneusta/pimcore-database-admin-bundle","last_synced_at":"2025-08-16T22:38:36.703Z","repository":{"id":308569353,"uuid":"1033253931","full_name":"teamneusta/pimcore-database-admin-bundle","owner":"teamneusta","description":"Database administration inside the Pimcore admin backend.","archived":false,"fork":false,"pushed_at":"2025-08-06T15:52:57.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-06T17:49:35.584Z","etag":null,"topics":["pimcore","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":null,"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,"zenodo":null}},"created_at":"2025-08-06T14:27:26.000Z","updated_at":"2025-08-06T15:58:24.000Z","dependencies_parsed_at":"2025-08-06T17:49:38.230Z","dependency_job_id":"927a9d8e-3725-49f4-a0d7-b6c0490a2f1f","html_url":"https://github.com/teamneusta/pimcore-database-admin-bundle","commit_stats":null,"previous_names":["teamneusta/pimcore-database-admin-bundle"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/teamneusta/pimcore-database-admin-bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamneusta%2Fpimcore-database-admin-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamneusta%2Fpimcore-database-admin-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamneusta%2Fpimcore-database-admin-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamneusta%2Fpimcore-database-admin-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teamneusta","download_url":"https://codeload.github.com/teamneusta/pimcore-database-admin-bundle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamneusta%2Fpimcore-database-admin-bundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270781213,"owners_count":24643808,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11","pimcore-bundle"],"created_at":"2025-08-16T22:38:35.937Z","updated_at":"2025-08-16T22:38:36.692Z","avatar_url":"https://github.com/teamneusta.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pimcore Database Admin Bundle\n\nThis bundle integrates [Adminer](https://www.adminer.org/) into the Pimcore 11 admin backend\n(just like it was until Pimcore 10).\n\n## Installation\n\n1.  **Require the bundle**\n\n    ```shell\n    composer require teamneusta/pimcore-database-admin-bundle\n    ```\n\n2.  **Enable the bundle**\n\n    Add the Bundle to your `config/bundles.php`:\n\n    ```php\n    Neusta\\Pimcore\\DatabaseAdminBundle\\NeustaPimcoreDatabaseAdminBundle::class =\u003e ['all' =\u003e true],\n    ```\n    \n3.  **Update your nginx config**\n\n    ```diff\n     # Some Admin Modules need this:\n     # Server Info, Opcache\n    -location ~* ^/admin/external {\n    +location ~* ^/admin/(adminer|external) {\n         rewrite .* /index.php$is_args$args last;\n     }\n    ```\n\n## Usage\n\nYou will find the database admin in the main menu under »Tools« → »System Info \u0026 Tools« → »Database Administration«.\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\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamneusta%2Fpimcore-database-admin-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteamneusta%2Fpimcore-database-admin-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamneusta%2Fpimcore-database-admin-bundle/lists"}