Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Logikos\Common

Miscellaneous useful classes, interfaces, and traits used by other Logikos components.

Installation

Installing via Composer

Install Composer in a common location or in your project:

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

create or edit the composer.json file as follows:

{
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/logikostech/common"
        }
    ],
    "require": {
        "logikostech/common": "dev-master"
    }
}

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/logikostech/common.git

Autoloading (if not using composer)

Add or register the following namespace strategy to your Phalcon\Loader:

$loader = new Phalcon\Loader();

$loader->registerNamespaces([
    'Logikos' => '/path/to/this/repo/src/'
]);

$loader->register();

About

Miscellaneous useful classes, interfaces, and traits

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages