Libraries tagged by class properties
niirrty/niirrty.dynprop
25 Downloads
A dynamic PHP class properties library.
milantex/tpc
13 Downloads
This project provides a mechanism to specify types for class properties. Also, property types have additional parameters, such as the regular expression pattern for strings, minimum and maximum value for integers etc. The special setter method handles type checking and will set the given value only if it is valid for the given type and its additional parameters. Check the documentation for an example.
leo980/reflector
4 Downloads
Helper function for reflecting private/protected class properties and methods. For unit-testing purposes.
fnash/desugar-constructor
9 Downloads
Desugar a php8 class constructor with equivalent class properties and constructor assignments
cjdennis/hidden-value
21 Downloads
Allows storing pseudo class properties as values that are not dumpable, serialisable, or accessible from child classes
pchouse/php-tabulator
4 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, ...
mattvb91/docpropgenerator
3 Downloads
@property class documentation generator for @mixin
unicon/yaml
3056 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.
crmplease/coder
61 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
128 Downloads
Reflection - Simple utility to reflect objects and classes to access properties and methods.
prolix/metadata
243 Downloads
Class/method/property metadata management in PHP
firstw/php-extension-export
1 Downloads
a simple library to export php extension library 's function, method or class and function, method,property inside a class
classmarkets/javaproperties.php
0 Downloads
A class for loading Java properties files in PHP
greencape/reflector
57 Downloads
A wrapper to the Reflection classes for accessing non-public properties and methods for testing.