Libraries tagged by action classes
havokinspiration/cakephp-actions-class
167 Downloads
Manage your Controllers actions as single classes in CakePHP
applejack21/laravel-actions
2374 Downloads
Create action classes for models quickly and easily.
therealedatta/laravel-actions
291 Downloads
Actions: controller + auth + validation in one class
sarfraznawaz2005/actions
61 Downloads
Laravel package as alternative to single action controllers with support for web and api in single class.
isra00/class-triggers
6 Downloads
Inject magic actions before and after any method of any class
meraki/http-router
322 Downloads
Class-driven HTTP router for PHP 8.4+ — the action class name encodes intent (Collection / Item / Action), with no inflection, no route files, and pluggable casters for typed parameters.
spenserhale/wp-autohook-library
76 Downloads
A library for automatically hooking classes into WordPress actions and filters.
vincentvdree/wp-hooked
138 Downloads
A small package for defining actions and filters in WordPress using classes and attributes.
steveorevo/wp-hooks
85 Downloads
WP-Hooks is a base class that minimizes the overhead of creating WordPress plugins and functions. Simply create a class that extends the WP_Hooks class and start defining functions for the given action, filter, shortcode or registration event.
yark/yark-actions
121 Downloads
A simple Artisan command to generate action classes
stagerightlabs/actions
539 Downloads
Action classes for handling discrete units of business logic.
sfneal/crud-model-actions
13496 Downloads
Abstraction layers for creating CRUD Action classes to execute actions on Eloquent Models.
prawee/yii2-actions
2 Downloads
The extends class for all controller action classes
kobalt/make-action
48 Downloads
Adds Laravel Artisan command to make Action classes
ibaiicb/laravel-make-action
0 Downloads
A Laravel package that adds a make:action Artisan command to generate Action classes following the single responsibility principle.