Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backbone.php

A high-performance API server framework inspired heavily by Backbone.js. Used in production for complex internal apps.

Implements a similar design philosophy to Backbone.js:

  • Models and Collections
  • Modular 'Sync' backend connectors
  • Configuration through dependency injection
  • Event subscription
  • Cascading changes

And adds further features:

  • Chainable; Routers chain and provide context to further invocations.
  • Testable; DI makes isolation of any code simple.
  • Cross-Language Export; PHP Models and Collections export to Backbone.js class definitions.

About

A PHP implementation of Backbone.js

Resources

Stars

6 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages