krisanalfa/scarf

The Scarf Framework.

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

Type:project

1.0.0 2016-01-19 07:47 UTC

This package is auto-updated.

Last update: 2024-04-29 03:24:04 UTC


README

Blazingly fast Picoframework.

NOTE: Only for JSON response. To see the core package, please visit this page.

What's Included

  • Route
  • Request
  • Response
  • Session
  • Cache
  • Events
  • IoC Container
  • Database (Eloquent ORM)
  • Logger
  • Symfony VarDumper

Installation

composer create-project --prefer-dist krisanalfa/scarf my-awesome-api

Running

php -S 0.0.0.0:8000 -t public public/index.php