Skip to content
@doppar

Doppar

Doppar is a modern, performance-oriented PHP framework designed to provide high speed and minimalist architecture while maintaining elegant syntax

Doppar isn't one package pretending to be a framework. It's a core plus a set of first-party packages — queue, search, auth, HTTP, process orchestration — released together, tested together, and built to the same standard. You don't assemble a Doppar app from unrelated third-party pieces; you pick the parts you need from one coherent set.

The ecosystem

Package What it does
Ai AI integration, wired into the framework's own conventions.
Queue Database-backed background jobs with process-isolated timeouts — a stuck job gets killed, not left to hang the worker.
Embeds Semantic search for your models. Locally-computed embeddings, no external API required.
Guard Authorization — gates and policies without wiring your own.
Flarion API authentication.
Oauthic Social login (OAuth) as a first-party package, not a community patchwork.
Orion External process orchestration — run shell commands individually, in concurrency-limited pools, or piped into pipelines.
Airbend Real-time broadcasting.
Bbloom Bloom filter implementations for probabilistic set membership testing.
Axios A modern HTTP client for outbound requests.
Notifier Notification delivery across channels.
Insight A profiling and debugging toolbar for local development.
Twig-bridge Twig templates, if you'd rather not use Doppar's own view engine.

Every package here is versioned and released alongside the core. Add what your app needs; the rest stays out of your composer.json.

Get started

Learn

Welcome to the official learning hub for the Doppar PHP Framework. Here you will find easy-to-follow tutorials, practical examples, and beginner-friendly guides designed to help you master Doppar. Watch Tutorial

Pinned Loading

  1. doppar doppar Public

    Doppar Framework Skeleton

    PHP 67 9

  2. framework framework Public

    The Doppar PHP Framework.

    PHP 42 10

  3. ai ai Public

    Seamless AI integration of Doppar

    PHP 6 2

  4. queue queue Public

    High-Performance Queue component of the Doppar

    PHP 5 1

  5. airbend airbend Public

    A WebSokcet component of Doppar

    PHP 3 1

  6. axios axios Public

    Doppar Axios provides powerful methods to fetch HTTP resources synchronously or asynchronously

    PHP 7 2

Repositories

Showing 10 of 19 repositories

Top languages

Loading…

Most used topics

Loading…