atsanna / codeigniter4-spatial
支持 CodeIgniter 4.2.x 的空间数据类型和函数
dev-main
2022-08-05 06:50 UTC
Requires
- php: ^7.4 || ^8.0
- ext-json: *
- codeigniter4/framework: ^4.2
- codeigniter4/settings: ^2.0
- codeigniter4/shield: dev-develop
- components/font-awesome: ^6.1
- league/commonmark: ^2.0
- roave/security-advisories: dev-latest
- spatie/commonmark-highlighter: ^3.0
Requires (Dev)
- codeigniter/coding-standard: ^1.1
- fakerphp/faker: ^1.9
- mikey179/vfsstream: ^1.6
- nexusphp/cs-config: ^3.1
- nexusphp/tachycardia: ^1.0
- phpstan/phpstan: ^1.1
- phpunit/phpunit: ^9.1
- psr/container: ^2.0
- qossmic/deptrac-shim: ^0.23.0
- rector/rector: ^0.13.5
- symfony/filesystem: ^5.4
- vimeo/psalm: ^4.23
Suggests
- ext-fileinfo: Improves mime type detection for files
This package is auto-updated.
Last update: 2024-09-10 20:25:07 UTC
README
这是一个为 CodeIgniter 4.2.x 扩展,以支持空间数据类型和函数。
警告:这是一个非功能性的实验版本
示例配置
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,
];