horizom / core
The Horizom Core package.
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
About Horizom
Note: This repository contains the core code of the Horizom framework. If you want to build an application using Horizom, visit the main Horizom repository.
Installation
composer require horizom/core
Usage
use Horizom\Core\App; $app = new App(); $app->run();
License
Horizom Core is open-sourced software licensed under the MIT license.