Skip to content

logikostech/common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages