horizom / core
Horizom Core 包。
5.0.0
2024-03-09 20:04 UTC
Requires
- php: ^8.0
- ext-mbstring: *
- ext-openssl: *
- horizom/dispatcher: ^3.0
- http-interop/http-factory-guzzle: ^1.0
- illuminate/collections: ^8.0
- illuminate/config: ^8.0
- illuminate/container: ^8.0
- illuminate/contracts: ^8.0
- illuminate/support: ^8.0
- illuminate/view: ^8.0
- middlewares/utils: ^3.2
- nyholm/psr7: ^1.5
- php-di/invoker: ^2.1
- php-di/php-di: ^6.0
- psr/container: ^1.0
- psr/http-factory: ^1.0
- psr/http-message: ^1.0
- psr/http-server-handler: ^1.0
- spatie/ignition: ^1.12
- vlucas/phpdotenv: ^5.3
Requires (Dev)
- phpunit/phpunit: ^9.0
- symfony/var-dumper: ^6.4
README
关于 Horizom
注意: 该仓库包含 Horizom 框架的核心代码。如果您想使用 Horizom 构建应用程序,请访问主 Horizom 仓库。
安装
composer require horizom/core
用法
use Horizom\Core\App; $app = new App(); $app->run();
许可证
Horizom Core 是开源软件,许可协议为 MIT 许可证。