calderawp / object
Utility abstract objects
Installs: 140
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/calderawp/object
This package is auto-updated.
Last update: 2025-09-08 08:41:56 UTC
README
A few variations on the stdClass
object.
almostStd
Is very much like stdClass
, but only the defined propeties of class can be set/get.
almostStdImmutable
extends almostStd
and removes ability to modify the property values after instantiation. Properties have to be set by passing stdClass object to constructor.
almostStdValidatable
extends almostStd
and adds a validation callback to get/set.
Install
composer require calderawp/object