Libraries tagged by php actions
sikessem/devtools
5962 Downloads
🧪 Tools needed for PHP and Laravel project development and automation.
said-nizam-wevetel/pami
10 Downloads
Asterisk Manager Interface (AMI) client for PHP, event driven, object oriented
sadi01/pami
4 Downloads
Asterisk Manager Interface (AMI) client for PHP, event driven, object oriented
sadekbaroudi/operation-state
27 Downloads
Handle Operation States for executable actions, with the ability to undo. i.e. transactions and rollbacks for PHP
ryzhov/pami
387 Downloads
Asterisk Manager Interface (AMI) client for PHP forked from marcelog/pami
romeroqe/log-generator
108 Downloads
A package that creates monthly log files, destinated to register actions for Laravel application.
reinanhs/sqlcommenter-hyperf
48 Downloads
SQLCommenter implementation for Hyperf. SQLCommenter is a set of tools that augments SQL Statements with comments containing information about the code that caused its execution. These information can be action, controller, framework, db_driver and opentelemetry traceparent.
rajtechnologies/laravel-tools
145 Downloads
All Type of Base Tools to Helping Development and Repository Generator
piotrpress/github-composer
123 Downloads
This Composer plugin adds support for using GitHub Workflow Artifacts as Composer Repositories.
patienceman/custom-handler
2723 Downloads
Provide a convenient way creating single action handlers. The idea of a action handler is a single action controller that means a unique class handles each action
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).
numeno/api-admin
20 Downloads
## Introduction Use the Numeno Administration API to create API Keys and set their permissions (which we call Scopes). This API is meant to be used by administrators of your organization. ## Scopes Scopes are used to let API Keys access only certain parts of the API. Scopes are expressed as a string of the form `api:resource:action`. For example, from the Numeno Article Recommender API (`art-rec`): - `art-rec:feeds:read` - can read any Feed (eg. `GET` `/feeds`, `/feeds/:id`, `/feeds/:id/streams`, etc.) - `art-rec:feeds:write` - can write (and read) any Feed - `art-rec:feeds:*` - can perform any action on Feeds - `art-rec:*:read` - can read any resource on `art-rec` - `*:*:*` - can do everything
nirajkhadka/laravel-module-generator
12 Downloads
A Laravel package that generates complete CRUD modules with controllers, services, actions, DTOs, form requests, models, and migrations using artisan commands.
nickjbedford/hooks
77 Downloads
Hooks is a small library that provided hookable actions and filters, similar to WordPress. This can be used in any PHP 8.0+ project.
neo/hooks
286 Downloads
Implements the wordpress hook functionality for any application.