PHPackages                             zvps/phalconphp-debug-assets - 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. zvps/phalconphp-debug-assets

ActiveLibrary

zvps/phalconphp-debug-assets
============================

Localised debug page assets for PhalconPHP.

v4.0.0(7y ago)06BSD-3-ClauseCSS

Since Mar 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/zVPS/phalconphp-debug-assets)[ Packagist](https://packagist.org/packages/zvps/phalconphp-debug-assets)[ RSS](/packages/zvps-phalconphp-debug-assets/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (1)Versions (9)Used By (0)

PhalconPHP Debug Assets
=======================

[](#phalconphp-debug-assets)

This repository allows developers to pull the debug page assets locally, especially useful for projects:

- requiring a secure environment with no remote assets
- local development with no internet connection (developing on the move/commuting)

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

[](#installation)

Example composer file:

```
{
    "name": "vendor/example-project",
    "description": "Example Composer File.",
    "authors": [
        {
            "name": "example",
            "email": "email@example.com"
        }
    ],
    "minimum-stability": "dev",
    "config" : {
        "optimize-autoloader": true,
        "sort-packages": true
    },
    "require" : {
        "php" : ">=7.2",
        "ext-phalcon" : "^3.4",
        "fabfuel/prophiler": "~1.5",
        "phalcon/incubator": "3.4.x"
    },
    "require-dev": {
        "phalcon/devtools": "~3.4",
        "phalcon/ide-stubs": "*",
        "ralouphie/getallheaders": "2.0.5",
        "zvps/phalconphp-debug-assets": "4.x-dev"
    },
    "repositories": [
        {
            "type": "vcs",
            "url":  "git@github.com:zVPS/phalconphp-debug-assets.git"
        }
    ],
    "scripts": {
        "post-install-cmd": [
            "SlowProg\\CopyFile\\ScriptHandler::copy"
        ],
        "post-update-cmd": [
            "SlowProg\\CopyFile\\ScriptHandler::copy"
        ]
    },
    "extra": {
        "copy-file-dev": {
            "vendor/zvps/phalconphp-debug-assets/debug/": "public/debug/"
        }
    }
}

```

If your project has a different location for assets / webroot then change `public/debug/` to the correct path relative to the project root.

Setup
-----

[](#setup)

It would be recommended to only load these files and setup the debug class for development environments. Our front controller looks a bit like this:

```
    $config = new ConfigIni(APP_DIR . '/config/app.ini');
    if (!$config instanceof ConfigIni) {
        throw new \Exception("Config file app.ini missing or unable to be loaded.");
    }

    /** start composer autoloader */
    require_once ( APP_DIR . $config->application->vendorDir . '/autoload.php' );

    ($config->application->debug) ? (new \Phalcon\Debug())->listen(true, true)->setUri('/debug/') : false;

```

Only setting up the `/debug/` folder for environments set to show exceptions and debug pages.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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

Every ~0 days

Total

8

Last Release

2622d ago

### Community

Maintainers

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

---

Top Contributors

[![Caffe1neAdd1ct](https://avatars.githubusercontent.com/u/1327332?v=4)](https://github.com/Caffe1neAdd1ct "Caffe1neAdd1ct (9 commits)")

### Embed Badge

![Health badge](/badges/zvps-phalconphp-debug-assets/health.svg)

```
[![Health](https://phpackages.com/badges/zvps-phalconphp-debug-assets/health.svg)](https://phpackages.com/packages/zvps-phalconphp-debug-assets)
```

###  Alternatives

[io238/laravel-iso-countries

Ready-to-use Laravel models and relations for country (ISO 3166), language (ISO 639-1), and currency (ISO 4217) information with multi-language support.

5462.3k](/packages/io238-laravel-iso-countries)

PHPackages © 2026

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