ork / base
This package is abandoned and no longer maintained.
No replacement package was suggested.
A PHP utility library used by Ork packages.
0.1
2015-06-29 16:20 UTC
Requires
- php: >=5.6
Requires (Dev)
- mikey179/vfsstream: >=1.5
- ork/phpcs: >=1.0
- phpunit/phpunit: >=4.6
This package is auto-updated.
Last update: 2020-08-30 17:18:15 UTC
README
Ork Base
Ork Base is a collection of common code utilized by Ork projects.
Abandoned
This package is no longer maintained. Replacement utilites may be available in ork/core.
Requirements
- PHP 5.5
Installation
Simply add to your project's composer.json
file:
{
...
"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.