Libraries tagged by class props
xmlutils/xmlutils
74 Downloads
This class contains methods to convert a xml tree into a complex array with nested properties and to convert a complex array object into an xml tree.
make/accessible
80 Downloads
A very lightweight PHP package that let you easely access and test singleton classes and inaccessible instance members like private or protected methods and properties.
jclaveau/php-visibility-violator
189 Downloads
Class providing simple helpers to violate the defined visibility of methods and properties
crimsonkissaki/mockmaker
42 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
cloudframework-io/tcpdi_cf
790 Downloads
TCPDI_CF is a PHP class for importing PDF to use with TCPDF tecnickcom/tcpdf:6.4.1 and pop/tcpdi adapted by cloudframework to include Custom Properties when you sign a PDF
aharisu/generate-form-request-phpdoc
165 Downloads
Generate PHPDoc properties automatically based on the rules specification of the FormRequest class
yukata-roommate/call-property
3 Downloads
Access class properties as dynamic methods
torugo/property-validator
32 Downloads
Validators and Handlers for class properties.
takutakuaoao/php-cs-fixer-align-property-rule
3 Downloads
the cs-fixer-rule aligning vertical positions of class properties.
seotils/properties
16 Downloads
Sets, gets and validate class properties
maximo-perez-villalba/class-properties-reader
4 Downloads
La clase lee vía reflexión todos las propiedades de una clase incluyendo las propiedades privadas de su jerarquía.
kerekit/class-property-management
3 Downloads
A library providing read & write access for class properties based on simple annotations
iggyvolz/class-properties-conditions
3 Downloads
Conditions for PHP Class Properties
iggyvolz/class-properties
80 Downloads
C#-style class properties for PHP classes
henrywhitaker3/bitmasked-properties
4 Downloads
A package to use bitmasked properties on classes