atsanna/codeigniter4-spatial

Spatial data types and functions support for CodeIgniter 4.2.x

Maintainers

Package info

github.com/atsanna/codeigniter4-spatial

Forum

Type:project

pkg:composer/atsanna/codeigniter4-spatial

Fund package maintenance!

Other

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 3

dev-main 2022-08-05 06:50 UTC

README

CodeIgniter 4.2.x Unit Tests Static Analysis Architecture Coverage Status GitHub license contributions welcome

This is an extension for CodeIgniter 4.2.x to work with spatial data types and functions.

Warning: this is a non-functional experimental version

example configuration

    public $default = [
        'DSN'      => '',
        'hostname' => 'localhost',
        'username' => '',
        'password' => '',
        'database' => '',
        'DBDriver' => '\atsanna\Spatial\Postgre',
        'DBPrefix' => '',
        'pConnect' => false,
        'DBDebug'  => (ENVIRONMENT !== 'production'),
        'charset'  => 'utf8',
        'DBCollat' => 'utf8_general_ci',
        'swapPre'  => '',
        'encrypt'  => false,
        'compress' => false,
        'strictOn' => false,
        'failover' => [],
        'port'     => 5432,
    ];