asar/asar-web-framework

This package is abandoned and no longer maintained. No replacement package was suggested.

A Resource-Oriented Web Framework.

Maintainers

Details

github.com/asartalo/aswf

Source

Issues

Installs: 69

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 12

pkg:composer/asar/asar-web-framework

0.1.3 2014-05-01 16:14 UTC

This package is not auto-updated.

Last update: 2025-07-05 17:22:39 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