2017 © Pedro Peláez
 

library common

Miscellaneous useful classes, interfaces, and traits

image

logikostech/common

Miscellaneous useful classes, interfaces, and traits

  • Wednesday, January 25, 2017
  • by logikos
  • Repository
  • 1 Watchers
  • 0 Stars
  • 88 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 6 % Grown

The README.md

Logikos\Common

Miscellaneous useful classes, interfaces, and traits used by other Logikos components., (*1)

Installation

Installing via Composer

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

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

create or edit the composer.json file as follows:, (*3)

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

Run the composer installer:, (*4)

$ php composer.phar install

Installing via GitHub

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

git clone https://github.com/logikostech/common.git

Autoloading (if not using composer)

Add or register the following namespace strategy to your Phalcon\Loader:, (*6)

$loader = new Phalcon\Loader();

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

$loader->register();

The Versions

25/01 2017

1.0.x-dev

1.0.9999999.9999999-dev https://github.com/logikostech/common

Miscellaneous useful classes, interfaces, and traits

  Sources   Download

MIT

The Requires

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

 

by Todd Empcke

plugin common phalcon logikostech logikos

25/01 2017

dev-master

9999999-dev https://github.com/logikostech/common

Miscellaneous useful classes, interfaces, and traits

  Sources   Download

MIT

The Requires

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

 

by Todd Empcke

plugin common phalcon logikostech logikos

25/01 2017

1.0.2

1.0.2.0 https://github.com/logikostech/common

Miscellaneous useful classes, interfaces, and traits

  Sources   Download

MIT

The Requires

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

 

by Todd Empcke

plugin common phalcon logikostech logikos

22/05 2016

1.0.0

1.0.0.0 https://github.com/logikostech/common

Miscellaneous useful classes, interfaces, and traits

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-phalcon 2.*

 

by Todd Empcke

plugin common phalcon logikostech logikos

22/05 2016

1.0.1

1.0.1.0 https://github.com/logikostech/common

Miscellaneous useful classes, interfaces, and traits

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-phalcon 2.*

 

by Todd Empcke

plugin common phalcon logikostech logikos