PHPackages                             macosxvn/incubator - 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. macosxvn/incubator

ActiveLibrary[Framework](/categories/framework)

macosxvn/incubator
==================

Adapters, prototypes or functionality that can be potentially incorporated to the C-framework.

v3.4.6(6y ago)06BSD-3-ClausePHPPHP &gt;=5.5

Since Nov 27Pushed 6y agoCompare

[ Source](https://github.com/jetstudio-io/incubator)[ Packagist](https://packagist.org/packages/macosxvn/incubator)[ Docs](https://phalconphp.com)[ RSS](/packages/macosxvn-incubator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (11)Versions (53)Used By (0)

Phalcon Incubator
=================

[](#phalcon-incubator)

[![Build Status](https://camo.githubusercontent.com/96073a8fd8c122f477a5221685d8c3e084ba9030c1b0310645e6f38c4bf424da/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7068616c636f6e2f696e63756261746f722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/phalcon/incubator)[![Latest Version](https://camo.githubusercontent.com/9a82c9e559cb06c0b4f1c8de45abb3ac8cdf394db159e203a8b3db81f6f4b456/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7068616c636f6e2f696e63756261746f722e7376673f7374796c653d666c61742d737175617265)](https://github.com/phalcon/incubator/releases)[![Software License](https://camo.githubusercontent.com/cb25e110ebc973650d5506bcb5fc974551fa6dff93d0edcc328acbe538789558/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4253442d2d332d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/phalcon/incubator/blob/master/LICENSE.txt)[![Total Downloads](https://camo.githubusercontent.com/a0d583e635f667678437c0479a07db04cd91cac9953220579bd2216c3f841a66/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7068616c636f6e2f696e63756261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/phalcon/incubator)[![Daily Downloads](https://camo.githubusercontent.com/f8aa0da64cffeef54bd2d7378d4f8f8badee360a35743ada2bc416a21e68df9e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64642f7068616c636f6e2f696e63756261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/phalcon/incubator)

This is a repository to publish/share/experiment with new adapters, prototypes or functionality that can potentially be incorporated into the [Phalcon Framework](https://github.com/phalcon/cphalcon).

We also welcome submissions of snippets from the community, to further extend the framework.

The code in this repository is written in PHP.

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

[](#installation)

### Installing via Composer

[](#installing-via-composer)

Install Composer in a common location or in your project:

```
curl -s http://getcomposer.org/installer | php
```

Then create the `composer.json` file as follows:

```
{
    "require": {
        "phalcon/incubator": "^3.4"
    }
}
```

If you are still using Phalcon 2.0.x, create the `composer.json` file as follows:

```
{
    "require": {
        "phalcon/incubator": "^2.0"
    }
}
```

Run the composer installer:

```
$ php composer.phar install
```

### Installing via GitHub

[](#installing-via-github)

Just clone the repository in a common location or inside your project:

```
git clone https://github.com/phalcon/incubator.git

```

For a specific git branch (eg 2.0.13) please use:

```
git clone -b 2.0.13 git@github.com:phalcon/incubator.git

```

Autoloading from the Incubator
------------------------------

[](#autoloading-from-the-incubator)

Add or register the following namespace strategy to your `Phalcon\Loader` in order to load classes from the incubator repository:

```
$loader = new Phalcon\Loader();

$loader->registerNamespaces(
    [
        'Phalcon' => '/path/to/incubator/Library/Phalcon/',
    ]
);

$loader->register();
```

Testing
-------

[](#testing)

Tests are located in `tests/` and use Codeception. See [tests/README.md](tests/README.md).

Contributing
------------

[](#contributing)

See [CONTRIBUTING.md](CONTRIBUTING.md).

Contributions Index
-------------------

[](#contributions-index)

See [INDEX.md](INDEX.md).

Sponsors
--------

[](#sponsors)

Become a sponsor and get your logo on our README on Github with a link to your site. \[[Become a sponsor](https://opencollective.com/phalcon#sponsor)\]

[![](https://camo.githubusercontent.com/da837e5075acfc242386b1548662969c052d68581895fde61b0142e91d5d8520/68747470733a2f2f6f70656e636f6c6c6563746976652e636f6d2f7068616c636f6e2f74696572732f73706f6e736f72732e7376673f6176617461724865696768743d34382677696474683d383030)](https://opencollective.com/phalcon/#contributors)Backers
-------

[](#backers)

Support us with a monthly donation and help us continue our activities. \[[Become a backer](https://opencollective.com/phalcon#backer)\]

[![](https://camo.githubusercontent.com/a1f3712dc35aac0bbf91f4a4f0f8c23d47355312bee599d5938ca1fa89f4a9fa/68747470733a2f2f6f70656e636f6c6c6563746976652e636f6d2f7068616c636f6e2f74696572732f6261636b6572732e7376673f6176617461724865696768743d34382677696474683d383030266865696768743d323030)](https://opencollective.com/phalcon/#contributors)License
-------

[](#license)

Incubator is open-sourced software licensed under the [New BSD License](https://github.com/phalcon/incubator/blob/master/LICENSE.txt).
© 2011-2018, Phalcon Framework Team

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 50.2% 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 ~43 days

Recently: every ~32 days

Total

52

Last Release

2326d ago

Major Versions

2.1.x-dev → v3.0.02016-07-29

2.0.x-dev → v3.0.32016-12-15

1.3.5.x-dev → v3.3.02018-02-08

v3.4.5 → 4.0.x-dev2019-09-08

3.4.x-dev → v4.0-alpha2019-12-26

PHP version history (5 changes)1.2.4PHP &gt;=5.3.6

v2.0.0PHP &gt;=5.3.9

v2.0.2PHP &gt;=5.3.21

v2.0.8PHP &gt;=5.4

v3.0.0PHP &gt;=5.5

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/105372568?v=4)[Jet Studio](/maintainers/jetstudio)[@jetstudio](https://github.com/jetstudio)

---

Top Contributors

[![sergeyklay](https://avatars.githubusercontent.com/u/1256298?v=4)](https://github.com/sergeyklay "sergeyklay (624 commits)")[![endeveit](https://avatars.githubusercontent.com/u/197781?v=4)](https://github.com/endeveit "endeveit (132 commits)")[![iGusev](https://avatars.githubusercontent.com/u/1555767?v=4)](https://github.com/iGusev "iGusev (60 commits)")[![digitronac](https://avatars.githubusercontent.com/u/4385803?v=4)](https://github.com/digitronac "digitronac (52 commits)")[![tmihalik](https://avatars.githubusercontent.com/u/440762?v=4)](https://github.com/tmihalik "tmihalik (41 commits)")[![xboston](https://avatars.githubusercontent.com/u/201306?v=4)](https://github.com/xboston "xboston (39 commits)")[![niden](https://avatars.githubusercontent.com/u/1073784?v=4)](https://github.com/niden "niden (29 commits)")[![blocklogic-au](https://avatars.githubusercontent.com/u/1908481?v=4)](https://github.com/blocklogic-au "blocklogic-au (24 commits)")[![Kachit](https://avatars.githubusercontent.com/u/503710?v=4)](https://github.com/Kachit "Kachit (24 commits)")[![SidRoberts](https://avatars.githubusercontent.com/u/1364214?v=4)](https://github.com/SidRoberts "SidRoberts (20 commits)")[![KorsaR-ZN](https://avatars.githubusercontent.com/u/579410?v=4)](https://github.com/KorsaR-ZN "KorsaR-ZN (17 commits)")[![cottton](https://avatars.githubusercontent.com/u/13582504?v=4)](https://github.com/cottton "cottton (16 commits)")[![sergeysviridenko](https://avatars.githubusercontent.com/u/26042973?v=4)](https://github.com/sergeysviridenko "sergeysviridenko (15 commits)")[![stibiumz](https://avatars.githubusercontent.com/u/5264529?v=4)](https://github.com/stibiumz "stibiumz (15 commits)")[![Green-Cat](https://avatars.githubusercontent.com/u/3328823?v=4)](https://github.com/Green-Cat "Green-Cat (14 commits)")[![ulfims](https://avatars.githubusercontent.com/u/6360328?v=4)](https://github.com/ulfims "ulfims (14 commits)")[![Fenikkusu](https://avatars.githubusercontent.com/u/5033618?v=4)](https://github.com/Fenikkusu "Fenikkusu (13 commits)")[![Jurigag](https://avatars.githubusercontent.com/u/10086991?v=4)](https://github.com/Jurigag "Jurigag (11 commits)")[![nexik](https://avatars.githubusercontent.com/u/70645?v=4)](https://github.com/nexik "nexik (10 commits)")[![parshikov](https://avatars.githubusercontent.com/u/983028?v=4)](https://github.com/parshikov "parshikov (9 commits)")

---

Tags

frameworkphalconincubator

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/macosxvn-incubator/health.svg)

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

###  Alternatives

[phalcon/incubator

Adapters, prototypes or functionality that can be potentially incorporated to the C-framework.

7222.9M81](/packages/phalcon-incubator)[phalcon/devtools

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

1.3k2.0M54](/packages/phalcon-devtools)[phalcon/migrations

Run and Generate DB Migrations with Phalcon Framework

29977.8k6](/packages/phalcon-migrations)[phalcon/incubator-mailer

Phalcon Incubator Mailer Adapters

1318.1k2](/packages/phalcon-incubator-mailer)

PHPackages © 2026

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