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

1.0.0 2013-04-29 08:04 UTC

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!