Compare commits

...

5 Commits

Author SHA1 Message Date
Wyatt Baggett 7becae7de3
Merge e51721ac00 into 9380f577cd 2024-05-14 14:11:03 -04: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
Wyatt Baggett e51721ac00
Merge pull request #1 from ksigWyatt/ksigWyatt-patch-1
Update README.md
2023-04-04 23:00:11 -04:00
Wyatt Baggett b65d137613
Update README.md 2023-04-04 22:59:56 -04:00
1 changed files with 2 additions and 0 deletions

View File

@ -303,6 +303,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.*
@ -646,6 +647,7 @@ Libraries to help manage database schemas and migrations.
* [Sentinel Social](https://cartalyst.com/manual/sentinel-social/2.0) - A library for social network authentication.
* [Sentinel](https://cartalyst.com/manual/sentinel/2.0) - A framework agnostic authentication & authorisation library.
* [TwitterOAuth](https://github.com/abraham/twitteroauth) - A Twitter OAuth library.
* [Socialstream](https://github.com/joelbutcher/socialstream) - A simple Socialite implementation for Laravel Jetstream
### Markup and CSS
*Libraries for working with markup and CSS formats.