Skip to content
@thesignalforge

Signalforge

A minimalist PHP framework built for fun (and to prove a point about simplicity).

Signalforge

A minimalist PHP framework built as an AI collaboration experiment.

The experiment: What happens when you give an AI complete architectural context and concrete tasks? Turns out: it writes code really, really fast.

What we're building:

  • Explicit over magic – no mystery methods or auto-discovery
  • Action-based routing – one endpoint, one purpose-built class
  • Performance-focused – sub-5ms boot, minimal memory
  • Close to zero vendor dependencies

This is me designing, Claude coding. A practical test of human-AI collaboration in software development.

Pinned Loading

  1. router router Public

    Fast PHP router in C. Radix trie instead of regex. Scales to thousands of routes without breaking a sweat.

    C 2

  2. keyshare keyshare Public

    PHP extension implementing Shamir's Secret Sharing with HMAC authenticated envelopes and SIMD optimized GF(256) arithmetic

    C

  3. terminal terminal Public

    C-based PHP extension for fast, interactive terminal UIs.

    C

Repositories

Showing 10 of 12 repositories
  • validation Public

    High-performance PHP C extension for input validation with regex caching, conditional rules, and wildcard support.

    thesignalforge/validation’s past year of commit activity
    C 0 0 0 0 Updated Apr 16, 2026
  • dotenv Public

    PHP C extension for dotenv parsing, supports multiline values, JSON values and encrypted values for secure sharing between developers

    thesignalforge/dotenv’s past year of commit activity
    C 0 MIT 0 0 0 Updated Apr 16, 2026
  • router Public

    Fast PHP router in C. Radix trie instead of regex. Scales to thousands of routes without breaking a sweat.

    thesignalforge/router’s past year of commit activity
    C 2 0 0 0 Updated Apr 16, 2026
  • keyshare Public

    PHP extension implementing Shamir's Secret Sharing with HMAC authenticated envelopes and SIMD optimized GF(256) arithmetic

    thesignalforge/keyshare’s past year of commit activity
    C 0 MIT 0 0 0 Updated Apr 16, 2026
  • http Public

    A native PHP extension implementing a high-performance PSR-7, PSR-17 and PSR-18 compliant HTTP request and response handling - direct HashTable access, zero-copy strings, and lazy evaluation.

    thesignalforge/http’s past year of commit activity
    C 0 MIT 0 0 0 Updated Apr 16, 2026
  • terminal Public

    C-based PHP extension for fast, interactive terminal UIs.

    thesignalforge/terminal’s past year of commit activity
    C 0 0 0 0 Updated Apr 16, 2026
  • container Public

    A native PHP extension implementing a high-performance Dependency Injection PSR-11 Container with autowiring, singletons, and contextual bindings.

    thesignalforge/container’s past year of commit activity
    C 2 MIT 0 0 0 Updated Feb 12, 2026
  • php-builds Public

    Pre-built PHP 8.4/8.5 Docker images with Signalforge C extensions

    thesignalforge/php-builds’s past year of commit activity
    Makefile 0 0 0 0 Updated Jan 12, 2026
  • validation-php Public

    PHP library for input validation

    thesignalforge/validation-php’s past year of commit activity
    PHP 0 0 0 0 Updated Dec 26, 2025
  • validation-typescript Public

    A TypeScript validation library for frontend input validation

    thesignalforge/validation-typescript’s past year of commit activity
    TypeScript 0 0 0 0 Updated Dec 26, 2025

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…