cyrill / sucre-util
1.0.0
2013-04-29 08:04 UTC
Requires
- php: >=5.4.0
Requires (Dev)
- mikey179/vfsstream: >=1.2.0
- mockery/mockery: dev-master@dev
- phpunit/phpunit: >=3.7.0
This package is not auto-updated.
Last update: 2025-01-13 12:47:31 UTC
README
SucreUtil is PHP library for my usual situation.
Installation
Download the composer.phar
.
$ curl -s http://getcomposer.org/installer | php
Run Composer: php composer.phar install
Usage
<?php reqire __DIR__.'/composer/autoload.php'; // Good Luck!