Libraries tagged by settle
webhappens/magic-properties
7197 Downloads
Add a simple fluid interface for getters, setters, accessors and mutators to any PHP class.
opencultureconsulting/basics
1547 Downloads
A collection of generic classes and useful traits for PHP projects.
klever/tutor
24583 Downloads
PHPUnit Extensions to easily spec-test data models
icanboogie/prototype
11005 Downloads
Implements the Prototype design pattern; getters/setters
ecommit/doctrine-entities-generator-bundle
7599 Downloads
Generate Doctrine ORM entities.
settermjd/mezzio-markdown-blog
234 Downloads
This is a file-based blog module for PHP's Mezzio framework that renders blog articles written in Markdown format, with YAML front-matter into HTML content that can be rendered in a template.
settermjd/laminas-static-pages
634 Downloads
An easy, almost painless, way to render static pages in Mezzio applications.
shaka/dynamic-update-trait
8201 Downloads
The Dynamic Update Trait for Laravel provides a convenient way to dynamically update model attributes using magic methods. This trait allows you to update individual model attributes without explicitly defining setter methods for each attribute. It simplifies the process of updating model fields by providing a generic update method that can be called with dynamic method names.
redaelfillali/laravel-secure-model
401 Downloads
Eloquent base model with auto-sanitized getters and setters.
neovg/php-struct
15320 Downloads
A "C struct"-like class with type safe attributes and fluent setter interface.
mouf/html.tags
20435 Downloads
This package contains a pure PHP object representation of HTML5 tags. There is one class for each existing HTML tag, and one getter/setter per attribute.
aedart/overload
12860 Downloads
Provides means to dynamically deal with inaccessible properties, by implementing PHP's magic methods; __get(), __set(), __isset(), and __unset(). This package, however, enforces the usage of getters- and setters-methods, ensuring that if a property is indeed available, then its corresponding getter or setter method will be invoked. The term 'overload', in this context, refers to PHP’s own definition hereof. (http://php.net/manual/en/language.oop5.overloading.php)
orklah/psalm-type-setters-params
596 Downloads
Use property type to fix param in the setter
niji/auto-attribute-options-setter-bundle
437 Downloads
Symfony AutoAttributeOptionsSetterBundle
kamilwylegala/immutable-setter
1261 Downloads
Utility class for PHP that helps making your classes immutable.