webcreate / util
Webcreate/Util is a PHP library containing some simple utility classes.
Installs: 110 228
Dependents: 2
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- php: >=5.3.3
- symfony/process: ~2.3
This package is not auto-updated.
Last update: 2020-01-24 15:03:21 UTC
README
Webcreate/Util is a PHP library containing some simple utility classes.
Installation / Usage
-
Download the
composer.phar
executable or use the installer.$ curl -s https://getcomposer.org/installer | php
-
Create a composer.json defining your dependencies. Note that this example is a short version for applications that are not meant to be published as packages themselves. To create libraries/packages please read the guidelines.
{ "require": { "webcreate/util": "dev-master" } }
-
Run Composer:
php composer.phar install
Overview utility classes
The Cli class is a small wrapper around Symfony Process component.