Compare commits

...

4 Commits

Author SHA1 Message Date
张城铭 8cf6ca724b
Merge e4b74a7c88 into 9380f577cd 2024-04-27 13:29:30 +02: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
张城铭 e4b74a7c88
Update README.md 2021-07-02 20:01:13 +08:00
1 changed files with 3 additions and 0 deletions

View File

@ -133,6 +133,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Spiral](https://spiral.dev/) - A high-performance PHP/Go framework.
* [Symfony](https://symfony.com/) - A set of reusable components and a web framework.
* [Yii2](https://github.com/yiisoft/yii2/) - A fast, secure, and efficient web framework.
* [Hyperf](https://hyperf.io/) - A high-performance, highly flexible PHP CLI framework based on Swoole.
### Framework Extras
*Extras related to web development frameworks.*
@ -177,6 +178,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [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.
* [Nano](https://nano.hyperf.wiki/) - A micro-framework by Hyperf.
### Micro Framework Extras
*Extras related to micro frameworks and routers.*
@ -303,6 +305,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.*