mtichy / nano-api
Lightweight framework for building API based on Doctrine2.
v0.4.2
2019-07-09 13:51 UTC
Requires
- php: >=7.2
- ext-fileinfo: *
- ext-json: *
- apache/log4php: ^2.3
- beberlei/doctrineextensions: ^1.0
- darsyn/ip: ^4.0
- dflydev/dot-access-data: ^2.0
- doctrine/orm: ^2.6
- firebase/php-jwt: ^5.0
- guzzlehttp/guzzle: ^6.0
- mtdowling/cron-expression: ^1.2
- mtichy/datetime: ^1.0
- mtichy/internationalization: ^0.1
- mtichy/types: ^1.0
- nette/caching: ^2.5
- nette/http: ^2.4
- nette/robot-loader: ^3.0
- peppeocchi/php-cron-scheduler: ^2.4
- phpoffice/phpspreadsheet: ^1.6
- swiftmailer/swiftmailer: ^6.0
- symfony/config: ^3.4
- symfony/dependency-injection: ^3.4
- symfony/process: ^3.4
- symfony/yaml: ^3.4
- yosymfony/config-loader: ^1.3
Requires (Dev)
- phpunit/phpunit: ^6.4
This package is not auto-updated.
Last update: 2026-06-05 15:48:39 UTC
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';