Libraries tagged by classes
jaybizzle/crawler-detect
85498149 Downloads
CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent
barryvdh/laravel-ide-helper
109036229 Downloads
Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.
php-curl-class/php-curl-class
8862743 Downloads
PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs.
composer/class-map-generator
99071657 Downloads
Utilities to scan PHP code and generate class maps.
nette/robot-loader
48202841 Downloads
🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.
spatie/macroable
52232499 Downloads
A trait to dynamically add methods to a class
setasign/fpdf
54202904 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
65150686 Downloads
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
php-http/multipart-stream-builder
75204871 Downloads
A builder class that help you create a multipart stream
netresearch/jsonmapper
95740115 Downloads
Map nested JSON structures onto PHP classes
neitanod/forceutf8
20379401 Downloads
PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.
mustangostang/spyc
35880223 Downloads
A simple YAML loader/dumper class for PHP
guzzlehttp/uri-template
174552838 Downloads
A polyfill class for uri_template of PHP
fig/http-message-util
74945908 Downloads
Utility classes and constants for use with PSR-7 (psr/http-message)
dg/bypass-finals
21795376 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes