Libraries tagged by class props
devscreencast/json-response
144 Downloads
A simple class that returns a properly formatted json response with HTTP status
gollumsf/serializer-describe-attribute-bundle
171 Downloads
Add class attribute for describe serializer property
nabeghe/reflecty
20 Downloads
Simple reflection helper for PHP.
csanquer/custom-base-behavior
583 Downloads
Propel Behavior to customize generated parent Base classes
bnomei/kirby-blueprints
96 Downloads
PHP Class-based Blueprints for Kirby CMS for better type safety and code completion
antares/accessible-bundle
3846 Downloads
A bundle to easily use Accessible in Symfony projects.
antares/accessible
3931 Downloads
PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.
quellabs/annotation-reader
341 Downloads
A PHP annotations reader that parses, processes, and caches docblock annotations for classes, properties, and methods.
eboreum/immutable-interface
54 Downloads
Flag a class as being immutable by implementing the ImmutableInterface. An immutable object must never change its state; i.e. its class properties must remain unchanged after instantiation or cloning.
ergebnis/attribute-collector
61 Downloads
Provides collectors for collecting attributes located on classes, class constants, properties, methods, method parameters, functions, function parameters, and constants.
imelgrat/opml-parser
446 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
icraftltd/json-responder
211 Downloads
Helper class to response proper API format
markbaker/spymaster
26 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