Skip to content

watoki/curir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

curir Build Status

curir is a zero-configuration web delivery system for PHP applications that is optimized for rapid prototyping.

Installation

To use curir in your own project with Composer, add the following lines to your composer.json.

"require" : {
    "watoki/curir" : "*"
}

To install curir as a stand-alone project you can use

git clone https://github.com/watoki/curir.git && cd curir
php install.php

Documentation

You find everything you need to know about curir as executable documentation on dox.

Contribution

Any kind of feedback is welcome. If you think this project is terrible, let me know why. If you think it's the best thing since sliced bread and you would like to use it, definitely let me know and I'll help you to get started. If you have any other remark to the project or its documentation (maybe that it's confusing), also don't hesitate to drop me a line.