Libraries tagged by class
jaybizzle/crawler-detect
84732352 Downloads
CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent
barryvdh/laravel-ide-helper
108094151 Downloads
Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.
php-curl-class/php-curl-class
8813393 Downloads
PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs.
composer/class-map-generator
97335017 Downloads
Utilities to scan PHP code and generate class maps.
nette/robot-loader
47935921 Downloads
🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.
spatie/macroable
51702812 Downloads
A trait to dynamically add methods to a class
setasign/fpdf
53532743 Downloads
FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.
phpstan/phpstan-deprecation-rules
64227003 Downloads
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
php-http/multipart-stream-builder
74168233 Downloads
A builder class that help you create a multipart stream
netresearch/jsonmapper
94971001 Downloads
Map nested JSON structures onto PHP classes
neitanod/forceutf8
20251381 Downloads
PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.
mustangostang/spyc
35586334 Downloads
A simple YAML loader/dumper class for PHP
guzzlehttp/uri-template
171554146 Downloads
A polyfill class for uri_template of PHP
fig/http-message-util
74017603 Downloads
Utility classes and constants for use with PSR-7 (psr/http-message)
dg/bypass-finals
21482339 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes