All Projects → codereviewvideos → api.symfony-3.crud

codereviewvideos / api.symfony-3.crud

Licence: other
Symfony 3 and FOS REST Bundle - CRUD API

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
ApacheConf
554 projects

Projects that are alternatives of or similar to api.symfony-3.crud

librarify-back
Librarify. Creando una API con Symfony 5 es un curso completo sobre Symfony 5 en el que cuento cómo desarrollar una API desde cero empleando FOS Rest Bundle.
Stars: ✭ 30 (+100%)
Mutual labels:  symfony-application, fosrestbundle
symfony3-wallpaper-website-tutorial
Symfony 3 beginner friendly wallpaper website tutorial series
Stars: ✭ 20 (+33.33%)
Mutual labels:  symfony3, symfony-application
logrocket deno api
A functional CRUD-like API with Deno and Postgres
Stars: ✭ 23 (+53.33%)
Mutual labels:  crud-api
SemartSkeleton
Symfony Skeleton
Stars: ✭ 49 (+226.67%)
Mutual labels:  symfony-application
java-crud-api
No description or website provided.
Stars: ✭ 24 (+60%)
Mutual labels:  crud-api
rothenberg
Rothenberg allows a developer to create or maintain a Symfony application or bundle very easily and without installing anything on his workstation.
Stars: ✭ 25 (+66.67%)
Mutual labels:  symfony-application
bzion
A League Management System designed for BZFlag leagues and tournaments.
Stars: ✭ 20 (+33.33%)
Mutual labels:  symfony-application
php-framework-benchmark
php framework benchmark (include laravel、symfony、silex、lumen、slim、yii2、tastphp etc)
Stars: ✭ 17 (+13.33%)
Mutual labels:  symfony3
RustLabs
The Ultimate Workshop Track for #Rust Developer
Stars: ✭ 22 (+46.67%)
Mutual labels:  tutorial-exercises
ypereirareis.github.io
DevOps, Symfony and VueJs developer. Articles and experiences on docker, grafana, prometheus, RabbitMQ, PHP, MySQL, Admin, Nginx, Haproxy, SSH,...
Stars: ✭ 15 (+0%)
Mutual labels:  symfony3
zusam
Private groups to share messages, photos, videos, links with friends and family.
Stars: ✭ 79 (+426.67%)
Mutual labels:  symfony-application
svg-screencast
SVG screencast - animated SVG files from screenshots using CSS animations
Stars: ✭ 28 (+86.67%)
Mutual labels:  screencast
symfony-realworld-example-app
Symfony 5 codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.
Stars: ✭ 89 (+493.33%)
Mutual labels:  symfony-application
Part-DB-symfony
[WIP] A new Part-DB experience based on Symfony framework
Stars: ✭ 120 (+700%)
Mutual labels:  symfony-application
http-node-api
O objetivo dessa aplicação era criar uma API sem nenhuma dependência externa, apenas utilizando as bibliotecas nativas do NodeJS. Tudo foi feito utilizando 100% Javascript.
Stars: ✭ 44 (+193.33%)
Mutual labels:  crud-api
railsdevs public
A ruby on rails application I'm building in public for Ruby and Rails developers
Stars: ✭ 21 (+40%)
Mutual labels:  screencast
eventsourcing-go
Event Sourcing + CQRS using Golang Tutorial
Stars: ✭ 75 (+400%)
Mutual labels:  tutorial-exercises
shellcast
Shellcasting client and server
Stars: ✭ 26 (+73.33%)
Mutual labels:  screencast
Tracker
Even the best of apps have their issues
Stars: ✭ 113 (+653.33%)
Mutual labels:  screencast
banditore
Banditore retrieves new releases from your starred GitHub repositories and generate an Atom feed with them.
Stars: ✭ 118 (+686.67%)
Mutual labels:  symfony-application

Simple CRUD API with Symfony 3 and FOSRESTBundle

This is an example of a very basic CRUD API using Symfony 3 and FOSRESTBundle.

This is the API made during the second set of videos of this course.

The aim of this course is to show how you can use Symfony 3 (along with some other bundles) to quickly make a working RESTful API to use as the back end for any modern front-end framework - such as Angular, React, Ember, or any of the mobile app frameworks like Ionic, or desktop frameworks such as Electron.

If you haven't already seen it, check out the Twig version of this API, where everything is a little more static, but also much more visual and easy to follow along if new to Symfony 3.

The code you see here is providing the same functionality is in the Twig version, but you will need a REST client such as Postman to interact properly with the API. The next step is to build a proper front end using Angular, React, or similar.

PHP 7

This app was written using PHP 7. There may be backwards compatability issues, primarily around type hinting.

More Real World Version

This is an introduction to quickly building API's with Symfony 3.

In truth, beyond a simple implementation such as this, API's can become quite complex.

If you understand the basics and want to make a more robust system - including testing with Behat, and PHPSpec, then I would recommend you check out my Symfony 3 REST Tutorial instead / as well.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].