Libraries tagged by php actions
tangler/mollie
10 Downloads
Mollie Module for Tangler
tangler/file
15 Downloads
File Module for Tangler
tangler/dropbox
9 Downloads
Dropbox Module for Tangler
siktec/just-cli
18 Downloads
Command line interface library for PHP
siguici/laravel-devtools
81 Downloads
🧪 Tools needed for Laravel project development and automation.
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
383 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
43 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
136 Downloads
All Type of Base Tools to Helping Development and Repository Generator
phalkaline/phkapa
105 Downloads
Nonconformity Management Software for Quality Assurance.
patienceman/custom-handler
2720 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
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
11 Downloads
A Laravel package that generates complete CRUD modules with controllers, services, actions, DTOs, form requests, models, and migrations using artisan commands.
nickjbedford/hooks
61 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.