PHPackages                             gzero/admin - 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. gzero/admin

ActiveLibrary[Admin Panels](/categories/admin)

gzero/admin
===========

Gzero Admin Panel

3.0.6(7y ago)33.5k11MITJavaScriptPHP &gt;=7.1.0

Since May 30Pushed 7y ago8 watchersCompare

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

READMEChangelog (10)Dependencies (2)Versions (22)Used By (1)

GZERO ADMIN [![Build Status](https://camo.githubusercontent.com/de786a1be450028ffce61182e55688f8fea63734f22a6eccc748353ce3d7c99a/68747470733a2f2f7472617669732d63692e6f72672f47727570615a65726f2f61646d696e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/GrupaZero/admin)
========================================================================================================================================================================================================================================================================================

[](#gzero-admin-)

**The project is still in the phase of intensive development.**

This documentation assumed that you have already installed and fully configured [Platform](https://github.com/GrupaZero/platform).

Table of contents
=================

[](#table-of-contents)

- [The beginning](#the-beginning)
- [Symbolic links](#symbolic-links)
- [Installing Node.js](#installing-nodejs)
- [Installing Node packages](#installing-node-packages)
- [How to develop?](#how-to-develop)
- [JavaScript tests](#javascript-tests)

The beginning
-------------

[](#the-beginning)

First of all clone Admin package repository into your directory. For your convenience, Platform and Admin repositories should be stored in the same root directory, in exmaple 'gzero'.

Mounting admin package in platform
----------------------------------

[](#mounting-admin-package-in-platform)

Admin package is required dependency for Platform in composer. Mounting admin packege is required to provide the latest changes of Admin package in Platform.

In platform root directory type the following command:

```
$ ./scripts/link_package.sh admin mount

```

From now on all changes in Admin package will be available in Platform.

To unmount Admin package type the following command in platform root directory:

```
$ ./scripts/link_package.sh admin umount

```

Installing Node.js
------------------

[](#installing-nodejs)

- [Download Node.js](http://nodejs.org/download "Download Node.js")
- [Installing from package managers](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager "Installing from package managers")

Installing Node packages
------------------------

[](#installing-node-packages)

To install all required Node packages just type into Admin package root directory:

```
$ npm install

```

How to develop?
---------------

[](#how-to-develop)

For proper communication with the API is required to modify the hosts file in your OS. In Ubuntu hosts file should looks like the following:

```
# /etc/hosts
127.0.0.1	localhost
...
127.0.0.1	dev.gzero.pl
127.0.0.1   api.dev.gzero.pl
...

```

There are 3 required things, that should be done, every time before you start to develop Admin package:

1. In Platform root directory

- use `./scripts/link_package.sh admin mount` to mount your version of admin package.
- start Docker container for platform: `$ sudo docker-compose up -d`.

2. In Admin package run `npm start` to start gulp watch. Now each time when you save file gulp will rebuild app.

After these steps try to log in to the admin panel:

```
URL: http://dev.gzero.pl:8000/en/login
login: admin@gzero.pl
pass: test

```

If admin panel appeared, everything works fine.

Now release your imagination and create your own magic ;-)

How to manually build?
----------------------

[](#how-to-manually-build)

```
 npm run build

```

JavaScript tests
----------------

[](#javascript-tests)

To run karma server:

```
$ npm test

```

From now on you can write tests in `admin/src/app/tests`.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 54.4% 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 ~73 days

Total

20

Last Release

2620d ago

Major Versions

v0.3.2 → v1.0.02017-03-27

v1.0.0 → v2.0.02017-04-29

v2.0.0 → 3.0.02018-04-30

PHP version history (3 changes)v0.0.1PHP &gt;=5.4.0

v0.0.2PHP &gt;=5.5.9

v1.0.0PHP &gt;=7.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/b6c935886d1946e6478e6c18bc9437fb1944c7e041198e431d028dca8f8189fa?d=identicon)[AdrianSkierniewski](/maintainers/AdrianSkierniewski)

---

Top Contributors

[![PSkierniewski](https://avatars.githubusercontent.com/u/6221292?v=4)](https://github.com/PSkierniewski "PSkierniewski (306 commits)")[![MateuszUrbanowicz](https://avatars.githubusercontent.com/u/10204693?v=4)](https://github.com/MateuszUrbanowicz "MateuszUrbanowicz (150 commits)")[![AdrianSkierniewski](https://avatars.githubusercontent.com/u/2774458?v=4)](https://github.com/AdrianSkierniewski "AdrianSkierniewski (87 commits)")[![mszmida](https://avatars.githubusercontent.com/u/6221149?v=4)](https://github.com/mszmida "mszmida (10 commits)")[![michalstrzelecki](https://avatars.githubusercontent.com/u/3853055?v=4)](https://github.com/michalstrzelecki "michalstrzelecki (9 commits)")

---

Tags

laraveladmin-panelgzero cms

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/gzero-admin/health.svg)

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

###  Alternatives

[serverfireteam/panel

Admin panel for Laravel applications

42532.2k2](/packages/serverfireteam-panel)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[larasnap/laravel-admin

Laravel Admin Panel

221.4k](/packages/larasnap-laravel-admin)[alareqi/filament-pwa

A comprehensive PWA (Progressive Web App) plugin for Filament v3 and v4 admin panels with offline functionality, installation prompts, and icon generation.

132.9k](/packages/alareqi-filament-pwa)

PHPackages © 2026

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