Contributte Api-router-skeleton
Website 🚀 contributte.org | Contact 👨🏻💻 f3l1x.io | Twitter 🐦 @contributte
# Goal
Main goal is to provide skeleton for contributte/api-router (opens new window) library.
Focused on:
- latest PHP 8
nette/*
packages
# Demo
https://examples.contributte.org/api-router-skeleton/ (opens new window)
# Installation
To install latest version of contributte/api-router-skeleton
use Composer (opens new window).
composer create-project -s dev contributte/api-router-skeleton acme
1
Start PHP development server via make dev
.
And take a look at:
- [GET] http://localhost:8000/api/ping (opens new window)
- [POST] http://localhost:8000/api/login (opens new window)
# Get Started
- Using
contributte/api-router
for routing - Implementing
IPresenter
in endpoints (App\Controllers\LoginController
) instead of extendingUI\Presenter
- Extending
ApiResponse
from NetteJsonResponse
, just to make it more simple to add more custom headers and so on LoginController
andErrorController
is usingApiResponseFormatter
for formatting succes message, payload data or and exception
# Development
See how to contribute (opens new window) to this package.
This package is currently maintained by these authors.
Consider to support (opens new window) contributte development team. Also thank you for using this package.