Libraries tagged by uni
phpunit/phpunit
804176388 Downloads
The PHP Unit Testing framework.
sebastian/code-unit-reverse-lookup
704353501 Downloads
Looks up which function or method a line of code belongs to
symfony/string
601689322 Downloads
Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way
sebastian/diff
795640016 Downloads
Diff implementation
pestphp/pest
36999365 Downloads
The elegant PHP Testing Framework.
ramsey/uuid
599979518 Downloads
A PHP library for generating and working with universally unique identifiers (UUIDs).
sebastian/code-unit
437397582 Downloads
Collection of value objects that represent the PHP code units
nette/utils
315534560 Downloads
🛠Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.
infection/infection
20609847 Downloads
Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.
codeception/codeception
75591372 Downloads
BDD-style testing framework
sebastian/complexity
434979503 Downloads
Library for calculating the complexity of PHP code units
mikey179/vfsstream
92713278 Downloads
Virtual file system to mock the real file system in unit tests.
hashids/hashids
40250803 Downloads
Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers
seld/signal-handler
51790320 Downloads
Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development
pestphp/pest-plugin-laravel
25897823 Downloads
The Pest Laravel Plugin