Libraries tagged by php7.3
efficiently/authority-controller
33293 Downloads
AuthorityController is an PHP authorization library for Laravel 5 which restricts what resources a given user is allowed to access.
dykyi-roman/awesome-claude-code
1597 Downloads
Claude Code extension for PHP: audits (architecture, DDD, security, performance, PSR, design patterns, Docker, CI/CD, tests, docs), 3-level code review, automated bug fix, generators (DDD, CQRS, GoF patterns, PSR, tests, documentation, Docker, CI/CD), code explanation, refactoring. 26 commands, 62 agents, 259 skills.
bdk/debug
9182 Downloads
Browser/javascript like console class for PHP
rtckit/sip
20505 Downloads
SIP protocol implementation written in PHP
itools/smartstring
17130 Downloads
XSS-safe strings for PHP templates: values HTML-encode themselves on echo, interpolation, and concatenation, at least 3x faster than calling htmlspecialchars() yourself
fab2s/bom
346040 Downloads
Purely static zero dependencies BOM Helper to handle unicode BOMs
arthurydalgo/laravel-iso-countries
27133 Downloads
Ready-to-use Laravel models and relations for country (ISO 3166), language (ISO 639-1), and currency (ISO 4217) information with multi-language support.
utopia-php/openapi
8975 Downloads
Framework-independent OpenAPI 2.0, 3.0, and 3.1 parser with an immutable canonical model
struggle-for-php/sfp-stubs-psr-log
231463 Downloads
Stubs to let Static Analysis understand psr/log (PSR-3)
jane-php/open-api
238631 Downloads
Generate a PHP Client API (PSR7/PSR18 compatible) given a OpenApi 3.x specification
toin0u/digitalocean
63145 Downloads
DigitalOcean API PHP 5.3+ library
makotokw/twient
33303 Downloads
Twitter Client for PHP 5.3+
igorw/event-source
89777 Downloads
A PHP 5.3 library for creating an EventSource stream.
dotsunited/bundlefu
29885 Downloads
BundleFu is a PHP 5.3+ library which bundles multiple css/javascript files into a big package and sends it out at once
detain/phlix-shared
8351 Downloads
Shared interfaces, DTOs, event names, and protocol types used by both phlix-server and phlix-hub. Composer-installable, PHP 8.3+, zero I/O by charter — the only bundled network code is the blocking CurlArrTransport (CLI/test only); event-loop consumers MUST inject an async ArrTransportInterface.