Libraries tagged by dynamika
javaabu/menu-builder
3092 Downloads
Dynamically render your sidebar menu in admin panel
jameswatts/cake-toolkit
3294 Downloads
Define your View as a class, providing a powerful object-oriented factory interface to dynamically build your CakePHP application UI with configurable objects
gajus/moa
25 Downloads
MOA implements dynamically generated Active Record database abstraction.
entidi/silverstripe-autotoc
3227 Downloads
Dynamically generate the table of contents from $Content
demmonico/yii2-config
2695 Downloads
Yii2 extension which allows to get application parameters, text or email templates from database tables or from default config, to import and to manage them from admin panel dynamically.
defstudio/filament-dynamic-actions
156 Downloads
Dynamically disable or hide actions when form is dirty
deepdiver1975/tarstreamer
740301 Downloads
A library for dynamically streaming dynamic tar files without the need to have the complete file stored on the server.
coolsam/visual-forms
71 Downloads
Dynamically and Visually create forms in Filament and collect responses
bullhorn/fast-rest
7816 Downloads
FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.
bmsrox/yii2-module-autoloader
1362 Downloads
Extension to autoload modules dynamically
aurorawebsoftware/asetting
681 Downloads
ASetting is a Laravel package that allows you to dynamically define your config definitions.
akwad/voyager-extension
4274 Downloads
overriding voyager formFields and discovering them dynamically
aedart/athenaeum-properties
1243 Downloads
Provides means to dynamically deal with inaccessible properties, by implementing some of PHP's magic methods
6phere/horizon-wildcard-consumer
146 Downloads
Extended Laravel Horizon providing listening dynamically added queues matched by wildcard.
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.