PHPackages                             techpivot/phalcon-enterprise - 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. techpivot/phalcon-enterprise

ActiveLibrary[Framework](/categories/framework)

techpivot/phalcon-enterprise
============================

Provides extended enterprise functionality for the Phalcon PHP framework.

2.1.5(8y ago)84371MITPHPPHP &gt;=5.6.0

Since May 21Pushed 8y ago4 watchersCompare

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

READMEChangelog (9)Dependencies (3)Versions (11)Used By (0)

Phalcon Enterprise
==================

[](#phalcon-enterprise)

[![Scrutinizer](https://camo.githubusercontent.com/015528d004fc134195f4ef3cb1762e17bd4e9c45e007c6bbd6f2b58899ba0568/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f746563687069766f742f7068616c636f6e2d656e74657270726973652e7376673f6d61784167653d32353932303030266c6162656c3d5363727574696e697a6572267374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/techpivot/phalcon-enterprise)[![Latest Version](https://camo.githubusercontent.com/981c93622d83fe1a10e83e2fd7152997e2fe6a91862f821a23493578909db49c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746563687069766f742f7068616c636f6e2d656e74657270726973652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/techpivot/phalcon-enterprise)[![Total Downloads](https://camo.githubusercontent.com/c6eb7c0598f2d9c67790ee14d361b786fab897216e0163c0efa8a05f39d22968/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746563687069766f742f7068616c636f6e2d656e74657270726973652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/techpivot/phalcon-enterprise)[![Software License](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](https://raw.githubusercontent.com/techpivot/phalcon-enterprise/master/LICENSE)

techpivot/phalcon-enterprise is a set of tools, plugins, and components that provide extended enterprise functionality for the Phalcon PHP framework.

Installation via Composer
-------------------------

[](#installation-via-composer)

1. Add the `techpivot/phalcon-enterprise` repository into the **require** section of your `composer.json` as follows:

```
"require": {
    "techpivot/phalcon-enterprise": "^2.1"
}
```

2. Run the `composer update` or `composer install` as necessary for your project.
3. Include in your project loader using Composer autoloading or Phalcon's autoloader:

    - **Phalcon Autoloader**

        ```
        use Phalcon\Loader;

        $loader = new Loader();
        $loader->registerNamespaces([
            // Your custom namespaces ...

            // Include TechPivot\Phalcon\Enterprise
            'TechPivot\Phalcon\Enterprise' => 'vendor/techpivot/phalcon-enterprise/src',
        ]);
        $loader->register();
        ```
    - **Composer Autoloader**

        ```
        require_once 'vendor/autoload.php';
        ```

Plugins, Adapters, &amp; Extensions
-----------------------------------

[](#plugins-adapters--extensions)

### Dispatcher Plugins

[](#dispatcher-plugins)

#### AjaxRouteHandler

[](#ajaxroutehandler)

#### CamelizeActionName

[](#camelizeactionname)

#### IndexRedirector

[](#indexredirector)

#### NotFoundHandler

[](#notfoundhandler)

References
----------

[](#references)

- [Phalcon PHP Framework](https://phalconphp.com)
- [Phalcon Incubator](https://github.com/phalcon/incubator)
- [TechPivot](https://www.techpivot.net)

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

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 ~69 days

Recently: every ~89 days

Total

10

Last Release

3066d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/739719?v=4)[Mark Johnson](/maintainers/virgofx)[@virgofx](https://github.com/virgofx)

---

Top Contributors

[![virgofx](https://avatars.githubusercontent.com/u/739719?v=4)](https://github.com/virgofx "virgofx (33 commits)")

---

Tags

enterprisephalconphpphp7plugintechpivotphpframeworkphalconenterprisepivotTechPivotTech

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/techpivot-phalcon-enterprise/health.svg)

```
[![Health](https://phpackages.com/badges/techpivot-phalcon-enterprise/health.svg)](https://phpackages.com/packages/techpivot-phalcon-enterprise)
```

###  Alternatives

[phpmv/php-mv-ui

A JQuery and UI library for php and php MVC frameworks

3320.4k3](/packages/phpmv-php-mv-ui)[zemit-cms/core

Build Phalcon REST APIs faster with database-first scaffolding, model relationships, eager loading, identity, permissions, CLI, and WebSocket support.

138.5k1](/packages/zemit-cms-core)

PHPackages © 2026

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