Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.
/ util Public archive

PHP library containing some simple utility classes.

License

Notifications You must be signed in to change notification settings

webcreate/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

 
 
 

Languages