laraantunes / hood-core
The standalone core of Hood Framework.
0.0.1
2019-07-19 00:30 UTC
Requires
- ext-pdo: *
- crysalead/box: *
- crysalead/inflector: *
- crysalead/net: *
- crysalead/router: *
- deployer/deployer: *
- maycow/validare: *
- monolog/monolog: *
- philipp15b/php-i18n: *
- robmorgan/phinx: *
- symfony/yaml: *
- usmanhalalit/pixie: *
- usmanhalalit/strana: *
- vlucas/phpdotenv: *
Requires (Dev)
- cebe/markdown: ~1.2.0
- filp/whoops: *
- kint-php/kint: *
- mockery/mockery: *
- phpunit/phpunit: *
This package is auto-updated.
Last update: 2025-03-11 05:12:16 UTC
README
Hood-Core
The standalone core of Hood Framework, the PHP Framework for good aim archers and agile rogues.
You can import this library with any framework and use it's features as you want!
Installation
composer require laraantunes/hood-core
You'll need to configure the paths for Hood's configuration:
use Hood\Config\Config; Config::setPaths([ 'CONFIG_PATH' => __DIR__.DIRECTORY_SEPARATOR, 'HOME_PATH' => __DIR__.DIRECTORY_SEPARATOR, ]);
Now you can use all the Hood's features, as ORM, Query Builder and Routing library.