https://github.com/doppar/framework
The Doppar Framework.
https://github.com/doppar/framework
framework php
Last synced: about 1 month ago
JSON representation
The Doppar Framework.
- Host: GitHub
- URL: https://github.com/doppar/framework
- Owner: doppar
- License: mit
- Created: 2025-04-23T11:36:22.000Z (about 1 year ago)
- Default Branch: 3.x
- Last Pushed: 2026-04-30T06:39:24.000Z (about 1 month ago)
- Last Synced: 2026-04-30T08:08:55.104Z (about 1 month ago)
- Topics: framework, php
- Language: PHP
- Homepage: https://doppar.com/docs
- Size: 2.37 MB
- Stars: 39
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
## About Doppar
Most PHP frameworks make you negotiate. You get expressiveness, but you pay in performance. You get speed, but you inherit complexity. Doppar ends that negotiation.
Every layer of the framework — from routing to data access — is engineered for both beauty and throughput simultaneously. Repeated executions are memoized intelligently. Dependencies are minimal by design. The result is a framework that reads like prose and runs like a machine.
Write code you're proud of. Ship software that holds up. Whether you're a seasoned PHP developer or just diving in, Doppar makes it easy to build powerful applications quickly and cleanly.
> This repository contains the Doppar framework core. To build an application with Doppar, use the main [Doppar repository](https://github.com/doppar/doppar).
## Contributing
Thank you for considering contributing to the Doppar framework! The contribution guide can be found in the [Doppar documentation](https://doppar.com/versions/3.x/contributions.html).
## Code of Conduct
In order to ensure that the Doppar community is welcoming to all, please review and abide by the [Code of Conduct](https://doppar.com/versions/3.x/contributions.html#code-of-conduct).
## Security Vulnerabilities
Please review [our security policy](https://github.com/doppar/framework/security/policy) on how to report security vulnerabilities.
## License
The Doppar framework is open-sourced software licensed under the [MIT license](LICENSE.md).