Download the PHP package ausus/api-runtime without Composer
On this page you can find all versions of the php package ausus/api-runtime. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ausus/api-runtime
More information about ausus/api-runtime
Files in ausus/api-runtime
Download ausus/api-runtime
More information about ausus/api-runtime
Files in ausus/api-runtime
Vendor ausus
Package api-runtime
Short Description AUSUS L4 — HTTP API Runtime. Consumes SchemaRepository / EntityEngine / RuntimeEntity only: resolve → bind → invoke/read. Never compiles, canonicalises, hashes, or loads DSL.
License MIT
Homepage https://github.com/adonko3xBitters/api-runtime
Package api-runtime
Short Description AUSUS L4 — HTTP API Runtime. Consumes SchemaRepository / EntityEngine / RuntimeEntity only: resolve → bind → invoke/read. Never compiles, canonicalises, hashes, or loads DSL.
License MIT
Homepage https://github.com/adonko3xBitters/api-runtime
Please rate this library. Is it a good library?
Informations about the package api-runtime
ausus/api-runtime
AUSUS 2.0 — HTTP API Runtime (L4). A framework-agnostic HTTP surface over a
compiled domain: resolve → bind → invoke/read. It consumes only the
SchemaRepository / EntityEngine / RuntimeEntity contracts — it never
compiles, canonicalises, hashes, or loads the DSL. No PSR-7 dependency; requests
and responses are plain arrays.
Installation
Dependencies
- PHP 8.3+
ausus/kernel,ausus/entity-engine
Public surface
Ausus\Api\Runtime\Http\RuntimeApi—new RuntimeApi($repo, $engine, $driver, $contextFactory)anddispatch(string $method, string $path, array $headers = [], array $body = []): array{status:int, body:array}.Ausus\Api\Runtime\Http\RequestContextFactory— builds aContextfrom HTTP headers (X-Tenant-ID,X-Actor-Type, …).
Routes: GET /api/entities/{entity}, GET …/projections/{projection},
POST …/actions/{action}.
Minimal example
Documentation
See the canonical reference docs/v2/ and the
Quick Start.
All versions of api-runtime with dependencies
PHP Build Version
Package Version
The package ausus/api-runtime contains the following files
Loading the files please wait ...