dev-3bdulrahman / automations
Automated workflows and webhook streaming module for Laravel ERP.
1.0.0
2026-06-16 18:26 UTC
Requires
- php: ^8.2|^8.3
- laravel/framework: ^11.0|^12.0
README
A complete Automations module for Laravel ERP systems. Build automated workflows, manage webhook endpoints, handle integrations with external services, and stream events — with full API and Livewire admin interface.
Features
- Workflow Builder (triggers, actions, conditions)
- Workflow Execution & Logging
- Webhook Endpoints & Delivery Logs
- Third-party Integration Management
- Integration Credentials (secure storage)
- Event-driven Automation
- REST API endpoints
- Arabic & English translations
Requirements
| Dependency | Version |
|---|---|
| PHP | ^8.2 | ^8.3 |
| Laravel | ^11.0 | ^12.0 |
Installation
composer require dev-3bdulrahman/automations
Publish and run migrations:
php artisan vendor:publish --provider="Dev3bdulrahman\Automations\Providers\AutomationServiceProvider"
php artisan migrate
Service Provider
Auto-discovered via Laravel package discovery. Manual registration in bootstrap/providers.php:
Dev3bdulrahman\Automations\Providers\AutomationServiceProvider::class,
Changelog
See CHANGELOG.md for release history.
License
MIT License © Abdulrahman