Compare commits

...

5 Commits

Author SHA1 Message Date
Sebastian Utbult 0df1442b4c
Merge e4d54151d4 into 9380f577cd 2024-04-16 22:21:55 +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
Sebastian Utbult e4d54151d4
Update README.md
Added Simple-Router
2023-12-19 12:59:19 +01:00
Sebastian Utbult 767efa612b
Update README.md
Added bramus/router to the list of routers.
2023-12-19 12:56:09 +01:00
1 changed files with 3 additions and 0 deletions

View File

@ -193,6 +193,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Klein](https://github.com/klein/klein.php) - A flexible router.
* [Pux](https://github.com/c9s/Pux) - Another fast routing library.
* [Route](https://github.com/thephpleague/route) - A routing library built on top of Fast Route.
* [Router](https://github.com/bramus/router) - Simple PHP router.
* [Simple Router](https://github.com/skipperbent/simple-php-router) - A simple but feature rich PHP router.
### Templating
*Libraries and tools for templating and lexing.*
@ -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.*