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. pedro151/zendx

ActiveLibrary

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

ZendX

v1.0(9y ago)013.0kMITPHPPHP &gt;=5.3.0

Since May 14Pushed 9y ago1 watchersCompare

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

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

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

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community7

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

3647d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/47a7fc32dac9ba04ff102852d6d8774e61cccf101b1ecef8e5ad7c8fb3795c5e?d=identicon)[pedro151](/maintainers/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)
```

###  Alternatives

[zfbase/zend1-bootstrap3

Twitter Bootstrap v.3 Forms for Zend Framework v.1

1455.7k2](/packages/zfbase-zend1-bootstrap3)

PHPackages © 2026

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