/slim-mongo

Simple REST CRUD API Using Slim Framework and MongoDB

Primary LanguagePHPApache License 2.0Apache-2.0

Slim Framework + MongoDB

Just simple REST API using Slim and MongoDB. For now only GET data.

How to Use

Just clone this repo, and import friends.json to MongoDB collection

Structure

slim-mongo
└───include
    │---config.php #static
    │---dbConnect.php #db connection
    |---dbHandler.php #db model
    |
└───lib
    |---Slim # Slim Framework
    |
|---index.php # REST API routing
|----.htaccess # routing access

``