Libraries tagged by class props
prospress/hosts-helper
7 Downloads
Helper classes for dealing with particular hosting providers.
php-shark-tank/anonymizer
203 Downloads
Library to anonymize class properties
ogi/prompt
17 Downloads
A PHP package to convert class properties into XML-formatted prompts for LLM APIs.
niirrty/niirrty.dynprop
25 Downloads
A dynamic PHP class properties library.
milantex/tpc
13 Downloads
This project provides a mechanism to specify types for class properties. Also, property types have additional parameters, such as the regular expression pattern for strings, minimum and maximum value for integers etc. The special setter method handles type checking and will set the given value only if it is valid for the given type and its additional parameters. Check the documentation for an example.
leo980/reflector
4 Downloads
Helper function for reflecting private/protected class properties and methods. For unit-testing purposes.
fnash/desugar-constructor
9 Downloads
Desugar a php8 class constructor with equivalent class properties and constructor assignments
cjdennis/hidden-value
21 Downloads
Allows storing pseudo class properties as values that are not dumpable, serialisable, or accessible from child classes
pchouse/php-tabulator
4 Downloads
A library to use PHP attributes in class and properties to create the base configuration of to the Tabulator javascript library
pchouse/php-attributes
7 Downloads
A library to use PHP attributes in class and properties to define metadata, such as database, html, ...
mrkrstphr/peridot-automock-plugin
292 Downloads
A plugin to reduce mocking boilerplate for a given class using Prophecy
mattvb91/docpropgenerator
3 Downloads
@property class documentation generator for @mixin
unicon/yaml
3056 Downloads
Validates YAML file using given class and, if matches, creates an object. Understands PhpDoc, converts values if necessary. Works recursively, so the YAML file may have complicated structure, and the given class may have properties of other classes.
joelwenger/textspecial
0 Downloads
TextSpecial is a small parser class for a proprietary markup language that can handle multiple columns.
crmplease/coder
61 Downloads
Coder is library for code-generation, e.g. add property to class, parameter to method, value to array and etc.