This package is abandoned and no longer maintained. No replacement package was suggested.

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

1.0.2 2013-10-29 21:14 UTC

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.

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.