Libraries tagged by DLNA
akwad/voyager-extension
3465 Downloads
overriding voyager formFields and discovering them dynamically
aiptu/libplaceholder
110 Downloads
A flexible placeholder library for PocketMine-MP plugins, allowing dynamic insertion of player and global data into messages.
aedart/athenaeum-properties
1095 Downloads
Provides means to dynamically deal with inaccessible properties, by implementing some of PHP's magic methods
romm/configuration-object
29229 Downloads
Transform any configuration plain array into a dynamic and configurable object structure, and pull apart configuration handling from the main logic of your script. Use provided services to add more functionality to your objects: cache, parents, persistence and much more.
rinvex/laravel-forms
949 Downloads
Rinvex Forms is a dynamic form builder for Laravel, it's like the missing gem, the possibilities of using it are endless! With flexible API and powerful features you can build almost every kind of complex form with ease.
nicokaiser/dyndns
605 Downloads
A simple dynamic DNS that updates an existing BIND
malkusch/php-autoloader
1352 Downloads
This autoloader supports every autoloadable PHP feature up to PHP 5.4’s traits. It find’s every class, interface or traits definition in any situation. No matter what convention is used. The autoloader is index based. After building the index there will be no performance issue. The building is done dynamically. There is no explicit need of calling a build script. For the sake of comfortability there exists a script for prebuilding an index.
jbennecker/silverstripe-elemental-icons
4670 Downloads
Provides additional cms icons for custom dnadesign/silverstripe-elemental elements
gverschuur/laravel-robotstxt
49 Downloads
Set the robots.txt content dynamically based on the Laravel app environment.
ezsystems/routing
27630 Downloads
Extends the Symfony routing component for dynamic routes and chaining several routers
daguilarm/belich-tables
73 Downloads
A dynamic table component for Laravel Livewire
brokencube/zipstream64
7443 Downloads
ZipStream is a library for dynamically streaming large dynamic zip files from PHP without writing to the disk at all on the server.
aedart/overload
11166 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)
zizther/craft-dynamic-variables
413 Downloads
Allows you to parse any text as a Twig template, with access to variables, from globals, entries, etc.
zero-to-prod/dynamic-setter
37 Downloads
Fluently set class properties with dynamic methods.