cyrill/sucre-util

1.0.0 2013-04-29 08:04 UTC

This package is not auto-updated.

Last update: 2024-04-22 09:27:53 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!