mtichy/nano-api

Lightweight framework for building API based on Doctrine2.


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';