From 3b8995a5b8d100940242a80f522c91956900bda3 Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 13 Dec 2013 18:47:32 -0700 Subject: [PATCH] Add APIGen. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c74016..f3aa795 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,8 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. *Libraries for generating project documentation.* * [Sami](https://github.com/fabpot/Sami) - An API documentation generator. -* [PHP Documentor 2](https://github.com/phpDocumentor/phpDocumentor2) - Another documentation generator. +* [APIGen](https://github.com/apigen/apigen) - Another API documentation generator. +* [PHP Documentor 2](https://github.com/phpDocumentor/phpDocumentor2) - A documentation generator. ## Security *Libraries for generating secure random numbers, encrypting data and scanning for vulnerabilities.*