Compare commits

...

9 Commits

Author SHA1 Message Date
Alexander 1e5c2ca591
Merge 684f4e1770 into 9380f577cd 2024-04-16 22:35:21 +09:00
Mark Scherer 9380f577cd
Merge pull request #1280 from ziadoz/dereuromark-patch-1
Add QR Code generator and reader
2024-04-12 14:06:52 +02:00
Mark Scherer 671ff21c0f
Add QR Code generator and reader 2024-04-12 00:33:09 +02: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
Alexander 684f4e1770
Added Capro - static site generator 2023-04-15 14:04:55 +02:00
1 changed files with 4 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.*
* [Capro](https://capro.xy2z.io) - Flexible static site generator with Blade templates and Markdown support.
* [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.
@ -302,6 +304,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Imagine](https://imagine.readthedocs.io/en/latest/index.html) - An image manipulation library.
* [Intervention Image](https://github.com/Intervention/image) - Another image manipulation library.
* [PHP Image Workshop](https://github.com/Sybio/ImageWorkshop) - Another image manipulation library.
* [PHP QR Code](https://github.com/chillerlan/php-qrcode/) - QR Code generator and reader.
### Testing
*Libraries for testing codebases and generating test data.*
@ -384,6 +387,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.