Libraries tagged by dynamika
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
52 Downloads
Set the robots.txt content dynamically based on the Laravel app environment.
brokencube/zipstream64
7879 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
12839 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)
aedart/athenaeum-properties
2048 Downloads
DEPRECATED - Provides means to dynamically deal with inaccessible properties, by implementing some of PHP's magic methods
takuya/php-genetator-array-access
108 Downloads
make yield into an Array / ArrayAccess.
kalshah/dynamic-relations-includes
2504 Downloads
Dynamically include resources relations for API Requests
dynamik-dev/laravel-mail-preview
4 Downloads
A utility for viewing emails in your browser as you develop.
architools/laravel-sieve
66 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.
dynamik-dev/listmonk-php
48 Downloads
A full-featured PHP HTTP client for the Listmonk email platform
dynamik-dev/laravel-policy-engine
4 Downloads
A Laravel-native scoped permissions package. Composable, contract-driven authorization that integrates with Gates, Policies, middleware, and Blade.
dynamik-dev/cloak-php
72 Downloads
Redact sensitive data from strings and reveal them later using placeholder tokens
wmt-web/laravel-repovices
337 Downloads
Create repositories and services of your model dynamically