awesome-php
awesome-php copied to clipboard
A curated list of amazingly awesome PHP libraries, resources and shiny things.
Hey there! Thanks a lot for this list! I'm not sure whether this contribution fits the project ideology 100% or not. `m2cgen` is **not written** in PHP but **generates** PHP...
Notion SDK for PHP by @brd6
Rubix ML is a high-level machine learning library that lets you build programs that learn from data using the PHP language
Added an entry for [RTCKit/SIP](https://github.com/rtckit/php-sip), a library specializing in parsing/rendering SIP protocol messages.
Hopefully, this list finds it is useful. Thanks,
Suggesting to add https://github.com/sherifabdlnaby/kubephp to Awesome PHP. I understand that "self-promotion" is frowned upon, however, I found no similar project referenced here. I put it under `Infrastructure` because it's as...
Improvements
**Future Improvements** - [x] Split out Text and Numbers category into Strings and Numbers. - [x] Add Configuration category. - [x] Add Functional Programming category. - [x] Break out Code...
I made a QOI Codec in PHP. This codec use a FFI when the library detects that the CPU is based on the x86_64 architecture, otherwise it fallbacks on a...
Get rid of static fixtures and insert data on the fly. The [CakePHP fixture factories](https://github.com/vierge-noire/cakephp-fixture-factories) is a must-have tool for TDD development, if your framework does not provide an equivalent...