|
|
@@ -218,6 +218,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
218
|
218
|
* [Cecil](https://cecil.app/) - A simple and powerful content-driven static site generator.
|
|
219
|
219
|
* [Couscous](https://couscous.io) - A tool for converting Markdown documentation into websites.
|
|
220
|
220
|
* [Jigsaw](https://jigsaw.tighten.com/) - Simple static sites with Laravel's Blade.
|
|
|
221
|
+* [php-flat-file](https://github.com/slogsdon/php-flat-file) - A flat-file CMS and static-site generator with no database, no configuration, and Markdown content.
|
|
221
|
222
|
* [Sculpin](https://sculpin.io) - A tool that converts Markdown and Twig into static HTML.
|
|
222
|
223
|
|
|
223
|
224
|
### HTTP
|
|
|
@@ -350,7 +351,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
350
|
351
|
* [APIGen](https://github.com/apigen/apigen) - Another API documentation generator.
|
|
351
|
352
|
* [daux.io](https://github.com/dauxio/daux.io) - A documentation generator that uses Markdown files.
|
|
352
|
353
|
* [phpDocumentor](https://phpdoc.org/) - A documentation generator.
|
|
353
|
|
-* [phpDox](https://phpdox.net/) - A documentation generator for PHP projects (that is not limited to API documentation).
|
|
|
354
|
+* [phpDox](https://github.com/theseer/phpdox) - A documentation generator for PHP projects (that is not limited to API documentation).
|
|
354
|
355
|
* [Scramble](https://github.com/dedoc/scramble) - Automatically generates OpenAPI documentation from your code without annotations.
|
|
355
|
356
|
* [zircote/swagger-php](https://github.com/zircote/swagger-php) - Generate OpenAPI documentation for your RESTful API.
|
|
356
|
357
|
|