PHPackages                             pedro151/zendx - 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. [Framework](/categories/framework)
4. /
5. pedro151/zendx

ActiveLibrary[Framework](/categories/framework)

pedro151/zendx
==============

ZendX

v1.0(10y ago)013.2k1MITPHPPHP &gt;=5.3.0

Since May 14Pushed 10y ago1 watchersCompare

[ Source](https://github.com/pedro151/ZendX)[ Packagist](https://packagist.org/packages/pedro151/zendx)[ RSS](/packages/pedro151-zendx/feed)WikiDiscussions master Synced 3w ago

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

ZendX
=====

[](#zendx)

Install
-------

[](#install)

```
$ composer require pedro151/zendx
```

setting is in `public\index.php`

```
set_include_path(implode(PATH_SEPARATOR, array(
    realpath(APPLICATION_PATH . '/../vendor/zendframework/zendframework1/library'),
    realpath(APPLICATION_PATH . '/../vendor/pedro151/zendx/library'),
    realpath(APPLICATION_PATH . '/../library'),
    get_include_path(),
)));
```

Configuration
-------------

[](#configuration)

setting is in `application/configs/application.ini`

```
;CONFIG ZENDX
resources.view.helperPath.ZendX_JQuery_View_Helper = APPLICATION_PATH "/../ZendX/JQuery/View/Helper"
```

or in `application/Bootstrap.php`

```
$view->addHelperPath ( "ZendX/JQuery/View/Helper" , "ZendX_JQuery_View_Helper" );
```

Enabling
--------

[](#enabling)

In `Bootstrap.php` File setting:

```
public function _initJQuery ()
{
    $this->_bootstrap ( 'FrontController' );
    $viewRenderer = Zend_Controller_Action_HelperBroker::getStaticHelper ( 'viewRenderer' );
    if ( null === $viewRenderer->view )
    {
        $viewRenderer->initView ();
    }
    $view = $viewRenderer->view;

    /* Initialize action controller here */
    $view->jQuery ()
         ->uiDisable ()
         ->enable ();
}
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

3696d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6169925?v=4)[Pedro Alarcão](/maintainers/pedro151)[@pedro151](https://github.com/pedro151)

---

Top Contributors

[![pedro151](https://avatars.githubusercontent.com/u/6169925?v=4)](https://github.com/pedro151 "pedro151 (10 commits)")

---

Tags

zendZF1ZendX

### Embed Badge

![Health badge](/badges/pedro151-zendx/health.svg)

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

PHPackages © 2026

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