gmenti/restful-admin

Simple framework for creating REST APIs quickly and easily.

dev-master / 1.0.x-dev 2018-10-24 15:20 UTC

This package is auto-updated.

Last update: 2024-04-25 06:24:58 UTC


README

Simple framework for creating REST APIs quickly and easily.

Installation with Composer

curl -s http://getcomposer.org/installer | php
php composer.phar require "gmenti/restful-admin:^1.0@dev"

Or on Existing projects

composer require "gmenti/restful-admin:^1.0@dev"

Examples

Todolist + DotEnv + Mongodb