Skip to content

asartalo/aswf

Repository files navigation

Asar Web Framework

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