Download the PHP package doppar/framework without Composer
On this page you can find all versions of the php package doppar/framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download doppar/framework
More information about doppar/framework
Files in doppar/framework
Package framework
Short Description The Doppar Framework
License MIT
Homepage https://doppar.com
Rated 5.00 based on 1 reviews
Informations about the package framework
About Doppar
The high-performance, minimalist PHP framework for developers who need raw speed and are willing to build their own application layer
Note: This repository contains the core code of the Doppar framework. If you want to build an application using Doppar, visit the main Doppar repository.
1. Performance & Lightweight Architecture
- Minimal overhead: Core stripped of third-party dependencies → lightning-fast performance with minimal bloat.
- JIT compilation for Blade templates: Optimizations include:
- Whitespace reduction
- Echo consolidation
- Loop simplification
- Inline small views
- Lazy-loading components
2. Modern, Modular Design
- Inspired by Laravel’s syntax but built on Symfony’s solid foundation.
- Encourages feature-based development structure → promotes organization and scalability.
- Includes robust features out of the box:
- Routing
- Middleware
- Service container
- Validation
- ORM
- Caching
- API authentication
- Rate limiting
- CLI tooling
3. Security and API-readiness
-
Built-in security features:
- CSRF protection
- Input validation
- Encryption utilities
- Header-based authentication
- Throttling & middleware-driven rate limiting
- Strong API-first focus:
- JSON-first controllers
- Built-in rate limiting
- API authentication with Flarion
- Standardized JSON responses
4. Extensibility & Package Architecture
- Modular package system with:
- Routes
- Migrations
- Views
- Service providers
- Improves adaptability, reusability, and scalability.
- Service providers handle setup and bootstrapping → clean separation of concerns, ideal for large/complex applications.
5. Production Readiness
- Optimization tools for live environments:
- Route caching
- View caching
- Config caching
- Middleware support for HTTP caching (e.g., ETags) → improves client-side performance and reduces server load.
Whether you're a seasoned PHP developer or just diving in, Doppar makes it easy to build powerful applications quickly and cleanly.
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.
All versions of framework with dependencies
dragonmantank/cron-expression Version ^3.4
monolog/monolog Version ^3.0
nesbot/carbon Version ^3.8
phpmailer/phpmailer Version ^6.9
psr/simple-cache Version ^3.0
ramsey/collection Version ^2.1
symfony/cache Version ^7.2
symfony/console Version ^7.2
symfony/process Version ^7.2
symfony/var-dumper Version ^7.1
vlucas/phpdotenv Version ^5.5
paragonie/constant_time_encoding Version ^3.0
spomky-labs/otphp Version ^11.3
chillerlan/php-qrcode Version ^5.0