Search by

doppar / framework

techmahedyrrr63doppar

The Doppar Framework

Package info

github.com/doppar/framework

Homepage

Type:package

pkg:composer/doppar/framework

Statistics

Installs: 13 280

Dependents: 12

Suggesters: 0

Stars: 41

Open Issues: 1

v4.0.1 2026-09-20 16:45 UTC

This package is auto-updated.

Last update: 2026-09-20 16:46:02 UTC


README

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.
doppar/bloom 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

Contributing

Thank you for considering contributing to the Doppar framework! The contribution guide can be found in the Doppar documentation.

Code of Conduct

In order to ensure that the Doppar community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

The Doppar framework is open-sourced software licensed under the MIT license.