Libraries tagged by uni
sebastian/code-unit-reverse-lookup
721063860 Downloads
Looks up which function or method a line of code belongs to
sebastian/diff
814089141 Downloads
Diff implementation
ramsey/uuid
615531987 Downloads
A PHP library for generating and working with universally unique identifiers (UUIDs).
phpunit/phpunit
822572540 Downloads
The PHP Unit Testing framework.
sebastian/code-unit
452588764 Downloads
Collection of value objects that represent the PHP code units
symfony/string
621825831 Downloads
Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way
pestphp/pest
40046489 Downloads
The elegant PHP Testing Framework.
nette/utils
327576160 Downloads
🛠Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.
codeception/codeception
77257595 Downloads
BDD-style testing framework
sebastian/complexity
450959656 Downloads
Library for calculating the complexity of PHP code units
hashids/hashids
41467653 Downloads
Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers
seld/signal-handler
54701852 Downloads
Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development
pestphp/pest-plugin-laravel
28341898 Downloads
The Pest Laravel Plugin
infection/infection
21719497 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.
dg/bypass-finals
20663624 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes