|
|
@@ -165,6 +165,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
165
|
165
|
* [GIF Frame Extractor](https://github.com/Sybio/GifFrameExtractor) - A library to extract GIF animation frame information.
|
|
166
|
166
|
* [GIF Creator](https://github.com/Sybio/GifCreator) - A library to create GIF animations from multiple images.
|
|
167
|
167
|
* [Image With Text](https://github.com/nmcteam/image-with-text) - A library for embedding text into images.
|
|
|
168
|
+* [Color Extractor](https://github.com/php-loep/color-extractor) - A library for extracting colours from images.
|
|
168
|
169
|
|
|
169
|
170
|
## Testing
|
|
170
|
171
|
*Libraries for testing codebases and generating test data.*
|
|
|
@@ -350,6 +351,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
350
|
351
|
* [Cron Expression](https://github.com/mtdowling/cron-expression) - A library to calculate cron run dates.
|
|
351
|
352
|
* [ShellWrap](https://github.com/MrRio/shellwrap) - A simple command line wrapper library.
|
|
352
|
353
|
* [Hoa Console](https://github.com/hoaproject/Console) - Another command line library.
|
|
|
354
|
+* [Shunt](https://github.com/php-loep/shunt) - A library for running commands in parallel on multiple remote machines.
|
|
353
|
355
|
|
|
354
|
356
|
## Authentication
|
|
355
|
357
|
*Libraries for implementing authentications schemes.*
|