Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/julianschmuckli/restwork
- Owner: julianschmuckli
- License: mit
- Created: 2022-06-12T14:06:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T21:57:56.000Z (over 2 years ago)
- Last Synced: 2024-05-01T20:10:33.947Z (6 months ago)
- Topics: framework, php, template
- Language: PHP
- Homepage: https://julianschmuckli.github.io/restwork
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).