Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/julianschmuckli/restwork

RESTwork is a PHP framework to design a RESTful API service with minimal effort.
https://github.com/julianschmuckli/restwork

framework php template

Last synced: about 4 hours ago
JSON representation

RESTwork is a PHP framework to design a RESTful API service with minimal effort.

Awesome Lists containing this project

README

        

# RESTwork
RESTwork is a PHP framework to design a RESTful API service with minimum effort.

[![Latest Stable Version](https://poser.pugx.org/julianschmuckli/restwork/v)](https://packagist.org/packages/julianschmuckli/restwork) [![Total Downloads](https://poser.pugx.org/julianschmuckli/restwork/downloads)](https://packagist.org/packages/julianschmuckli/restwork) [![Latest Unstable Version](https://poser.pugx.org/julianschmuckli/restwork/v/unstable)](https://packagist.org/packages/julianschmuckli/restwork) [![License](https://poser.pugx.org/julianschmuckli/restwork/license)](https://packagist.org/packages/julianschmuckli/restwork) [![PHP Version Require](https://poser.pugx.org/julianschmuckli/restwork/require/php)](https://packagist.org/packages/julianschmuckli/restwork)

## Requirements
You need the following prerequisites to use RESTwork.
- PHP >= 8.0
- Composer

## Get started
To start, go to the [Get started](https://julianschmuckli.github.io/restwork/setup/getstarted.html) page or [visit the sample project](https://github.com/julianschmuckli/restwork_example).

## Documentation
You can find the complete documentation of this project [here](https://julianschmuckli.github.io/restwork/).