Libraries tagged by pluginable
saeedvir/laravel-pluginable
6 Downloads
An extensive Laravel plugin system that provides automatic registration of routes, controllers, services, views, and configurations for modular application development.
mahdyaslami/simple-pluginable
14 Downloads
Functions that make simple pluginable.
bezhansalleh/filament-exceptions
257294 Downloads
A Simple & Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel
ecourty/text-chunker
7591 Downloads
A framework-agnostic PHP library for chunking text and files using pluggable strategies and post-processors.
waaseyaa/structured-import
6778 Downloads
Pluggable structured-import pipeline for entity-template ingestion (default: GFM 2-column table).
waaseyaa/field
15860 Downloads
Field type system — pluggable field types, definitions, formatters for Waaseyaa
waaseyaa/entity-storage
15173 Downloads
Pluggable entity persistence. v0.1.0: SQL storage behind clean interfaces.
milpa/plugin
12503 Downloads
The plugin system of the Milpa PHP framework: the PluginsManager runtime that boots and orders plugins, the registry port with its file and in-memory adapters, PluginBase, the installer over GitHub-native distribution (source parsing, semver-constrained release resolution, zipball download), milpa.json manifest reading/validation, dependency resolution, milpa.lock management, and the plugin migration runner.
milpa/events
13745 Downloads
String-named event dispatch for the Milpa PHP framework: dot-segment wildcard subscriptions, priorities, listener error isolation, and a pluggable async (queue) seam.
magium/configuration-manager
79352 Downloads
Provides a generic plugable configuration management interface similar to Magento
hiqdev/yii2-thememanager
34675 Downloads
Pluggable themes for Yii2
firehed/simplelogger
119346 Downloads
Logger compatible with PSR-3. Supports writing to files, STDOUT, STDERR, and syslog. Also provides a chain logger which can write to multiple destinations. Allows customizable and pluggable formats, including logfmt.
erikwang2013/encryption
1840 Downloads
A pluggable cryptography component library: under a unified contract it provides symmetric encryption, asymmetric encryption, hashing, and key derivation (HKDF / PBKDF2), with implementations including AES/Sodium and Chinese national algorithms SM2/SM3/SM4/ZUC. Installable via Composer.
briefley/filament-workflow-builder
1406 Downloads
A Filament plugin for scheduled workflow orchestration with pluggable step executors.
mouf/utils.common.paginable-interface
271958 Downloads
This package contains an interface used by objects to say they can paginate data. The concept is very simple, the object implements a paginate method that takes a limit and an offset, and that's it!