Libraries tagged by dynamika
bmsrox/yii2-module-autoloader
1386 Downloads
Extension to autoload modules dynamically
aurorawebsoftware/asetting
833 Downloads
ASetting is a Laravel package that allows you to dynamically define your config definitions.
audunru/dynamic-cors
1380 Downloads
Dynamically change CORS options in Laravel
akwad/voyager-extension
5139 Downloads
overriding voyager formFields and discovering them dynamically
aedart/athenaeum-properties
1366 Downloads
Provides means to dynamically deal with inaccessible properties, by implementing some of PHP's magic methods
6phere/horizon-wildcard-consumer
698 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.
gverschuur/laravel-robotstxt
51 Downloads
Set the robots.txt content dynamically based on the Laravel app environment.
brokencube/zipstream64
7717 Downloads
ZipStream is a library for dynamically streaming large dynamic zip files from PHP without writing to the disk at all on the server.
ankitpokhrel/dynamic-featured-image
37 Downloads
Dynamically adds multiple featured image (post thumbnail) functionality to posts, pages and custom post types.
aedart/overload
11562 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)
kalshah/dynamic-relations-includes
2504 Downloads
Dynamically include resources relations for API Requests
dynamik-dev/laravel-mail-preview
3 Downloads
A utility for viewing emails in your browser as you develop.
architools/laravel-sieve
9 Downloads
Laravel Sieve is a lightweight yet powerful filtering and sorting engine for Laravel applications. It transforms HTTP query parameters into clean, maintainable Eloquent or Query Builder queries with zero boilerplate. Built to follow SOLID and DRY principles, this modular package supports dynamic filtering, custom sorting, relationship constraints, and JSON field queries. Ideal for RESTful APIs, admin panels, and data-intensive applications, it keeps your controllers slim and your queries expressive — all while embracing Laravel best practices.
dynamik-dev/zenpipe-php
4 Downloads
A simple, fluent pipeline implementation for PHP.