Libraries tagged by to do
doctrine/reflection
103563146 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.
symfony/html-sanitizer
19946998 Downloads
Provides an object-oriented API to sanitize untrusted HTML input for safe insertion into a document's DOM.
scienta/doctrine-json-functions
20008126 Downloads
A set of extensions to Doctrine that add support for json query functions.
martin-georgiev/postgresql-for-doctrine
4229783 Downloads
Adds PostgreSQL enhancements to Doctrine. Provides support for JSON, JSONB and some array data types. Provides functions, operators and common expressions used when working with JSON data, arrays and features related to text search.
consolidation/filter-via-dot-access-data
40874390 Downloads
This project uses dflydev/dot-access-data to provide simple output filtering for applications built with annotated-command / Robo.
adbario/php-dot-notation
7669998 Downloads
PHP dot notation access to arrays
doctrine/coding-standard
11954634 Downloads
The Doctrine Coding Standard is a set of PHPCS rules applied to all Doctrine projects.
paquettg/php-html-parser
7306115 Downloads
An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.
veewee/xml
4076984 Downloads
XML without worries
kevinrob/guzzle-cache-middleware
15172277 Downloads
A HTTP/1.1 Cache for Guzzle 6. It's a simple Middleware to be added in the HandlerStack. (RFC 7234)
doctrine/mongodb-odm
20724217 Downloads
PHP Doctrine MongoDB Object Document Mapper (ODM) provides transparent persistence for PHP objects to MongoDB.
phpdocumentor/reflection
13188371 Downloads
Reflection library to do Static Analysis for PHP Projects
theseer/fdomdocument
41376024 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.
laminas/laminas-validator
39112318 Downloads
Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria
shipmonk/dead-code-detector
583535 Downloads
Dead code detector to find unused PHP code via PHPStan extension. Can automatically remove dead PHP code. Supports libraries like Symfony, Doctrine, PHPUnit etc. Detects dead cycles. Can detect dead code that is tested.