andrea-sivieri member since: Aug 29, 2026 · Transparency log
andrea-sivieri's packages
-
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.