Lightweight framework for building API based on Doctrine2.


Keywords
framework, orm, api, doctrine
License
MIT

Documentation

Lightweight framework for building API based on Doctrine2

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