Libraries tagged by chase
chaseisabelle/pfuncs
13 Downloads
a collection of useful php functions
chasecrawford/ratings
13 Downloads
A PHP class which implements the Elo rating system & Rating Percentage index
leinster/twiddle
1 Downloads
Generates k-combinations. A PHP implementation of Chase's TWIDDLE, https://dl.acm.org/doi/10.1145/362384.362502, transliterated from Matthew Belmonte's C implementation.
fabis94/php-twiddle
56711 Downloads
The Chase's Twiddle algorithm rewritten in PHP that returns all combinations of m out of n objects.
phpspec/prophecy-phpunit
43113411 Downloads
Integrating the Prophecy mocking library in PHPUnit test cases
lchrusciel/api-test-case
4657380 Downloads
Perfect PHPUnit TestCase for JSON/XML API TDD with Symfony.
zbateson/stream-decorators
38929668 Downloads
PHP psr7 stream decorators for mime message part streams
zbateson/mb-wrapper
38943487 Downloads
Wrapper for mbstring with fallback to iconv for encoding conversion and string manipulation
caseyamcl/guzzle_retry_middleware
7878701 Downloads
Guzzle v6+ retry middleware that handles 429/503 status codes and connection timeouts
riverline/multipart-parser
46516997 Downloads
One class library to parse multipart content with encoding and charset support.
pestphp/pest-plugin-mutate
7872993 Downloads
Mutates your code to find untested cases
liip/functional-test-bundle
10028523 Downloads
This bundles provides additional functional test-cases for Symfony applications
classpreloader/classpreloader
41535600 Downloads
Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case
jawira/case-converter
5423413 Downloads
Convert strings between 13 naming conventions: Snake case, Camel case, Pascal case, Kebab case, Ada case, Train case, Cobol case, Macro case, Upper case, Lower case, Sentence case, Title case and Dot notation.
paquettg/string-encode
7763803 Downloads
Facilitating the process of altering string encoding in PHP.