Libraries tagged by Unfi
sebastian/complexity
436517154 Downloads
Library for calculating the complexity of PHP code units
mikey179/vfsstream
92860087 Downloads
Virtual file system to mock the real file system in unit tests.
hashids/hashids
40311411 Downloads
Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers
seld/signal-handler
51962018 Downloads
Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development
pestphp/pest-plugin-laravel
26061437 Downloads
The Pest Laravel Plugin
dg/bypass-finals
19784810 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes
webpatser/laravel-uuid
15699214 Downloads
Laravel package to generate and to validate a universally unique identifier (UUID) according to the RFC 4122 standard. Support for version 1, 3, 4 and 5 UUIDs are built-in.
staudenmeir/eloquent-has-many-deep
9845753 Downloads
Laravel Eloquent HasManyThrough relationships with unlimited levels
spatie/laravel-data
17354482 Downloads
Create unified resources and data transfer objects
ondram/ci-detector
37443842 Downloads
Detect continuous integration environment and provide unified access to properties of current build
matomo/device-detector
17900742 Downloads
The Universal Device Detection library, that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, media players, mobile apps, feed readers, libraries, etc), operating systems, devices, brands and models.
mashape/unirest-php
8488431 Downloads
Unirest PHP
voku/portable-utf8
19585163 Downloads
Portable UTF-8 library - performance optimized (unicode) string functions for php.
twig/string-extra
35270373 Downloads
A Twig extension for Symfony String
pestphp/pest-plugin-mutate
8283571 Downloads
Mutates your code to find untested cases