3neti/x-action

Workflow action and CTA infrastructure package for the x-change Settlement Operating System

Maintainers

Package info

github.com/3neti/x-action

pkg:composer/3neti/x-action

Transparency log

Statistics

Installs: 2

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.1 2026-07-31 08:17 UTC

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