SiViN / apitte-core

:wrench: PSR-7 based API framework. Heart of the apitte stack. Suitable to use with Nette Framework.

Home Page:https://contributte.org/packages/apitte/core.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apitte Core

Core library of Apitte API framework

Build Status Code coverage Licence Downloads this Month Downloads total Latest stable PHPStan

/**
 * @Path("/hello")
 */
final class HelloController implements IController
{

    /**
     * @Path("/world")
     * @Method("GET")
     */
    public function index(ApiRequest $request, ApiResponse $response): ApiResponse
    {
        return $response->writeBody('Hello world!');
    }

}

Discussion / Help

Join the chat

Documentation

Need to start with Apitte

This knowledge could make your life easier

Playground with example applications

Version

State Version Branch Nette PHP
dev ^0.7 master 3.0+ ^7.2
stable ^0.6 master 3.0+ ^7.2
stable ^0.5 master 2.4 >=7.1
stable ^0.3 master 2.4 >=5.6

Maintainers


Milan Felix Šulc

Marek Bartoš

Sponsoring

The development is sponsored by Tlapnet

About

:wrench: PSR-7 based API framework. Heart of the apitte stack. Suitable to use with Nette Framework.

https://contributte.org/packages/apitte/core.html

License:MIT License


Languages

Language:PHP 99.7%Language:Makefile 0.3%