watoki/curir

Web delivery system for PHP applications

v0.3 2015-06-18 20:14 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:31:24 UTC


README

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.