PHPackages                             sqli/eztoolbox - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. sqli/eztoolbox

ActiveSymfony-bundle[Admin Panels](/categories/admin)

sqli/eztoolbox
==============

SQLI eZToolbox is a bundle used in SQLI projects gathering some bundles like "SQLI Entities Manager", "SQLI Command Toolbox", some helpers and some Twig operators

5.0.2(3mo ago)122.1k↓34.8%6[16 issues](https://github.com/sqli/eztoolbox/issues)MITPHPPHP &gt;=8.3CI failing

Since May 28Pushed 3mo ago4 watchersCompare

[ Source](https://github.com/sqli/eztoolbox)[ Packagist](https://packagist.org/packages/sqli/eztoolbox)[ Docs](https://github.com/sqli/eztoolbox)[ RSS](/packages/sqli-eztoolbox/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (74)Used By (0)

SQLI eZ Toolbox Bundle
======================

[](#sqli-ez-toolbox-bundle)

[SQLI](http://www.sqli.com) eZToolbox is a bundle used in SQLI projects gathering some bundles like "SQLI Entities Manager", "SQLI Command Toolbox", some helpers and some Twig operators Compatible with Ibexa 3.3

Installation
------------

[](#installation)

### Install with composer

[](#install-with-composer)

```
composer require sqli/eztoolbox=^2.0

```

### Register the bundle

[](#register-the-bundle)

Activate the bundle in `config/bundles.php` AFTER all eZSystem/Ibexa bundles

```
// config/bundles.php

return [
    // ...
    SQLI\EzToolboxBundle\SQLIEzToolboxBundle::class => ['all' => true],
];
```

### Add routes

[](#add-routes)

In `config/routes/sqli_eztoolbox.yaml` :

```
# SQLI Admin routes
_sqli_eztoolbox:
    resource: "@SQLIEzToolboxBundle/Resources/config/routing.yaml"
    prefix: /
```

### Clear cache

[](#clear-cache)

```
php bin/console cache:clear
```

### Parameters

[](#parameters)

##### Full example

[](#full-example)

In `config/packages/sqli_eztoolbox.yaml` add the localisations and namespaces of the entities :

```
sqli_ez_toolbox:
    entities:
        - { directory: 'Entity/Doctrine', namespace: 'App\Entity'}
    admin_logger:
        enabled: true
    storage_filename_cleaner:
        enabled: true
```

### How to use

[](#how-to-use)

*(Optional) Change label tabname*

You can change label of the default tab using this translation key for domain `sqli_admin` : **sqli\_admin\_\_menu\_entities\_tab\_\_default**

[Entities Manager](doc/README_entities_manager.md)

[Toolbox](doc/README_toolbox.md)

### Other

[](#other)

[Changelogs](doc/CHANGELOGS.md)

[Upgrade](doc/UPGRADE.md)

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance59

Moderate activity, may be stable

Popularity31

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity85

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 73.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~40 days

Recently: every ~49 days

Total

52

Last Release

110d ago

Major Versions

1.3.6 → 2.0.02021-06-03

2.1.5 → 4.0.0-beta2022-04-19

2.1.6 → 4.0.3-beta2023-02-01

4.0.9 → 5.0.02025-11-28

4.0.10 → 5.0.12026-01-28

PHP version history (3 changes)v0.1PHP ^7.1

4.0.6PHP ^7.4 || ^8.0

5.0.0PHP &gt;=8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13361723?v=4)[Docdams](/maintainers/Docdams)[@DocDams](https://github.com/DocDams)

---

Top Contributors

[![daverner](https://avatars.githubusercontent.com/u/165188285?v=4)](https://github.com/daverner "daverner (98 commits)")[![DocDams](https://avatars.githubusercontent.com/u/13361723?v=4)](https://github.com/DocDams "DocDams (15 commits)")[![nobigand](https://avatars.githubusercontent.com/u/30434038?v=4)](https://github.com/nobigand "nobigand (10 commits)")[![obounjerte](https://avatars.githubusercontent.com/u/85485810?v=4)](https://github.com/obounjerte "obounjerte (5 commits)")[![yoyolepsy](https://avatars.githubusercontent.com/u/5644845?v=4)](https://github.com/yoyolepsy "yoyolepsy (2 commits)")[![moelj](https://avatars.githubusercontent.com/u/9722260?v=4)](https://github.com/moelj "moelj (1 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![abenali](https://avatars.githubusercontent.com/u/15627927?v=4)](https://github.com/abenali "abenali (1 commits)")[![mohammed-larbi-jebari](https://avatars.githubusercontent.com/u/61584190?v=4)](https://github.com/mohammed-larbi-jebari "mohammed-larbi-jebari (1 commits)")

---

Tags

contentcrudToolboxossentitiescommercesqliibexadxp

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/sqli-eztoolbox/health.svg)

```
[![Health](https://phpackages.com/badges/sqli-eztoolbox/health.svg)](https://phpackages.com/packages/sqli-eztoolbox)
```

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.4M207](/packages/backpack-crud)[appzcoder/crud-generator

Laravel CRUD Generator

1.4k581.4k7](/packages/appzcoder-crud-generator)[friendsofcake/crud

CakePHP Application development on steroids - rapid prototyping / scaffolding &amp; production ready code - XML / JSON APIs and more

3751.4M25](/packages/friendsofcake-crud)[laravelrus/sleepingowl

Administrative interface builder for Laravel.

810219.6k3](/packages/laravelrus-sleepingowl)[ibex/crud-generator

Laravel CRUD Generator

706235.0k](/packages/ibex-crud-generator)[backpack/pagemanager

Create admin panels for presentation websites on Laravel, using page templates and Backpack\\CRUD.

371522.6k6](/packages/backpack-pagemanager)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
