Libraries tagged by composer diff
dmitrik86/php-fast-image-compare
212 Downloads
Image Comparer with different aspect ratios and sizes. Can extract duplicate and unique images in directory and much more.
iff-studio/acf-pro-installer
623 Downloads
An install helper for Advanced Custom Fields PRO. Forked from https://github.com/PhilippBaschke/acf-pro-installer
gugglegum/list-matcher
6 Downloads
Universal callback-powered item matcher for different lists
ldl-framework/env-builder
350 Downloads
Env builder is a package which collects different env files within a specified directory and compiles them into one single .env file, useful when you have different .env files laying around in different folders and you want to have one single big file that you can load with Symfony's DotEnv loader or other Env loading library.
ldl-framework/container-builder
346 Downloads
Combines different service files in different directories
siffkroete/hellocomposer
1 Downloads
Ein Composer Test
devoleg/php-fast-image-compare
32 Downloads
Image Comparer with different aspect ratios and sizes. Can extract duplicate and unique images in directory and much more.
jaejamesdev/dockerme
7 Downloads
A quick and simple composer package to download some docker files and get you up and running with docker in a jiffy!
yousafsyed/algorithms
19 Downloads
Original Proposal: Using the right data structure or algorithm for the situation is an important aspect of programming. In computer science literature, many data structures and algorithms have been researched and extensively documented. However, there is still no standard library in Php implementing useful structures and algorithms like Red/Black Trees, tries, different sorting algorithms, etc. This project will create such a library with documentation on when to use a particular structure/algorithm. It will also come with a benchmark suite to compare performance in different situations.