gmenti/restful-admin

Simple framework for creating REST APIs quickly and easily.

Maintainers

Package info

github.com/gmenti/restful-admin

pkg:composer/gmenti/restful-admin

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-25 10:39:51 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