2017 © Pedro Peláez
 

library base

A PHP utility library used by Ork packages.

image

ork/base

A PHP utility library used by Ork packages.

  • Monday, September 26, 2016
  • by AlexHowansky
  • Repository
  • 0 Watchers
  • 0 Stars
  • 68 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Build Status, (*1)

Ork Base

Ork Base is a collection of common code utilized by Ork projects., (*2)

Abandoned

This package is no longer maintained. Replacement utilites may be available in ork/core., (*3)

Requirements

  • PHP 5.5

Installation

Simply add to your project's composer.json file:, (*4)

{
  ...
  "require": {
    "ork/base": "dev-master",
  },
  ...
}

Note

Classes in the \Ork\Utility namespace contain stateless, general-use, one-shot functions, and as such, are defined statically., (*5)

The Versions

26/09 2016

dev-master

9999999-dev http://github.com/AlexHowansky/ork-base

A PHP utility library used by Ork packages.

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

29/06 2015

0.1

0.1.0.0 http://github.com/AlexHowansky/ork-base

A PHP utility library used by Ork packages.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires