Download the PHP package rohit-raj-verma/pimcore-database-explorer without Composer
On this page you can find all versions of the php package rohit-raj-verma/pimcore-database-explorer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rohit-raj-verma/pimcore-database-explorer
More information about rohit-raj-verma/pimcore-database-explorer
Files in rohit-raj-verma/pimcore-database-explorer
Package pimcore-database-explorer
Short Description Pimcore Database Explorer - Adminer-based database administration for Pimcore 11 & 12
License MIT
Homepage https://github.com/rohit-raj-verma/pimcore-database-explorer
Informations about the package pimcore-database-explorer
Pimcore Database Explorer
A Pimcore bundle that adds Adminer as a database administration tool. Use it from Tools → System Info & Tools → Database Administration in the Pimcore admin.
Supports Pimcore 11 and Pimcore 12.
Features
- Full Adminer UI (tables, SQL, export, etc.) using your Pimcore database credentials
- Single sign-on: no separate Adminer login when logged into Pimcore admin
- Optional integration with Pimcore Admin UI Classic (menu entry under System Info & Tools)
- Optional Pimcore Studio plugin so the database explorer is available in the Studio UI
- UI enhancements: floating table header, timestamp display, SQL suggestions, table filter
Requirements
- Pimcore ^11.0 or ^12.0
- PHP 8.1+
- vrana/adminer (installed automatically by the bundle)
Installation
-
Install the bundle:
-
Register the bundle in
config/bundles.php: -
Install assets:
- In Pimcore admin go to Tools → System Info & Tools → Database Administration to open the database explorer.
Configuration
The bundle uses your existing Pimcore database connection. No extra configuration is required.
CSRF protection is disabled for the database explorer route so Adminer can work correctly.
Pimcore Admin UI Classic
If you use pimcore/admin-ui-classic-bundle, the bundle registers a Database Administration item under Tools → System Info & Tools. No version constraint is enforced; use any compatible version of the admin UI classic bundle.
Pimcore Studio
If you use Pimcore Studio UI, the bundle can register a Studio plugin so the database explorer is available in the Studio interface. Use any compatible version of the Studio UI bundle.
Build Studio assets
-
Go to the bundle’s
assetsdirectory and install dependencies: -
Build the Studio bundle (output goes to
src/Resources/public/build/): - Reinstall bundle assets in your Pimcore project if needed:
For development you can run npm run dev in the assets directory for a watch build.
Repository
- Git:
[email protected]:rohit-raj-verma/pimcore-database-explorer.git - GitHub: https://github.com/rohit-raj-verma/pimcore-database-explorer
License
MIT. See LICENSE.md in this repository.