Skip to content
forked from webcreate/util

PHP library containing some simple utility classes.

License

Notifications You must be signed in to change notification settings

crimsonstrife/util

 
 

Repository files navigation

Util library

Webcreate/Util is a PHP library containing some simple utility classes.

Build Status

Installation / Usage

  1. Download the composer.phar executable or use the installer.

    $ curl -s https://getcomposer.org/installer | php
  2. 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"
        }
    }
  3. Run Composer: php composer.phar install

Overview utility classes

Cli

The Cli class is a small wrapper around Symfony Process component.

About

PHP library containing some simple utility classes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%