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
- dev-master
- v0.4.2
- v0.4.1
- v0.4.0
- v0.3.x-dev
- v0.3.20
- v0.3.19
- v0.3.18
- v0.3.17
- v0.3.16
- v0.3.15
- v0.3.14
- v0.3.13
- v0.3.12
- v0.3.11
- v0.3.10
- v0.3.9
- v0.3.8
- v0.3.7
- v0.3.6
- v0.3.5
- v0.3.4
- v0.3.3
- v0.3.2
- v0.3.1
- 0.3.0
- v0.3.0-beta
- v0.3.0-alpha
- v0.2.3-beta
- v0.2.2-beta
- v0.2.1-beta
- v0.2.0-beta
- v0.1.4-beta
- v0.1.3-beta
- v0.1.2-beta
- v0.1.1-beta
- v0.1.0-beta
- dev-ExcelWriter
This package is not auto-updated.
Last update: 2025-03-14 10:00:21 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';