Documentation Hub

Welcome to Our Docs

Everything you need to get started, integrate, and build amazing things with our platform. Choose a section below to dive in.

Explore Documentation

Browse our comprehensive documentation sections to find exactly what you need

InterMix logo

InterMix

Dependency Injector (PSR-11), Fence, Class macro, Memoize, Caching (PSR-6, PSR-16)

Details

InterMix is a modern, lightweight PHP toolkit for developers who love class-oriented design, clean architecture and fast execution. From dependency injection to dynamic macros, every utility is designed to just work — with minimal config and maximum control.

  • Dependency Injection (DI) — PSR-11 compliant container with:
    • attribute-based injection
    • scoped lifetimes
    • lazy loading
    • environment-specific overrides
    • debug tracing & cache support
  • Caching — Dual PSR-6 & PSR-16 compatible cache engine
  • Fence — Enforce singleton-style class safety
  • MacroMix — Dynamically extend objects or classes with macros
  • Memoizeronce() and memoize() helpers for deterministic caching
  • Global Utilities — Like pipe(), retry(), measure(), flatten() and more
Webrick logo

Webrick

High-performance PHP router with signed URLs, streaming responses and production-grade middleware.

Details

Webrick is a fast, modern router for PHP 8.4+, built for real-world backends where latency, safety and operability matter.

  • Powerful routing — Named routes, groups, domain scoping, resources and PHP 8 attributes.
  • Middleware pipeline — Gateway hardening, method normalization, negotiation, validators (ETag/Last-Modified), CORS/policies, compression, telemetry, throttling.
  • Signed & temporary URLs — First-class helpers + verifier middleware; proxy/cache friendly.
  • Smart responsesjson(), plaintext(), download(), attachment(), stream() with content negotiation.
  • Route cache — Sharded (directory) or Fused (single-file) for instant cold starts.
  • Interop — Optional PSR-7 factory and PSR-15-style adapters.

Docs include quickstart, recipes (trailing slash, HEAD, ETag, streaming, CORS overrides, throttling), deployments (Nginx/Apache/Containers/K8s/Serverless) and full API reference.

ReqShield logo

ReqShield

Fast, modern PHP request validation and sanitization with 100+ rules, cost-based optimization and fail-fast execution.

Details

ReqShield is a high-performance validation and sanitization library for PHP 8.4+, designed for production APIs where speed, safety and developer experience matter.

  • 100+ validation rules — String, numeric, date, format, file, array, conditional, acceptance and custom callback rules.
  • Cost-based optimization — Intelligent rule reordering (cheap rules first) reduces validation complexity from O(n×m) to O(n).
  • Fail-fast execution — Configurable early exit on first error with bail rule or global stop-on-first-error mode.
  • Conditional validationrequired_if, required_unless, required_with, present_if, prohibited_if, missing_if, exclude_if and more.
  • Nested validation — Dot notation for deep object validation (user.profile.age).
  • Comprehensive sanitization — 40+ sanitizers including type conversion, case transformation, format cleaning, encoding and security filters.
  • Fluent API — Chainable methods, callbacks, only()/except() filtering.
  • Database validation — Built-in exists/unique rules with PSR-11 provider interface.
JsonDispatch logo

JsonDispatch

Lightweight JSON response envelope with clear status (success/fail/error), server tracing (X-Request-Id) and version signaling (X-Api-Version).

Details

JsonDispatch is a production-ready JSON response specification that standardizes API responses for consistency, observability and easy client integration.

  • Predictable envelopestatus, message, data, plus optional _properties, _references, _links.
  • Tracing by defaultX-Request-Id in every response; optional X-Correlation-Id.
  • Version clarity — vendor media types + exact server version via X-Api-Version.
  • Error semantics — split between fail (4xx) and error (5xx) with uniform error objects.
OTP logo

OTP

Simple but secure generic OTP solution: OCRA (RFC6287), TOTP (RFC6238) and HOTP (RFC4226).

Details

OTP is a focused PHP library for one-time password workflows that supports the major standards used in real-world authentication.

  • OCRA (RFC6287) support for challenge-response flows.
  • TOTP (RFC6238) for time-based OTP.
  • HOTP (RFC4226) for counter-based OTP.
  • Designed to be small, auditable and easy to embed into login/2FA pipelines.
UID logo

UID

UID generator suite: UUID (RFC 4122 + draft variants), ULID, Snowflake, Sonyflake, NanoId, Cuid2 and more.

Details

UID is a high-performance identifier toolbox for distributed systems — built to generate compact, sortable and collision-resistant IDs across multiple strategies.

  • UUID (RFC 4122 + unofficial/draft variants)
  • ULID for sortable identifiers
  • Snowflake / Sonyflake for distributed ID generation
  • NanoId / Cuid2 for short IDs
ArrayKit logo

ArrayKit

Array utilities ("Manage Arrays!") for everyday PHP data shaping and transformations.

Details

ArrayKit is a compact helper library to make array-heavy PHP work cleaner and faster — great for mapping, filtering and composing structured data.

  • Small, dependency-light primitives.
  • Useful for API payload shaping, config merging and data pipelines.
Pathwise logo

Pathwise

File Management Made Simple

Details

Pathwise is a PHP file and directory utility library aimed at safe, ergonomic filesystem operations.

  • Helpers for path joining, normalization and inspection.
  • Convenience wrappers for common file/dir workflows.
Game-Draw logo

Game-Draw

Build your very own luck-based draw solution (weighted distributions, lottery/stock draw helpers).

Details

Game-Draw provides building blocks for randomized draw systems — useful for giveaways, lottery-like selections and weighted choice logic.

  • Designed for fairness-focused draw workflows.
  • Includes support for weighted distributions and common draw patterns.
Toolset logo

Toolset

Small, focused Bash CLIs for Docker, PHP, Git, SQLite and system cleanup – installable via single curl + chmod.

Details

Toolset is a collection of standalone Bash utilities that streamline day-to-day DevOps and backend work on Linux servers.

  • dockex — Inspect, benchmark, backup/restore and safely clean Docker resources.
  • phpx — PHP version / extension manager with FPM & webserver helpers.
  • gitx — Opinionated Git workflow helper.
  • chromacat — Colour-aware cat for gradients, animations, boxes and banners.
  • sqlitex — Flag-driven SQLite admin for migrations/seeds/backups.
  • cleanx — Safe, modular disk & inode cleaner.
docker-tools logo

docker-tools

A lightweight multi-tool Docker image for SSL automation, vhost generation, Docker diagnostics and host notifications.

Details

docker-tools is an Alpine-based toolbox container built for local dev stacks and debugging workflows.

  • Auto-generates trusted local TLS via mkcert and scans vhost files for domain names.
  • Includes common diagnostics tools (curl, openssl, nmap, jq, sqlite, etc.)
  • Ships helpers like certify, mkhost, notify and notifierd.
docker-runner logo

docker-runner

Alpine-based Supervisor runner image with cron + logrotate worker loop and exec wrappers.

Details

docker-runner is a minimal “process runner” container that keeps long-running services clean and observable.

  • Runs Supervisor as PID 1 and manages crond + a periodic logrotate worker.
  • Includes dexe/pexe wrappers with TTY auto-detection.
  • Built-in HEALTHCHECK for Supervisor responsiveness.
docker-apache logo

docker-apache

Custom Apache image based on httpd:alpine with automated config updates for required modules/settings.

Details

docker-apache provides an Apache container intended for lightweight local environments and repeatable configs.

  • Based on httpd:alpine for a small footprint.
  • Automates enabling essential modules (proxy, SSL, rewrite, etc.).
docker-nginx logo

docker-nginx

Nginx image build repo (Dockerfile + scripts) for the Infocyph stack.

Details

docker-nginx is a build repository containing a Dockerfile and helper scripts for producing an Nginx image used in local stacks.

  • Contains a Dockerfile and a scripts/ directory for build/runtime helpers.
  • Kept minimal so you can pin versions and control behavior explicitly.
LocalDevStack logo

LocalDevStack

Docker-based local development environment with selectable service profiles, multi-domain HTTP/TLS routing and a single CLI (lds) for setup, domains, certificates and diagnostics.

Details

LocalDevStack is an opinionated, Docker-first local dev environment designed to keep multi-service projects consistent across machines.

  • Selectable modules — enable only what you need via Compose profiles (MySQL, MariaDB, PostgreSQL, MongoDB, Redis, Elasticsearch, etc.).
  • Multi-domain routing — one HTTP load balancer for multiple domains with simple vhost management.
  • Local HTTPS — root CA workflow for trusted local TLS (Linux trust store / Windows user store).
  • One CLIlds for setup, profiles, domains, certs, stack lifecycle, and doctor diagnostics.
Scriptomatic logo

Scriptomatic

Script store!

Details

Scriptomatic is a curated script repository — a home for small, reusable automation helpers.

  • Useful for collecting team scripts without turning them into heavyweight projects.
Epicrypt logo

Epicrypt

SafeGuard (WIP) cryptography-focused PHP project with planned primitives (e.g., secretstream, ristretto, KDF/KX).

Details

Epicrypt (SafeGuard) is a crypto-focused PHP project in progress, tracking a roadmap of modern primitives and secure building blocks.

  • Currently marked as pending with planned areas like KDF/KX and secretstream-style encryption.
  • Kept as a dedicated space for auditable, security-first implementations.
TalkingBytes logo

TalkingBytes

PHP project (repo present; description not set on GitHub).

Details

TalkingBytes is a small PHP project repository (currently without a public GitHub description).

  • Good fit for experimental utilities or focused modules as the scope becomes clearer.