Libraries tagged by chase
chasechan/think-addons
12 Downloads
The ThinkPHP6 Addons Package
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
2 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.
lchrusciel/api-test-case
4814613 Downloads
Perfect PHPUnit TestCase for JSON/XML API TDD with Symfony.
zbateson/stream-decorators
40916977 Downloads
PHP psr7 stream decorators for mime message part streams
zbateson/mb-wrapper
40933154 Downloads
Wrapper for mbstring with fallback to iconv for encoding conversion and string manipulation
caseyamcl/guzzle_retry_middleware
8320729 Downloads
Guzzle v6+ retry middleware that handles 429/503 status codes and connection timeouts
riverline/multipart-parser
48474306 Downloads
One class library to parse multipart content with encoding and charset support.
phpspec/prophecy-phpunit
45292349 Downloads
Integrating the Prophecy mocking library in PHPUnit test cases
pestphp/pest-plugin-mutate
10529971 Downloads
Mutates your code to find untested cases
liip/functional-test-bundle
10151840 Downloads
This bundles provides additional functional test-cases for Symfony applications
classpreloader/classpreloader
41691787 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
5661034 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.