mtichy/nano-api

Lightweight framework for building API based on Doctrine2.

Installs: 361

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/mtichy/nano-api


README

API framework built above Doctrine2, providing tools for easy building REST-like API.

Installation

via composer:

composer require mtichy/nano-api

or you can just download project source files directly

Usage

with composer:

<?php
require __DIR__.'/vendor/autoload.php';

without composer

<?php
require 'path-to-datetime-dir/autoload.php';