incubator

Incubator adapters/functionality for the Phalcon PHP Framework

Github星跟踪图

Phalcon Incubator

Build Status
Latest Version
Software License
Total Downloads
Daily Downloads

This is a repository to publish/share/experiment with new adapters, prototypes or functionality that can potentially be incorporated into the Phalcon Framework.

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

The code in this repository is written in PHP.

Installation

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

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

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

Tests are located in tests/ and use Codeception. See tests/README.md.

Contributing

See CONTRIBUTING.md.

Contributions Index

See INDEX.md.

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

License

Incubator is open-sourced software licensed under the New BSD License.
© 2011-2018, Phalcon Framework Team

主要指标

概览
名称与所有者phalcon/incubator
主编程语言PHP
编程语言PHP (语言数: 2)
平台
许可证Other
所有者活动
创建于2012-11-25 23:45:51
推送于2023-07-05 11:44:58
最后一次提交2023-07-05 12:37:52
发布数45
最新版本名称v4.0.0-alpha.7 (发布于 )
第一版名称v1.2.4 (发布于 )
用户参与
星数726
关注者数89
派生数334
提交数1.6k
已启用问题?
问题数247
打开的问题数17
拉请求数567
打开的拉请求数0
关闭的拉请求数162
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?