diff --git a/readme.md b/readme.md index 6d3b022..19f2848 100644 --- a/readme.md +++ b/readme.md @@ -11,6 +11,16 @@ [![Laravel Swagger](https://github.com/RonasIT/laravel-swagger/actions/workflows/laravel.yml/badge.svg?branch=master)](https://github.com/RonasIT/laravel-swagger/actions/workflows/laravel.yml) [![Coverage Status](https://coveralls.io/repos/github/RonasIT/laravel-swagger/badge.svg?branch=master)](https://coveralls.io/github/RonasIT/laravel-swagger?branch=master) +## Comparison to another documentation generators + +| | LaravelSwagger | [Scramble](https://github.com/dedoc/scramble) | +|-|------------------------|----------------------------------------------| +| Force developers to write tests | :white_check_mark: | :x: | +| Guarantee that API works | :white_check_mark: | :x: | +| Integrate without routes modification | :white_check_mark: | :x: | +| Generate response schema using JSON Resource class | :x: | :white_check_mark: | +| Runtime documentation generation | :x: | :white_check_mark: | + ## Introduction This plugin is designed to generate documentation for your REST API during the