Libraries tagged by Klasse
netresearch/jsonmapper
92387518 Downloads
Map nested JSON structures onto PHP classes
barryvdh/laravel-ide-helper
105175115 Downloads
Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.
setasign/fpdi
118628426 Downloads
FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.
phpstan/phpstan-deprecation-rules
61390720 Downloads
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
nette/robot-loader
47105934 Downloads
🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.
fig/http-message-util
71082799 Downloads
Utility classes and constants for use with PSR-7 (psr/http-message)
felixfbecker/language-server-protocol
66533869 Downloads
PHP classes for the Language Server Protocol
dg/bypass-finals
20509082 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes
doctrine/reflection
103218458 Downloads
The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.
nyholm/psr7-server
11338467 Downloads
Helper classes to handle PSR-7 server requests
matthiasnoback/symfony-dependency-injection-test
7818337 Downloads
Library for testing user classes related to the Symfony Dependency Injection Component
laminas/laminas-validator
38304268 Downloads
Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria
cakephp/utility
23192042 Downloads
CakePHP Utility classes such as Inflector, String, Hash, and Security
cache/adapter-common
22074199 Downloads
Common classes for PSR-6 adapters
theseer/fdomdocument
41246312 Downloads
The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.