https://github.com/around25/sf2-restful-api
A base project structure and dependencies for creating a complete RestFul API in Symfony2
https://github.com/around25/sf2-restful-api
Last synced: about 1 year ago
JSON representation
A base project structure and dependencies for creating a complete RestFul API in Symfony2
- Host: GitHub
- URL: https://github.com/around25/sf2-restful-api
- Owner: Around25
- License: mit
- Created: 2015-05-06T09:05:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-06T09:33:56.000Z (about 11 years ago)
- Last Synced: 2023-03-01T15:05:38.639Z (over 3 years ago)
- Language: PHP
- Size: 180 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RESTFul API with Symfony2
=========================
Base project structure and dependencies for creating a completely separated RestFul API
that can be used with a RestFul frontend module for creating complex scalable projects.
ToDo List
---------
1. Integrate [BazingaHateoasBundle](https://github.com/willdurand/BazingaHateoasBundle/) in order to allow complete REST support
-2. Create a base version of this setup that we can use for all future projects-
3. Replace EC with Around25
4. Handle file uploads through the API
5. Check full integration with NG RESTFul Frontend.
6. Integrate RabbitMq, Redis and SendGrid.