Libraries tagged by composer diff
siffkroete/hellocomposer
1 Downloads
Ein Composer Test
devoleg/php-fast-image-compare
26 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.