Packages from italix · Transparency log

  • PHP

    italix/auth

    Password authentication with leak-resistant ordering, and abstaining authorization policies. Ships no table and no session handling.

  • PHP

    italix/cache

    PSR-16 shaped caching: an opcache-backed file driver, an array driver, and an adapter over any Contracts KeyValueStore

  • PHP

    italix/calendars

    Calendar sets and event feeds: sources declared in PHP, driver-rendered client configuration

  • PHP

    italix/console

    Framework CLI runner: commands listed not discovered, dependencies declared like a controller's, PSR-11 container, exit codes that mean something

  • PHP

    italix/contracts

    Shared contracts (interfaces) for Italix libraries - enables seamless integration between italix/orm, italix/forms, and other compatible libraries

  • PHP

    italix/converters

    A pairwise format-conversion contract and a shortest-route driver registry — the plumbing italix/documents and a future italix/media share, neither owns.

  • PHP

    italix/crypto

    Signed expiring tokens, authenticated encryption and fixed-window rate limiting, with key rotation built in

  • PHP

    italix/datasets

    Server-side data tables and trees: column and action definitions in PHP, driver-rendered client configuration, whitelisted column names

  • PHP

    italix/documents

    A versioned tree of documents with human names, projected onto a real directory you can edit with any tool

  • PHP

    italix/encode

    Context-aware output encoding as a type: HTML text, attributes, URLs and JSON, with a template lint that finds unencoded output

  • PHP

    italix/events

    Named events with declared listeners: printable, no wildcards, no cancellation, and a throwing listener does not take the dispatcher with it

  • PHP

    italix/forms

    Form metadata and HTML rendering: FormMeta/FieldMeta descriptors, widgets, and adapters that build a form from a table schema

  • PHP

    italix/i18n

    Translation and formatting on ICU: CLDR plural categories, locale-aware numbers, money and dates, and a key extractor that refuses to guess

  • PHP

    italix/jobs

    Database-backed queue and cron scheduling: JSON payloads not serialized objects, atomic claiming, backoff, stalled-worker recovery

  • PHP

    italix/mail

    Transactional mail that cannot fail silently: the log row is written before the transport is touched. SMTP in core, PHPMailer optional.

  • PHP

    italix/media

    Image, audio and video format-conversion drivers for italix/converters.

  • PHP

    italix/mvc

    PSR-15 engine, middleware pipeline, service registry, controllers with declared dependencies, view renderer with block layouts, sessions and translation

  • PHP

    italix/orm

    A lightweight, type-safe ORM for PHP with migrations, query builder, and support for MySQL, PostgreSQL, SQLite, and Supabase

  • PHP

    italix/routing

    Named routes and URL generation: declare a route once, link to it by name, and fail loudly at generation time instead of 404ing later

  • PHP

    italix/rules

    Validation vocabulary and executor: machine error codes rather than prose, and a third verdict — unknown — for the checks it cannot honestly settle

  • PHP

    italix/session

    Sessions as records about a subject and a tenant: device lists, per-account revocation, replay detection, step-up re-authentication, concurrency caps and pluggable stores

  • PHP

    italix/storage

    File storage where the caller never chooses the filename: content-hash paths, extension from sniffed MIME through a whitelist

  • PHP

    italix/testing

    In-process PSR-15 HTTP client, schema-derived row factories, rollback isolation and a plain test runner