2017 © Pedro Peláez
 

library incubator

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

image

phalcon/incubator

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

  • Thursday, July 5, 2018
  • by phalcon
  • Repository
  • 94 Watchers
  • 670 Stars
  • 850,603 Installations
  • PHP
  • 78 Dependents
  • 0 Suggesters
  • 348 Forks
  • 30 Open issues
  • 45 Versions
  • 7 % Grown

The README.md

Phalcon Incubator

Build Status Latest Version Software License Total Downloads Daily Downloads, (*1)

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

We also welcome submissions of snippets from the community, to further extend the framework., (*3)

The code in this repository is written in PHP., (*4)

Installation

Installing via Composer

Install Composer in a common location or in your project:, (*5)

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

Then create the composer.json file as follows:, (*6)

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

If you are still using Phalcon 2.0.x, create the composer.json file as follows:, (*7)

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

Run the composer installer:, (*8)

$ php composer.phar install

Installing via GitHub

Just clone the repository in a common location or inside your project:, (*9)

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

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

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:, (*11)


$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., (*12)

Contributing

See CONTRIBUTING.md., (*13)

Contributions Index

See INDEX.md., (*14)

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor], (*15)

, (*16)

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer], (*17)

, (*18)

License

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

The Versions

08/02 2018

1.3.5.x-dev

1.3.5.9999999-dev https://phalconphp.com

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

  Sources   Download

BSD-3-Clause BSD-3

The Requires

 

The Development Requires

framework phalcon

08/02 2018

1.3.0.x-dev

1.3.0.9999999-dev https://phalconphp.com

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

  Sources   Download

BSD-3-Clause BSD-3

The Requires

  • php >=5.3.6
  • ext-phalcon >=1.2.4,<2

 

The Development Requires

framework phalcon

08/02 2018

1.3.x-dev

1.3.9999999.9999999-dev https://phalconphp.com

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

  Sources   Download

BSD-3-Clause BSD-3

The Requires

 

The Development Requires

framework phalcon

08/02 2018

1.2.4.x-dev

1.2.4.9999999-dev https://phalconphp.com

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

  Sources   Download

BSD-3-Clause BSD-3

The Requires

  • php >=5.3.6
  • ext-phalcon 1.2.4

 

framework phalcon

08/02 2018

1.2.x-dev

1.2.9999999.9999999-dev https://phalconphp.com

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

  Sources   Download

BSD-3-Clause BSD-3

The Requires

  • php >=5.3.6
  • ext-phalcon 1.2.*

 

framework phalcon

13/12 2016

2.0.x-dev

2.0.9999999.9999999-dev http://phalconphp.com

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

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework phalcon incubator

27/11 2016
25/08 2016
29/07 2016
24/07 2016

2.1.x-dev

2.1.9999999.9999999-dev http://phalconphp.com

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

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework phalcon incubator

21/05 2016

v2.0.13

2.0.13.0 http://phalconphp.com

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

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework phalcon incubator

18/05 2016

v2.0.12

2.0.12.0 http://phalconphp.com

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

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework phalcon incubator

05/05 2016

v2.0.11

2.0.11.0 http://phalconphp.com

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

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework phalcon incubator

05/02 2016

v2.0.10

2.0.10.0 http://phalconphp.com

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

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework phalcon incubator

25/11 2015

v2.0.9

2.0.9.0 http://phalconphp.com

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

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework phalcon incubator

26/09 2015

v2.0.8

2.0.8.0 http://phalconphp.com

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

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework phalcon incubator

18/08 2015

v2.0.7

2.0.7.0 http://phalconphp.com

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

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework phalcon incubator

27/07 2015

v2.0.6

2.0.6.0 http://phalconphp.com

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

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework phalcon incubator

10/06 2015

v2.0.3

2.0.3.0 http://phalconphp.com

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

  Sources   Download

BSD-3

The Requires

 

The Development Requires

framework phalcon incubator

26/05 2015

v2.0.2

2.0.2.0 http://phalconphp.com

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

  Sources   Download

BSD-3

The Requires

 

The Development Requires

framework phalcon incubator

07/05 2015

v2.0.1

2.0.1.0 http://phalconphp.com

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

  Sources   Download

BSD-3

The Requires

 

The Development Requires

framework phalcon incubator

06/05 2015

v2.0.0

2.0.0.0 http://phalconphp.com

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

  Sources   Download

BSD-3

The Requires

 

The Development Requires

framework phalcon incubator

06/05 2015

v1.3.5

1.3.5.0 http://phalconphp.com

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

  Sources   Download

BSD-3

The Requires

 

The Development Requires

framework phalcon

23/12 2014

v1.3.4

1.3.4.0 http://phalconphp.com

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

  Sources   Download

BSD-3

The Requires

 

The Development Requires

framework phalcon

15/01 2014

v1.2.5

1.2.5.0 http://phalconphp.com

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

  Sources   Download

BSD-3

The Requires

  • php >=5.3.6
  • ext-phalcon 1.2.5

 

The Development Requires

framework phalcon

27/11 2013

1.2.4

1.2.4.0 http://phalconphp.com

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

  Sources   Download

BSD-3

The Requires

  • php >=5.3.6
  • ext-phalcon 1.2.4

 

framework phalcon