gam6itko / spiral-sypex-geo-bridge
sypex-geo bridge for spiral framework
0.3.0
2024-05-14 16:51 UTC
Requires
- php: ^8.0
- sypex/geo: ^0.3
Requires (Dev)
- nyholm/psr7: ^1.5
- spiral/framework: ^3.0
This package is not auto-updated.
Last update: 2024-11-12 21:20:47 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", ] ];