https://github.com/atsanna/codeigniter4-spatial
🔥 Codeigniter 4 package to work with spatial data types and functions.
https://github.com/atsanna/codeigniter4-spatial
Last synced: 3 months ago
JSON representation
🔥 Codeigniter 4 package to work with spatial data types and functions.
- Host: GitHub
- URL: https://github.com/atsanna/codeigniter4-spatial
- Owner: atsanna
- License: mit
- Created: 2022-06-19T11:28:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T17:03:53.000Z (over 2 years ago)
- Last Synced: 2025-02-11T13:22:07.613Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# codeigniter4-spatial
[](https://codeigniter.com/)
[](https://github.com/atsanna/codeigniter4-spatial/actions/workflows/phpunit.yml)
[](https://github.com/atsanna/codeigniter4-spatial/actions/workflows/phpstan.yml)
[](https://github.com/atsanna/codeigniter4-spatial/actions/workflows/deptrac.yml)
[](https://coveralls.io/github/atsanna/codeigniter4-spatial?branch=main)
[](https://github.com/atsanna/codeigniter4-spatial/blob/main/LICENSE)
[](https://github.com/atsanna/codeigniter4-spatial/pulls)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,
];
```