PHPackages                             jlchassaing/gie\_eztoolbar - 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. jlchassaing/gie\_eztoolbar

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

jlchassaing/gie\_eztoolbar
==========================

Give the ability to create, edit, delete content from the front end, being logged in but without having to log in back-office

v1.0(5y ago)0751MITPHPPHP ^7.1.3

Since Apr 22Pushed 4y ago1 watchersCompare

[ Source](https://github.com/jlchassaing/GieEzToolbarBundle)[ Packagist](https://packagist.org/packages/jlchassaing/gie_eztoolbar)[ RSS](/packages/jlchassaing-gie-eztoolbar/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (9)Versions (6)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/a942fd9c06a809c6ce6ec9631a28b2a94a11d727c712c64a745fe7d206b8dd18/68747470733a2f2f706f7365722e707567782e6f72672f6a6c636861737361696e672f6769655f657a746f6f6c6261722f762f737461626c65)](https://packagist.org/packages/jlchassaing/gie_eztoolbar)[![Total Downloads](https://camo.githubusercontent.com/acc7c9de092dcbf04f20b0d15391dc63dd0a3cc3198f6d15169ff4f01205c43b/68747470733a2f2f706f7365722e707567782e6f72672f6a6c636861737361696e672f6769655f657a746f6f6c6261722f646f776e6c6f616473)](https://packagist.org/packages/jlchassaing/gie_eztoolbar)[![Latest Unstable Version](https://camo.githubusercontent.com/c511d9930bb9540ec574ca812312d448b85ddd89a1d9cccd2637f1720d85b6ea/68747470733a2f2f706f7365722e707567782e6f72672f6a6c636861737361696e672f6769655f657a746f6f6c6261722f762f756e737461626c65)](https://packagist.org/packages/jlchassaing/gie_eztoolbar)[![License](https://camo.githubusercontent.com/d0db74ce66a2dad098c79c497052d0b2811dc0b7ffaea89df2082dc98e2e493f/68747470733a2f2f706f7365722e707567782e6f72672f6a6c636861737361696e672f6769655f657a746f6f6c6261722f6c6963656e7365)](https://packagist.org/packages/jlchassaing/gie_eztoolbar)

GieEzToolbarBundle
==================

[](#gieeztoolbarbundle)

Ez Platform 2 toolbar bundle

Install
-------

[](#install)

Install by composer

```
composer require jlchassaing/gie_eztoolbar dev-master

```

### Add to kernel

[](#add-to-kernel)

Load the bundle in app/AppKernel.php at the end of the registerBundles function :

```
new Gie\EzToolbarBundle\GieEzToolbarBundle(),
```

### Add routing

[](#add-routing)

The routing file must be loaded in app/config/routing.yml file :

```
_gieeztoolbarRoutes:
    resource: "@GieEzToolbarBundle/Resources/config/routing.yml"
```

### Build scss

[](#build-scss)

Build the scss with command :

```
yarn encore dev
```

### Display the toolbar

[](#display-the-toolbar)

Add the toolbar edit to the pagelayout.html.twig Place this code where you want to display the toolbar. At the top of the page is recommended, other paces have not been tested yet.

```
{{ ezToolbar(location is defined ? location : null) }}
```

### Set user rights

[](#set-user-rights)

If you use and specific user instead of admin you need to set the user policy.

Give the toolbar role policy to a user or a group whit no limitations. Once logged in on the front page with the matching user, the toolbar should appear.

The toolbar will adjust to specific content type creation limitations.

You should add version view rights without any limitation, the toolbar does does not actually deal with version conflicts.

Features
--------

[](#features)

You should be able to create, edit and cancel (create and edit). Many things to do :

- the create new draft code to edit content is not satisfying. Needs some refactoring.
- write feature and phpunit testing

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

2094d ago

### Community

Maintainers

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

---

Top Contributors

[![jlchassaing](https://avatars.githubusercontent.com/u/820841?v=4)](https://github.com/jlchassaing "jlchassaing (58 commits)")

---

Tags

editingezpublishezplatform

### Embed Badge

![Health badge](/badges/jlchassaing-gie-eztoolbar/health.svg)

```
[![Health](https://phpackages.com/badges/jlchassaing-gie-eztoolbar/health.svg)](https://phpackages.com/packages/jlchassaing-gie-eztoolbar)
```

###  Alternatives

[ezsystems/ezplatform

eZ Platform distribution

32941.1k](/packages/ezsystems-ezplatform)[netgen/admin-ui-bundle

Netgen Admin UI implements an alternate administration UI for eZ Platform, based on eZ Publish Legacy administration interface

3325.4k4](/packages/netgen-admin-ui-bundle)[ezsystems/ezplatform-ee

eZ Platform Enterprise Edition distribution

225.5k1](/packages/ezsystems-ezplatform-ee)[ezsystems/ezstudio

eZ Platform Enterprise Edition distribution

221.3k](/packages/ezsystems-ezstudio)[netgen/information-collection-bundle

Information collection alike feature for Ibexa Platform

1945.1k9](/packages/netgen-information-collection-bundle)[littlegiant/silverstripe-seo-editor

SEO Editor Administration for SilverStripe

1548.8k1](/packages/littlegiant-silverstripe-seo-editor)

PHPackages © 2026

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