Libraries tagged by class props
net_bazzline/php_component_code_generator
1553 Downloads
free as in freedom component to generate php code for class, file, method, property, constant, documentation
markbaker/spymaster
11 Downloads
SpyMaster is a small library, for use in testing, that allows access to verify the values of protected and private properties in a class that is being tested, without needing to modify the class using Reflection.
welcomattic/has-attributes
0 Downloads
Check if a class, a method or a property has an attribute
cemerson/trespass
2001 Downloads
A library for modifying private properties of PHP 7 classes from an external context
bckp/environment
98 Downloads
Simple class for getting environment in proper type with fallback
vendi-advertising/vendi-shared-utils
785 Downloads
Helper class shared across all Vendi-controlled properties
kodeas/publicise
57 Downloads
Publicise lets you test the `private` or `protected` properties and methods in your classes
hchokshi/silverstripe-trait-config
4729 Downloads
Merge SilverStripe configuration from traits into class configuration, while avoiding private static property conflicts.
zeeshanu/yell
12 Downloads
A php package that yells when you try to access a property that doesn't exist in a class!
xmlutils/xmlutils
69 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.
mvccore/ext-view-helper
608 Downloads
MvcCore - Extension - View - Helper - abstract class code and interface support code to create more sofisticated view helpers with better setup and protected properties.
make/accessible
79 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.
crimsonkissaki/mockmaker
41 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
773 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
yukata-roommate/call-property
1 Downloads
Access class properties as dynamic methods