atsanna/codeigniter4-spatial

Spatial data types and functions support for CodeIgniter 4.2.x

Fund package maintenance!
Other

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 3

Type:project

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,
    ];