Libraries tagged by chaining
sven/laravel-chained-commands
4 Downloads
Chain Laravel artisan commands together
zae/bigmath
6 Downloads
Easily work with big numbers with late static binding and chaining.
yiranzai/file-cache
3 Downloads
PHP File Cache, use Separate Chaining resolve hash conflict. one cache, one file, one bucket.
yannelli/prompt-manager-laravel
0 Downloads
A Laravel package for managing prompt templates with versioning, component toggling, chaining, and customizable type handlers
ughly/ugh-authentication-ldap
8 Downloads
An UghAuthentication LDAP Adater supporting chaining
timofiyprisyazhnyuk/chain-command-bundle
4 Downloads
Symfony bundle that implements command chaining functionality.
syrotchukandrew/chain-command-bundle
6 Downloads
Symfony bundle that implements command chaining functionality.
santaklouse/php-array-utils
6 Downloads
Mix of illuminate/Support/Arr and Kohana's array helpers including chaining.
royallthefourth/smooth-pdo
75 Downloads
A drop-in PDO wrapper that provides smooth and pleasant method chaining
railt/event-dispatcher
2083 Downloads
The Railt Event Dispatcher is a simple chaining event system
phhung1901/simple_query_builder
5 Downloads
Create Query Builder is a simple, methods-chaining dependency-free library to create SQL Queries simple. Supports databases which are supported by PDO
omnitech-solutions/flowlight
2 Downloads
Lightweight workflow orchestration library for PHP. Provides a clean, composable pattern for chaining actions into pipelines, handling success and failure consistently, and keeping business logic organized and testable. Highly inspired by Ruby’s LightService gem (https://github.com/adomokos/light-service).
nimias/chain-command-bundle
20 Downloads
Symfony bundle that implements command chaining functionality.
nicklayb/htmlbuilder
490 Downloads
Useful helper to build server side html with tag chaining creation and templates for things like Bootstrap.
ngfw/webparser
8 Downloads
WebParser is a PHP library that allows developers to parse and query webpages using an ORM-like syntax. It facilitates the extraction of HTML elements by chaining operations such as filtering by ID or class, ordering results, and limiting output. WebParser offers a flexible interface for exploring and extracting data from the web, making it ideal for web scraping and data analysis tasks.