Libraries tagged by UN
phpunit/phpunit
812968313 Downloads
The PHP Unit Testing framework.
sebastian/code-unit-reverse-lookup
712401317 Downloads
Looks up which function or method a line of code belongs to
symfony/string
610911317 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
804512357 Downloads
Diff implementation
ramsey/uuid
606897113 Downloads
A PHP library for generating and working with universally unique identifiers (UUIDs).
sebastian/code-unit
444740656 Downloads
Collection of value objects that represent the PHP code units
pestphp/pest
38334061 Downloads
The elegant PHP Testing Framework.
nette/utils
320936525 Downloads
🛠Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.
codeception/codeception
76237645 Downloads
BDD-style testing framework
sebastian/complexity
442718035 Downloads
Library for calculating the complexity of PHP code units
hashids/hashids
40715154 Downloads
Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers
seld/signal-handler
52957195 Downloads
Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development
pestphp/pest-plugin-laravel
26885220 Downloads
The Pest Laravel Plugin
infection/infection
21115412 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
20096967 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes