Spot
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., (*1)
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., (*2)
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, (*3)
```
{
"require":{
"spotframework/spot":"*"
}
}, (*4)