Compare commits

...

7 Commits

Author SHA1 Message Date
Mathieu Santostefano 0ce98151b0
Merge e8ada31761 into 9a068bf2b8 2024-04-07 16:19:31 -07:00
Alexander Kartavenko 9a068bf2b8
Merge pull request #936 from mstruebing/addEditorconfigChecker
Add Editorconfig-Checker
2024-03-11 16:01:32 +02:00
Max Strübing 6f491123d2
Merge branch 'master' into addEditorconfigChecker 2024-03-11 14:31:34 +01:00
Mark Scherer 9dda58ae79
Merge pull request #1274 from ziadoz/alexkart-patch-1
Add Minicli micro framework
2024-03-11 14:03:08 +01:00
Alexander Kartavenko fee520c058
Add Minicli micro framework 2024-03-11 12:48:17 +02:00
Max Strübing bc9926629d
Add Editorconfig-Checker 2024-03-11 10:11:49 +01:00
Mathieu Santostefano e8ada31761
Added Cecil static site generator 2021-01-22 14:51:35 +01:00
1 changed files with 3 additions and 0 deletions

View File

@ -174,6 +174,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Laravel-Zero](https://laravel-zero.com) - A micro-framework for console applications.
* [Mezzio](https://getexpressive.org/) - A micro-framework by Laminas.
* [Minicli](https://github.com/minicli/minicli) - Minimalist, dependency-free framework for building CLI-centric PHP applications.
* [Silly](https://github.com/mnapoli/silly) - A micro-framework for CLI applications.
* [Slim](https://www.slimframework.com/) - Another simple micro framework.
@ -207,6 +208,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
### Static Site Generators
*Tools for pre-processing content to generate web pages.*
* [Cecil](https://cecil.app/) - Cecil is a CLI application that merges Markdown files, images and Twig templates to generate a static website.
* [Couscous](http://couscous.io) - Couscous turns Markdown documentation into beautiful websites. It's GitHub Pages on steroids.
* [Jigsaw](https://jigsaw.tighten.com/) - Simple static sites with Laravel's Blade.
* [Sculpin](https://sculpin.io) - A tool that converts Markdown and Twig into static HTML.
@ -384,6 +386,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Better Reflection](https://github.com/Roave/BetterReflection) - AST-based reflection library that allows analysis and manipulation of code
* [Code Climate](https://codeclimate.com) - An automated code review.
* [Editorconfig-Checker](https://github.com/editorconfig-checker/editorconfig-checker.php) - A command line utility which verifies that your files implement your `.editorconfig` rules.
* [GrumPHP](https://github.com/phpro/grumphp) - A PHP code-quality tool.
* [PHP Magic Number Detector](https://github.com/povils/phpmnd) - A library that detects magic numbers in code.
* [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.