laraantunes/hood-core

The standalone core of Hood Framework.

0.0.1 2019-07-19 00:30 UTC

This package is auto-updated.

Last update: 2024-04-11 03:00:49 UTC


README

Hood

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.