Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T17:03:53.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T08:23:05.199Z (about 2 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
[![CodeIgniter 4.2.x](https://img.shields.io/badge/CodeIgniter-4.2.x-orange.svg)](https://codeigniter.com/)
[![Unit Tests](https://github.com/atsanna/codeigniter4-spatial/workflows/PHPUnit/badge.svg)](https://github.com/atsanna/codeigniter4-spatial/actions/workflows/phpunit.yml)
[![Static Analysis](https://github.com/atsanna/codeigniter4-spatial/workflows/PHPStan/badge.svg)](https://github.com/atsanna/codeigniter4-spatial/actions/workflows/phpstan.yml)
[![Architecture](https://github.com/atsanna/codeigniter4-spatial/workflows/Deptrac/badge.svg)](https://github.com/atsanna/codeigniter4-spatial/actions/workflows/deptrac.yml)
[![Coverage Status](https://coveralls.io/repos/github/atsanna/codeigniter4-spatial/badge.svg?branch=main)](https://coveralls.io/github/atsanna/codeigniter4-spatial?branch=main)
[![GitHub license](https://img.shields.io/github/license/atsanna/codeigniter4-spatial)](https://github.com/atsanna/codeigniter4-spatial/blob/main/LICENSE)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](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,
];
```