Libraries tagged by settle
settermjd/mezzio-markdown-blog
204 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
596 Downloads
An easy, almost painless, way to render static pages in Mezzio applications.
settermjd/laminas-sendgrid-integration
265 Downloads
A small package to simplify integrating SendGrid into a Laminas or Mezzio project
shaka/dynamic-update-trait
8027 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.
neovg/php-struct
14850 Downloads
A "C struct"-like class with type safe attributes and fluent setter interface.
mouf/html.tags
20392 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.
am2tec/hydrator
1593 Downloads
Hydrate your object with class setters
aedart/overload
12634 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)
zero-to-prod/dynamic-setter
1895 Downloads
Fluently set class properties with dynamic methods.
orklah/psalm-type-setters-params
594 Downloads
Use property type to fix param in the setter
niji/auto-attribute-options-setter-bundle
437 Downloads
Symfony AutoAttributeOptionsSetterBundle
cornford/setter
1046 Downloads
An easy way to integrate Database Settings with Laravel.
alexanevsky/getter-setter-accessor-bundle
291 Downloads
Provides functions to read and write from/to an object and gets the list of object getters and setters.
sinkcup/laravel-locale-setter
3503 Downloads
detect Accept-Language, setLocale, then you can use Laravel localization
runopencode/traitor-bundle
61 Downloads
Inject into services via method injection based on used traits of defined service classes.