Libraries tagged by class props
marcj/propel-eventdispatcher-behavior
97752 Downloads
Integrates the Symfony2 EventDispatcher component in your Model classes for Propel2 alpha 3.
pamil/prophecy-common
169041 Downloads
Common helper classes for Prophecy
webhappens/magic-properties
3847 Downloads
Add a simple fluid interface for getters, setters, accessors and mutators to any PHP class.
ijvo/kdyby-strict-objects
625 Downloads
Simple trait to make your class strict, when calling or accessing undefined member (property or method).
dobrik/extended-dumper
8808 Downloads
Symfony var dumper with extended data.
bnomei/kirby-blueprints
49 Downloads
PHP Class-based Blueprints for Kirby CMS for better type safety and code completion
antares/accessible-bundle
3761 Downloads
A bundle to easily use Accessible in Symfony projects.
antares/accessible
3834 Downloads
PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.
nuffic/yii2-docblock-form
2900 Downloads
Makes a form out of class property docblocks
selfsimilar/drupal7_password_hasher
6439 Downloads
Drupal 7 password hasher wrapped in a properly namespaced class wrapper.
betterphp/php-reflection-utils
10203 Downloads
PHP Reflection Utils is a set of helper methods for accessing the private properties and methods of a class
tyrola/recaptcha
16040 Downloads
A properly coded PHP 5 reCaptcha class that will allow you to interact with Google's reCaptcha API v2.
leocello/sweet-enum
128 Downloads
Provides the ability to declare "properties" to enums using PHP Attributes, also to define classes for specific case functionalities and much more.
dmamontov/asynctask
2306 Downloads
AsyncTask enables proper and easy use of the thread. This class allows to perform background operations and publish results on the thread without having to manipulate threads and/or handlers.
dgifford/property-setter-trait
3655 Downloads
Trait providing methods to set class properties with an array.