Add Optic

This commit is contained in:
Ronak Shah 2020-07-23 14:51:50 -07:00 committed by GitHub
parent 4f69f1477f
commit 0684038fd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -338,6 +338,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. * [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. * [PHP Documentor 2](https://github.com/phpDocumentor/phpDocumentor) - A documentation generator.
* [phpDox](http://phpdox.de/) - A documentation generator for PHP projects (that is not limited to API documentation). * [phpDox](http://phpdox.de/) - A documentation generator for PHP projects (that is not limited to API documentation).
* [Optic](https://github.com/opticdev/optic) - Optic automatically documents and tests your APIs
### Security ### Security
*Libraries for generating secure random numbers, encrypting data and scanning and testing for vulnerabilities.* *Libraries for generating secure random numbers, encrypting data and scanning and testing for vulnerabilities.*