• Stars
    star
    732
  • Rank 61,915 (Top 2 %)
  • Language
    PHP
  • License
    Other
  • Created almost 12 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Incubator adapters/functionality for the Phalcon PHP Framework

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 [email protected]: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

More Repositories

1

cphalcon

High performance, full-stack PHP framework delivered as a C extension.
PHP
10,727
star
2

phalcon-devtools

Phalcon Developer Tools
JavaScript
1,320
star
3

mvc

Phalcon MVC Examples
PHP
810
star
4

awesome-phalcon

A curated list of awesome Phalcon libraries and resources
Ruby
606
star
5

vokuro

Sample application for Phalcon Framework (Acl, Auth, Security)
PHP
369
star
6

forum

Phalcon official Forum
PHP
364
star
7

invo

Sample application for the Phalcon PHP Framework
PHP
347
star
8

docs

Phalcon Framework documentation
HTML
320
star
9

phalcon

[WIP] Phalcon Framework. Work will continue after release of v5.0
PHP
219
star
10

tutorial

Phalcon Tutorial
PHP
159
star
11

dockerfiles

Phalcon Dockerfiles used for internal purposes.
Dockerfile
152
star
12

ide-stubs

Phalcon IDE Stubs
PHP
150
star
13

website

Archived Website repository - https://github.com/phalcon/phalcon.io
CSS
109
star
14

rest-api

Implementation of an API application using the Phalcon Framework
PHP
86
star
15

album-o-rama

Sample application for the Phalcon PHP Framework.
CSS
84
star
16

builtwith

Websites built with Phalcon
CSS
39
star
17

blog

Phalcon Framework's blog
CSS
32
star
18

volt-sublime-textmate

Volt syntax highlight for Sublime Text 2/Textmate
30
star
19

phalconist

Resources catalog for Phalcon Framework
PHP
28
star
20

migrations

Generate or migrate database changes via migrations.
PHP
26
star
21

packagecloud

โ˜๏ธ Phalcon Build Project
Shell
26
star
22

dd

This package will add the dd and dump helpers to your Phalcon application.
PHP
20
star
23

homebrew-tap

Official Homebrew tap for Phalcon PHP Framework (brew install phalcon)
Ruby
17
star
24

cli-options-parser

Command line arguments/options parser to use in Phalcon applications.
PHP
16
star
25

docs-app

Official Phalcon documentation website.
HTML
14
star
26

incubator-mailer

Send mail with Phalcon
PHP
12
star
27

bridge-swoole

Bridge to run Phalcon with Swoole.
PHP
7
star
28

incubator-session

Extra Phalcon Session Adapters.
PHP
7
star
29

incubator-logger

Extended Adapters for Phalcon Framework Logger component.
PHP
7
star
30

middlewares

Phalcon Middlewares
6
star
31

phalcon.io

phalcon.io website
HTML
6
star
32

incubator-mongodb

MongoDB Database adapter for Phalcon Framework.
PHP
5
star
33

incubator-acl

Extra components for Acl
PHP
5
star
34

docker

Official docker images with Phalcon framework.
Dockerfile
5
star
35

traits

Traits used primarily in the v6 package but also available as a helper package for applications
PHP
4
star
36

incubator-config

PHP
4
star
37

incubator-avatar

Phalcon Avatar Adapters
PHP
4
star
38

forum-static

Phosphorum Static
HTML
3
star
39

volt

Volt template engine.
PHP
3
star
40

incubator-events

Extra Phalcon Events Adapters.
PHP
3
star
41

link

A (manual) URL shortener for Phalcon sites
CSS
3
star
42

platform

A foundation to build applications using Phalcon.
PHP
3
star
43

incubator-translate

Extra Phalcon Translate Adapters.
PHP
3
star
44

assets

This repository holds all the assets that Phalcon sites use
CSS
2
star
45

incubator-cli

PHP
2
star
46

incubator-validation

Extra Phalcon Validator Adapters.
PHP
2
star
47

incubator-cache

Extra Phalcon Cache Adapters.
PHP
2
star
48

incubator-db

PHP
2
star
49

incubator-test

Incubator - Test helpers for PhpUnit and Codeception
PHP
2
star
50

proxy-psr3

Package to offer PSR-3 (Logger) compatibility with Phalcon classes from the PHP userland
PHP
2
star
51

debugbar

PHP
1
star
52

incubator-error

1
star
53

forum-ng

New responsive theme for Phosphorum
HTML
1
star
54

proxy-psr16

Package to offer PSR-16 (Cache) compatibility with Phalcon classes from the PHP userland
PHP
1
star
55

incubator-annotations

Extra Phalcon Annotations Adapters.
PHP
1
star
56

proxy-psr13

Package to offer PSR-13 (Link) compatibility with Phalcon classes from the PHP userland
PHP
1
star