https://github.com/codereviewvideos/fos-oauth-example
https://github.com/codereviewvideos/fos-oauth-example
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codereviewvideos/fos-oauth-example
- Owner: codereviewvideos
- License: mit
- Created: 2015-11-05T13:45:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-05T13:51:48.000Z (over 9 years ago)
- Last Synced: 2024-12-06T20:18:42.320Z (6 months ago)
- Language: PHP
- Size: 0 Bytes
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is the code that is used in the [How to code a Symfony 2 RESTful API with FOS REST Bundle][1] video series at [CodeReviewVideos.com][2]
In this course you will learn how to set up, configure, and implement a RESTful API using FOS REST Bundle.
We will cover all the basics including GET, POST, PUT, and DELETE, along with handling collections of related data, how to leverage Symfony's awesome Forms component in a way you may never have thought of, and importantly - we will do all of this in a Test Driven Development manner.
By the end of this course you will be confident in implementing your own REST API using Symfony 2. And once you have that, you'll see how many possibilities become available to you - mobile apps, awesome AngularJS front-ends, and many more opportunities besides.
It's good stuff, so let's get cracking.
[1]: https://www.codereviewvideos.com/course/how-to-code-a-symfony-2-restful-api-with-fos-rest-bundle
[2]: https://www.codereviewvideos.com/