★ wanayoo — archive 1999 https://github.com/apitte/coreNouvelle recherche | Portail wanayoo
Skip to content
master
Go to file
Code

README.md

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

You can’t perform that action at this time.