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: 5 months 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T21:57:56.000Z (almost 4 years ago)
- Last Synced: 2024-12-28T03:23:54.900Z (over 1 year 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.
[](https://packagist.org/packages/julianschmuckli/restwork) [](https://packagist.org/packages/julianschmuckli/restwork) [](https://packagist.org/packages/julianschmuckli/restwork) [](https://packagist.org/packages/julianschmuckli/restwork) [](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/).