Skip to content

MrTrick/Backbone.php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Packages

No packages published