GithubHelp home page GithubHelp logo

zaszczyk / incubator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from phalcon/incubator

0.0 2.0 0.0 1.91 MB

Incubator adapters/functionality for the Phalcon PHP Framework

License: Other

PHP 99.32% Shell 0.68%

incubator's Introduction

Phalcon Incubator

Build Status Latest Version Software License Total Downloads Daily Downloads

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

Then create the composer.json file as follows:

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

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();

Contributing

See CONTRIBUTING.md

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

Traits

License

Incubator is open-sourced software licensed under the New BSD License.
© 2011-2016, Phalcon Framework Team

incubator's People

Contributors

agustinsaldias avatar blocklogic-au avatar chiefgui avatar davihu avatar digitronac avatar endeveit avatar green-cat avatar gsouf avatar igusev avatar kachit avatar kenjikobe avatar korsar-zn avatar mzf avatar nexik avatar niden avatar parshikov avatar pyyoshi avatar sarrubia avatar sergeyklay avatar sgenov avatar sidroberts avatar sjinks avatar stibiumz avatar tapankumar avatar thehe avatar tmihalik avatar tugrul avatar vvspirin avatar xboston avatar yerlenzhubangaliyev avatar

Watchers

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