Merge pull request #719 from funkyfundev/master

Added Swagger api documenter
This commit is contained in:
Alexander Kartavenko 2024-01-04 17:59:59 +02:00 committed by GitHub
commit f31b9d79d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -351,6 +351,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [daux.io](https://github.com/dauxio/daux.io) - A documentation generator which uses Markdown files.
* [PHP Documentor 2](https://github.com/phpDocumentor/phpDocumentor) - A documentation generator.
* [phpDox](https://phpdox.net/) - A documentation generator for PHP projects (that is not limited to API documentation).
* [zircote/swagger-php](https://github.com/zircote/swagger-php) - Generate OpenAPI documentation for your RESTful API.
### Security
*Libraries for generating secure random numbers, encrypting data and scanning and testing for vulnerabilities.*