Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/at15/web-framework-design
Resources and prototypes for designing a modern php framework
https://github.com/at15/web-framework-design
Last synced: about 1 month ago
JSON representation
Resources and prototypes for designing a modern php framework
- Host: GitHub
- URL: https://github.com/at15/web-framework-design
- Owner: at15
- License: mit
- Created: 2015-06-04T00:55:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-18T12:19:01.000Z (over 9 years ago)
- Last Synced: 2023-08-06T06:38:48.730Z (over 1 year ago)
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web-framework-design
Resources and prototypes for designing a modern php framework
The Ultimate goals for this framework
- [ ] try to create at least wheels as possible.
- [ ] good performance when work as api server
- [ ] instant json api, doc, test with simple config.
- [ ] auto documentation for projects using this framework
- [ ] easy to test.
- [ ] rich command line utils
- [ ] async job process and monitor (like resque)
*- [ ] N+1 query.It won't have
- template engine
- form utils, like form generator, validation
- multiple database support
- i18n
- php5.5- support## Projects for references
- Laravel. the most popular php framework. However, quite complex.
- lumen. small laravel?
- Phabricator. refuse to use composer, everything from scratch, many good utils, future, daemon.
- Symfony. Symfony components are used everywhere.
- LazyPHP4 a api first php framework.
- api-platform a more api first php framework
- sonata project, a list of symfony bundlesTODO
- silex and other micro framework
- rails, play, beego etc.