conia / core
Conia Core Web Framework
dev-main
2024-01-23 20:40 UTC
Requires
- php: >=8.3
- conia/cli: dev-main
- conia/registry: dev-main
- conia/route: dev-main
- laminas/laminas-httphandlerrunner: ^2.4
- psr/http-factory: ^1.0
- psr/http-message-implementation: ^1.0
Requires (Dev)
- conia/development: ^1.0
- dealerdirect/phpcodesniffer-composer-installer: ^1.0
- ernst/coverlyzer: ^0.1.1
- guzzlehttp/psr7: ^2
- laminas/laminas-diactoros: ^2 || ^3
- nyholm/psr7: ^1.5
- nyholm/psr7-server: ^1
- phpunit/phpunit: ^10
- vimeo/psalm: ^5.20.0
This package is auto-updated.
Last update: 2024-10-23 23:05:59 UTC
README
Conia Core is a lightweight and easily extendable >=PHP 8.3 web framework.
Warning
This library is under active development, some of its features are still experimental and subject to change. Large parts of the documentation are missing.
It features:
- Http Routing.
- An autowiring container used for automatic dependency injection.
- Middleware.
- Convenience wrappers for PSR request, response and middleware.
- Logging.
Supported PSRs:
- PSR-3 Logger Interface
- PSR-4 Autoloading
- PSR-7 Http Messages (Request, Response, Stream, and so on.)
- PSR-11 Container Interface
- PSR-12 Extended Coding Style
- PSR-15 Http Middleware
- PSR-17 Http Factories
Incomplete documentation can be found on the website: conia.dev/core
License
Conia Core is released under the MIT license.
Copyright © 2024 ebene fünf GmbH. All rights reserved.