Compare commits

...

14 Commits

Author SHA1 Message Date
Nikita Titov d90322c4ba
Merge 81c0d51c47 into 9380f577cd 2024-04-19 20:11:39 +03: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
Nikita Titov 81c0d51c47
Merge branch 'ziadoz:master' into patch-2 2024-02-29 12:35:58 +03:00
Nikita Titov 311cc62eb8
Merge branch 'ziadoz:master' into patch-2 2024-02-21 00:04:26 +03:00
Nikita Titov 0a0fe3db11
Merge branch 'ziadoz:master' into patch-2 2022-09-18 19:06:00 +03:00
Nikita Titov d5b6e78e63
Merge branch 'ziadoz:master' into patch-2 2022-06-26 01:17:42 +03:00
Nikita Titov 08c721726d
Merge branch 'ziadoz:master' into patch-2 2022-05-01 00:08:05 +03:00
Nikita Titov ae660e0e3c
Merge branch 'ziadoz:master' into patch-2 2022-03-06 02:21:07 +03:00
Nikita Titov 506fc28704
Merge branch 'ziadoz:master' into patch-2 2021-12-30 03:31:49 +03:00
Nikita Titov 660c22ea3c
Merge branch 'ziadoz:master' into patch-2 2021-12-05 04:03:46 +03:00
Nikita Titov 8c166143dd
Merge branch 'ziadoz:master' into patch-2 2021-10-24 15:26:15 +03:00
Nikita Titov 730997d3fe
Merge branch 'master' into patch-2 2021-08-20 14:42:36 +03:00
Nikita Titov f39ad1f014
Add m2cgen for transpiling ML models into PHP code 2021-08-01 20:06:26 +03: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.*
@ -819,6 +820,7 @@ Libraries to help manage database schemas and migrations.
* [ClassPreloader](https://github.com/ClassPreloader/ClassPreloader) - A library for optimizing autoloading.
* [Ganesha](https://github.com/ackintosh/ganesha) - A PHP implementation of Circuit Breaker pattern.
* [Hprose-PHP](https://github.com/hprose/hprose-php) - A cross-language RPC.
* [m2cgen](https://github.com/BayesWitnesses/m2cgen) - A CLI tool to transpile trained classic ML models into a native PHP code with zero dependencies.
* [noCAPTCHA](https://github.com/ARCANEDEV/noCAPTCHA) - Helper for Google's noCAPTCHA (reCAPTCHA).
* [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
* [Safe](https://github.com/thecodingmachine/safe) - All PHP functions, rewritten to throw exceptions instead of returning false.