Giter VIP home page Giter VIP logo

incubator's Introduction

Latest Version Software License Total Downloads

Phalcon Incubator

Phalcon is a web framework delivered as a C extension providing high performance and lower resource consumption.

This is a repository to publish/share/experiment with new adapters, prototypes or functionality that can potentially be incorporated into the 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

Create the composer.json file as follows:

{
    "require": {
        "phalcon/incubator": "dev-master"
    }
}

If you are still using Phalcon 1.3.x, create a composer.json with the following instead:

{
    "require": {
        "phalcon/incubator": "v1.3.5"
    }
}

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 1.3.5) please use:

git clone -b 1.3.5 [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(array(
	'Phalcon' => '/path/to/incubator/Library/Phalcon/'
));

$loader->register();

Current Build Status

Incubator is built under Travis CI service. Every commit pushed to this repository will queue a build into the continuous integration service and will run all PHPUnit tests to ensure that everything is going well and the project is stable. The current build status is:

Build Status

Contributing

See CONTRIBUTING.md

Contributions Index

Acl

Annotations

Behaviors

Cache

Config

Database

Debug

Logger

Mailer

Template Engines

ORM Validators

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)

incubator's People

Contributors

endeveit avatar sergeyklay avatar igusev avatar digitronac avatar tmihalik avatar xboston avatar niden avatar korsar-zn avatar sidroberts avatar stibiumz avatar nexik avatar parshikov avatar sjinks avatar green-cat avatar pyyoshi avatar thehe avatar yerlenzhubangaliyev avatar tugrul avatar mzf avatar gsouf avatar kenjikobe avatar tapankumar avatar agustinsaldias avatar sarrubia avatar chiefgui avatar andresgutierrez avatar colariu avatar dimazzzz avatar fabfuel avatar iby avatar

Watchers

Mizno Kruge avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.