Compare commits

...

4 Commits

Author SHA1 Message Date
Bob Mulder cbfb84646f
Merge 3041a68d42 into 9380f577cd 2024-05-17 13:30:33 +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
Bob Mulder 3041a68d42
Add 'PHP Number' to Numbers section 2020-12-31 06:33:53 +01: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.*
@ -711,6 +712,7 @@ Libraries to help manage database schemas and migrations.
* [ISO-codes](https://github.com/ronanguilloux/IsoCodes) - A library for validating inputs according to standards from ISO, International Finance, Public Administrations, GS1, Book Industry, Phone numbers & Zipcodes for many countries.
* [JSON Schema](https://github.com/justinrainbow/json-schema) - A [JSON Schema](https://json-schema.org/) validation library.
* [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML.
* [PHP Number](https://github.com/madebybob/php-number) - Deal with numbers the right way in PHP.
* [Respect Validation](https://github.com/Respect/Validation) - A simple validation library.
* [Upload](https://github.com/brandonsavage/Upload) - A library for handling file uploads and validation.
* [Valitron](https://github.com/vlucas/valitron) - Another validation library.