Skip to content

🔥 Codeigniter 4 package to work with spatial data types and functions.

License

Notifications You must be signed in to change notification settings

atsanna/codeigniter4-spatial

Repository files navigation

codeigniter4-spatial

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

About

🔥 Codeigniter 4 package to work with spatial data types and functions.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages