Libraries tagged by class props
reflective/reflection
11671 Downloads
Reflective is a formally defined reflection mechanism in PHP, which is used to query detailed information about classes, methods, properties, functions, etc.
pchouse/php-tabulator
9 Downloads
A library to use PHP attributes in class and properties to create the base configuration of to the Tabulator javascript library
pchouse/php-attributes
7 Downloads
A library to use PHP attributes in class and properties to define metadata, such as database, html, ...
mrkrstphr/peridot-automock-plugin
293 Downloads
A plugin to reduce mocking boilerplate for a given class using Prophecy
mattvb91/docpropgenerator
4 Downloads
@property class documentation generator for @mixin
hotelmah/mysqli-wrapper
15 Downloads
This MySQLi wrapper base class provides properties for Connection and Query Error Messages and ResultSet Properties and Methods to navigate a ResultSet. Connection and Server properties are also provided, basically all of the available features the extension provides.
brickhouse/reflection
31 Downloads
Reflection package for classes, functions, properties, etc.
effectiveactivism/schema-org-api
5 Downloads
A Symfony bundle offering a GraphQL representation of Schema.org classes and properties
unicon/yaml
3057 Downloads
Validates YAML file using given class and, if matches, creates an object. Understands PhpDoc, converts values if necessary. Works recursively, so the YAML file may have complicated structure, and the given class may have properties of other classes.
sal/phpstan-readonly-enforcing
12 Downloads
PHPStan rule to enforce readonly usage on properties and classes when safe to do so
oldpak/reflection
25 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.
joelwenger/textspecial
0 Downloads
TextSpecial is a small parser class for a proprietary markup language that can handle multiple columns.
devcirclede/attrenv
8 Downloads
Library to mark a property or class parseable for EnvReader
crmplease/coder
62 Downloads
Coder is library for code-generation, e.g. add property to class, parameter to method, value to array and etc.
best-served-cold/reflection
130 Downloads
Reflection - Simple utility to reflect objects and classes to access properties and methods.