Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

jdgriffith/doctrine-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doctrine-rest

Build Status

Easy to use REST API generator simply by connecting to a database

This works great for connecting to an existing database which has good normalized structure and getting an API from the database quickly.

Setup Database Parameters in app/config/parameters.yml. Your parameters will be unique to your database connection and database.

    app/console doctrine:mapping:import "SchemaBundle" annotation
    app/console orm:generate:repositories SchemaBundle

From this, you can now prepare to hit your first API URL.

Merely testing events.

About

Easy to use REST API generator simply by connecting to a database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published