Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 579 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 579 Bytes

Silex-Memcache

Build Status

Installation

Create a composer.json in your projects root-directory::

{
    "require": {
        "mheap/Silex-Memcache": "*@dev"
    }
}

and run::

curl -s http://getcomposer.org/installer | php
php composer.phar install

More Information

Read the documentation files under /doc.

License

'Silex-Memcache' is licensed under the MIT license.