Libraries tagged by Double
mockery/mockery
555296449 Downloads
Mockery is a simple yet flexible PHP mock object framework
phpspec/prophecy
567298116 Downloads
Highly opinionated mocking framework for PHP 5.3+
php-mock/php-mock-phpunit
9553474 Downloads
Mock built-in PHP functions (e.g. time()) with PHPUnit. This package relies on PHP's namespace fallback policy. No further extension is needed.
php-mock/php-mock
21298071 Downloads
PHP-Mock can mock built-in PHP functions (e.g. time()). PHP-Mock relies on PHP's namespace fallback policy. No further extension is needed.
php-mock/php-mock-integration
12199209 Downloads
Integration package for PHP-Mock
phake/phake
8385336 Downloads
The Phake mock testing library
jasonmccreary/double
25849 Downloads
A modern PHP double library that puts developer experience first.
tecnickcom/tc-lib-file
1183717 Downloads
PHP library for safe low-level file access: byte-level reads, path allowlisting, file caching and directory lookup
eloquent/phony
472245 Downloads
Mocks, stubs, and spies for PHP.
php-mock/php-mock-mockery
2446985 Downloads
Mock built-in PHP functions (e.g. time()) with Mockery. This package relies on PHP's namespace fallback policy. No further extension is needed.
tuupola/callable-handler
4563022 Downloads
Compatibility layer for PSR-7 double pass and PSR-15 middlewares.
texy/texy
883176 Downloads
Texy converts plain text in easy to read Texy syntax into structurally valid (X)HTML. It supports adding of images, links, nested lists, tables and has full support for CSS. Texy supports hyphenation of long words (which reflects language rules), clickable emails and URL (emails are obfuscated against spambots), national typographic single and double quotation marks, ellipses, em dashes, dimension sign, nonbreakable spaces (e.g. in phone numbers), acronyms, arrows and many others. Texy code can optionally contain HTML tags.
ekmungai/eloquent-ifrs
63201 Downloads
Eloquent Double Entry Accounting with focus on IFRS Compliant Reporting
noodlesnz/double-metaphone
162555 Downloads
This class implements a "sounds like" algorithm developed by Lawrence Philips which he published in the June, 2000 issue of C/C++ Users Journal. Double Metaphone is an improved version of Philips' original Metaphone algorithm.
nelexa/buffer
535487 Downloads
Reading And Writing Binary Data (incl. primitive types, ex. byte, ubyte, short, ushort, int, uint, long, float, double). The classes also help with porting the I/O operations of the JAVA code.