Libraries tagged by class properties
symfony/property-info
303296767 Downloads
Extracts information about PHP class' properties using metadata of popular sources
jms/metadata
167203779 Downloads
Class/method/property metadata management in PHP
phpstan/phpstan-deprecation-rules
99874042 Downloads
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
doctrine/reflection
108328814 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.
chillerlan/php-settings-container
45250788 Downloads
A container class for immutable settings objects. Not a DI container.
spatie/ssl-certificate
5493056 Downloads
A class to easily query the properties of an ssl certificate
projectcleverweb/color
978614 Downloads
This is a stand-alone PHP 7 (and PHP 5!) library for working with RGB, HSL, HSB/HSV, Hexadecimal, and CMYK colors. Create schemes, modify specific color properties, easily convert between color spaces, create gradients, and make color suggestions quickly and easily.
kdyby/strict-objects
1752168 Downloads
Simple trait to make your class strict, when calling or accessing undefined member (property or method).
jelix/properties-file
135731 Downloads
classes to read and write properties files. Format is similar to Java properties files.
quillstack/di
5046 Downloads
The dependency injection container based on PSR-11: Container interface.
netlogix/jsonapiorg-annotationgenerics
367883 Downloads
Map neos/flow objects to jsonapi.org input and output structures, purely by adding class and property annotations.
dkd/php-populate
68687 Downloads
Trait for PHP classes, allowing properties to be populated from sources like JSON, via getters but using a single method
digitaldream/laracrud
22337 Downloads
Do you have a well structured database and you want to make a Laravel Application on top of it. By using this tools you can generate Models which have necessary methods and property, Request class with rules, generate route from controllers method and its parameter and full features form with validation error message and more with a single line of command
orisai/reflection-meta
36748 Downloads
PHP reflection in more reliable and deterministic way - for declarative engines
3f/meta
15254 Downloads
A class and a collection to handle metadata and access them "à la" C#.