Skip to content

spotframework/spot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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":"*"
  }
}

About

Spot Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages