Skip to content

This is a REST API build with the use of Symfony Framework and Doctrine ORM.

Notifications You must be signed in to change notification settings

necatikartal/symfony-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning : This project is under development.

REST API ROUTES:

api_all_users GET ANY ANY /api/users/all.{_format}
api_new_users GET ANY ANY /api/users/{id}/new.{_format}
api_edit_users GET ANY ANY /api/users/{id}/edit.{_format}
api_remove_users GET ANY ANY /api/users/{id}/remove.{_format}
api_get_users GET ANY ANY /api/users/{id}.{_format}
api_default ANY ANY ANY /api/

About

This is a REST API build with the use of Symfony Framework and Doctrine ORM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published