2017 © Pedro Peláez
 

library incubator

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

image

sneakybobito/incubator

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

  • Monday, December 23, 2013
  • by sneakyBobito
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,832 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 349 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Phalcon Incubator

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

This is a repository to publish/share/experimient with new adapters, prototypes or functionality that potentially can be incorporated to the C-framework., (*2)

Also we welcome submissions from the community of snippets that could extend the framework more., (*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

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

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

Run the composer installer:, (*7)

php composer.phar install

Installing via Github

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

git clone https://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:, (*9)


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

Contributions Index

Acl

Cache

Config

Database

Logger

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)

Translate

Session

Utils

  • Phalcon\Utils\Slug - Creates a slug for the passed string taking into account international characters. (niden)

The Versions

23/12 2013

dev-master

9999999-dev http://phalconphp.com

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

  Sources   Download

BSD-3

framework phalcon