cyrill / sucre-util
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/cyrill/sucre-util
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-10-20 17:00:50 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!