Libraries tagged by class props
imelgrat/opml-parser
437 Downloads
OPML Parser Class: Extract the properties of content from OPML files.
net_bazzline/php_component_code_generator
1560 Downloads
free as in freedom component to generate php code for class, file, method, property, constant, documentation
markbaker/spymaster
25 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
2 Downloads
Check if a class, a method or a property has an attribute
cemerson/trespass
2088 Downloads
A library for modifying private properties of PHP 7 classes from an external context
vendi-advertising/vendi-shared-utils
865 Downloads
Helper class shared across all Vendi-controlled properties
cptechinc/dplus-model
502 Downloads
Propel 2.0 built ORM classes for Dplus data(x) databases based
tyrola/recaptcha
16306 Downloads
A properly coded PHP 5 reCaptcha class that will allow you to interact with Google's reCaptcha API v2.
zeeshanu/yell
16 Downloads
A php package that yells when you try to access a property that doesn't exist in a class!
mvccore/ext-view-helper
804 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
81 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
44 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
1003 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
2390 Downloads
Generate PHPDoc properties automatically based on the rules specification of the FormRequest class
torugo/property-validator
46 Downloads
Validators and Handlers for class properties.