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

Latest commit

 

History

History
executable file
·
27 lines (16 loc) · 733 Bytes

README.md

File metadata and controls

executable file
·
27 lines (16 loc) · 733 Bytes

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.