Cloudlib is a simple router framework for rapid web development.
Cloudlib conforms to the PSR-0 standard which makes it easy to use external libraries.
$ git clone git@github.com:trumtomte/cloudlib.git
{
"require": {
"cloudlib/core": "dev-master"
}
}
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
Cloudlib requires PHP >= 5.4.4
under construction...
<?php
Versioned with Semantic Versioning
Licensed under the MIT license.