Package Data | |
---|---|
Maintainer Username: | romalytvynenko |
Maintainer Contact: | litvinenko95@gmail.com (Roman Lytvynenko) |
Package Create Date: | 2022-08-05 |
Package Last Update: | 2024-11-15 |
Home Page: | https://scramble.dedoc.co/ |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-17 03:08:51 |
Package Statistics | |
---|---|
Total Downloads: | 1,120,040 |
Monthly Downloads: | 151,450 |
Daily Downloads: | 1,368 |
Total Stars: | 1,241 |
Total Watchers: | 15 |
Total Forks: | 119 |
Total Open Issues: | 23 |
Scramble generates API documentation for Laravel project. Without requiring you to manually write PHPDoc annotations. Docs are generated in OpenAPI 3.1.0 format.
Warning Package is in early stage. It means there may be bugs and API is very likely to change. Create an issue if you spot a bug. Ideas are welcome.
You can find full documentation at scramble.dedoc.co.
The main motto of the project is generating your API documentation without requiring you to annotate your code.
This allows you to focus on code and avoid annotating every possible param/field as it may result in outdated documentation. By generating docs automatically from the code your API will always have up-to-date docs which you can trust.
You can install the package via composer:
composer require dedoc/scramble
After install you will have 2 routes added to your application:
/docs/api
- UI viewer for your documentation/docs/api.json
- Open API document in JSON format describing your API.