gmenti/restful-admin

Simple framework for creating REST APIs quickly and easily.

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/gmenti/restful-admin

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

This package is auto-updated.

Last update: 2025-09-25 09:36:05 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