ork / base
A PHP utility library used by Ork packages.
Installs: 78
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/ork/base
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.