Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weierophinney/fig-library
Library of interfaces and common implementations
https://github.com/weierophinney/fig-library
Last synced: 21 days ago
JSON representation
Library of interfaces and common implementations
- Host: GitHub
- URL: https://github.com/weierophinney/fig-library
- Owner: weierophinney
- Created: 2010-11-10T19:27:24.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-02-28T18:42:22.000Z (almost 14 years ago)
- Last Synced: 2024-12-05T12:52:11.638Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 219 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PROPOSED COMMON MVC INTERFACES
==============================This project is the start of a set of potential common interfaces to utilize
between various frameworks. The initial goal is to agree on standard interfaces
for describing Request and Response objects, as well as objects they compose.Current work is based on research Matthew Weier O'Phinney has done for the Zend
Framework 2.0 MVC, as well as work currently in progress on Symfony 2 by Fabien
Potencier.