PHPackages                             argentum88/phad - 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. argentum88/phad

ActiveLibrary

argentum88/phad
===============

0511HTML

Since Jul 2Pushed 10y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Phad
====

[](#phad)

*Note: this is development version. I do not recommend you to use it in a production environment.*

Phad is administrative interface builder for Phalcon framework, that is based on [sleeping-owl/admin](https://github.com/sleeping-owl/admin).

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

[](#installation)

1. Require this package in your composer.json and run composer update:

    ```
     "argentum88/phad": "dev-master"

    ```
2. Add group of routes to main router

    ```
    use Argentum88\Phad\Config\Routes as BackendRoutes;

    $router->mount(new BackendRoutes);
    ```
3. Register module

    ```
    $application->registerModules(['Backend'  => [
        'className' => 'Argentum88\Phad\Module'
    ]]);
    ```
4. Run command php ./vendor/argentum88/phad/src/console.php install
5. Import the phad.sql into your database

Usage
-----

[](#usage)

Now go to the **your\_site\_url/admin** and use default credentials **admin / 123456789**

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

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.

### Community

Maintainers

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

---

Top Contributors

[![andreyevpv](https://avatars.githubusercontent.com/u/120735844?v=4)](https://github.com/andreyevpv "andreyevpv (51 commits)")

### Embed Badge

![Health badge](/badges/argentum88-phad/health.svg)

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

PHPackages © 2026

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