There is no license information available for the latest version (dev-master) of this package.

dev-master 2014-05-23 04:19 UTC

This package is not auto-updated.

Last update: 2024-04-22 12:18:55 UTC


README

Spot Framework is efficient PHP framework. It combine speedy performance and sophisticated features. It allows developer to build complex website yet with fairly maintainable code.

Performance

Spot is using code generation technique to unlock PHP performance. Using this technique spot performance is comparable to the so called "micro" framework, without sacrificing features.

Features

  • "REAL" Dependency Injection
  • Aspect Oriented Programming through Method Interception
  • Data Binding
  • MVC and Routing
  • Declarative Transaction Management
  • Doctrine, Twig, Monolog, and Symfony Component integration.

Installation

Using composer

{
  "require":{
    "spotframework/spot":"*"
  }
}