2017 © Pedro Peláez
 

library phalconlibs

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

image

manacode/phalconlibs

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

  • Sunday, March 6, 2016
  • by mana
  • Repository
  • 1 Watchers
  • 1 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Phalcon Library

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

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

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

Installation

Installing via Composer

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

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

Create the composer.json file or add new require line as follows:, (*5)

{
    "require": {
        "manacode/phalconlibs": "dev-master"
    }
}

Run the composer installer:, (*6)

$ php composer.phar install

Installing via GitHub

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

git clone https://github.com/manacode/phalconlibs.git

Autoloading the Library

Add or register the following namespace strategy to your Phalcon\Loader in order to load classes from the phalconlibs repository:, (*8)


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

Library Index

Translate

License

PhalconLibs is open-sourced software licensed under the New BSD License. © Manacode Team and contributors, (*9)

The Versions

06/03 2016

dev-master

9999999-dev https://github.com/manacode/phalconlibs

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

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4
  • ext-phalcon >=2.0.4

 

The Development Requires

by Leonardus Agung

framework php phalcon