2017 © Pedro Peláez
 

library incubator

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

image

pantaovay/incubator

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

  • Tuesday, October 18, 2016
  • by pantaovay
  • Repository
  • 1 Watchers
  • 0 Stars
  • 262 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 349 Forks
  • 0 Open issues
  • 31 Versions
  • 0 % Grown

The README.md

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

Phalcon Incubator

Phalcon is a web framework delivered as a C extension providing high performance and lower resource consumption., (*2)

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

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

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

Installation

Installing via Composer

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

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

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

{
    "require": {
        "phalcon/incubator": "~3.0"
    }
}

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

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

Run the composer installer:, (*9)

$ php composer.phar install

Installing via GitHub

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

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

For a specific Git branch (eg 2.0.13) please use:, (*11)

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


$loader = new Phalcon\Loader(); $loader->registerNamespaces([ 'Phalcon' => '/path/to/incubator/Library/Phalcon/' ]); $loader->register();

Testing

See TESTING.md, (*13)

Contributing

See CONTRIBUTING.md, (*14)

Contributions Index

Acl

Annotations

Behaviors

Cache

Config

Console

  • Phalcon\Cli\Console\Extended - Extended Console application that uses annotations in order to create automatically a help description (@sarrubia)
  • Phalcon\Cli\Environment - This component provides functionality that helps writing CLI oriented code that has runtime-specific execution params (@sergeyklay)

Crypt

Database

Adapter

Dialect

Http

Logger

Mailer

Model MetaData Adapters

MVC

Template Engines

Error Handling

  • Phalcon\Error - Error handler used to centralize the error handling and displaying clean error pages (@theDisco)
  • Phalcon\Utils\PrettyExceptions - Pretty Exceptions is an utility to show exceptions/errors/warnings/notices using a nicely visualization. (@phalcon / @kenjikobe)

Queue

Test

Translate

Session

Utils

  • Phalcon\Utils\Slug - Creates a slug for the passed string taking into account international characters. (@niden)
  • Phalcon\Avatar\Gravatar - Provides an easy way to retrieve a user's profile image from Gravatar site based on a given email address (@sergeyklay)

Validators

License

Incubator is open-sourced software licensed under the New BSD License. © Phalcon Framework Team and contributors, (*15)

The Versions

18/10 2016

3.0.1.x-dev

3.0.1.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

18/10 2016
18/10 2016

3.0.x-dev

3.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

18/10 2016
18/10 2016

dev-master

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

18/10 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

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

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

04/08 2015

1.3.x-dev

1.3.9999999.9999999-dev 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

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

1.3.5.x-dev

1.3.5.9999999-dev 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

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

08/10 2014

1.3.0.x-dev

1.3.0.9999999-dev 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,<2

 

The Development Requires

framework phalcon

12/03 2014

1.2.x-dev

1.2.9999999.9999999-dev 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.*

 

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

18/12 2013

1.2.4.x-dev

1.2.4.9999999-dev 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

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