gam6itko/spiral-sypex-geo-bridge

sypex-geo bridge for spiral framework

0.2.0 2023-11-16 11:01 UTC

This package is not auto-updated.

Last update: 2024-04-18 13:24:42 UTC


README

sypex-geo bridge for Spiral framework. Provides DI \Sypex\Geo singleton

composer require gam6itko/spiral-sypex-geo-bridge

Config

# config/sypexGeo.php

return [
    'filepath' => directory('root').'SxGeo.dat',
    'mode' => \Sypex\Mode::MEMORY
];

Commands turn on

// tokenizer.php

return [
    'debug' => env('DEBUG'),
    'directories' => [
        // ...
        "$vendor/gam6itko/spiral-sypex-geo-bridge/src",
    ]
];