asar/asar-web-framework

A Resource-Oriented Web Framework.

0.1.3 2014-05-01 16:14 UTC

This package is not auto-updated.

Last update: 2024-04-27 11:48:17 UTC


README

Build Status Code Climate Test Coverage

A resource-oriented web application framework for PHP.

Development Instructions

Development Requirements:

  • Composer
  • Ruby, Guard and guard-phpunit2 for continuous testing

Run the tests:

  • Install dependencies by running composer.phar install
  • Install Guard and guard-phpunit2 with bundle install