Search by

eloquage / tokens-ext

zagambila

Optional PIE-compatible TypePHP native extension for eloquage/tokens.

Package info

github.com/eloquage/tokens-ext

Type:php-ext

Ext name:ext-eloquage_tokens

pkg:composer/eloquage/tokens-ext

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 2

v0.1.0 2026-09-15 18:46 UTC

This package is auto-updated.

Last update: 2026-09-15 20:33:10 UTC


README

Optional TypePHP native accelerator for eloquage/tokens.

This repository is a PIE extension release shell. The runtime API and pure-PHP implementation remain in the regular package. The release workflow fetches the matching public source tag, compiles it with the shared Dockerized TypePHP builder, verifies the module, and uploads a PIE binary asset.

Install

Use PIE with the Composer package name:

pie install eloquage/tokens-ext

The regular package remains the portable fallback:

composer require eloquage/tokens

Release contract

The runtime package is tagged first, then this repository receives the identical vX.Y.Z tag and GitHub Release. The release contains a Linux x86_64/glibc/PHP 8.5/NTS asset named:

php_eloquage_tokens-X.Y.Z_php8.5-x86_64-linux-glibc-nts.tgz

The archive contains eloquage_tokens.so. Windows, macOS, ZTS, and non-8.5 binaries are not currently published.

The companion package is optional and does not add a framework, swoole/typephp, or builder runtime dependency.