3neti / x-action
Workflow action and CTA infrastructure package for the x-change Settlement Operating System
v1.0.1
2026-07-31 08:17 UTC
Requires
- php: ^8.2
- illuminate/support: ^12.0 || ^13.0
- spatie/laravel-data: ^4.0
Requires (Dev)
- laravel/pint: ^1.0
- orchestra/testbench: ^10.0 || ^11.0
- pestphp/pest: ^3.8 || ^4.0
- pestphp/pest-plugin-laravel: ^3.2 || ^4.0
This package is auto-updated.
Last update: 2026-08-01 06:19:24 UTC
README
Workflow action and CTA infrastructure package for the x-change Settlement Operating System.
This package answers:
What can this actor do next?
The current scaffold provides only the backend core grammar:
- DTOs
- contracts
- config
- service provider
- in-memory/config registry
- resolver
- null recorder
- tests
It intentionally does not include migrations, routes, controllers, connectors, Vue components, or x-change claim compiler integration.
Installation
composer require 3neti/x-action
Compatibility
- PHP 8.2 or newer
- Laravel 12 or 13
- Pest 3 or 4 for package development
Verification
composer test
composer pint -- --test
composer validate --strict
composer audit