Skip to content

🔧 Enjoyable [PSR-7 based] API framework for Nette Framework. Heart of the apitte stack.

License

Notifications You must be signed in to change notification settings

monday-factory/core

 
 

Repository files navigation

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

🔧 Enjoyable [PSR-7 based] API framework for Nette Framework. Heart of the apitte stack.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.7%
  • Makefile 0.3%