38 lines
886 B
JSON
38 lines
886 B
JSON
{
|
|
"name": "glushkovds/phpclickhouse-laravel",
|
|
"description": "Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel",
|
|
"keywords": [
|
|
"php",
|
|
"laravel",
|
|
"clickhouse"
|
|
],
|
|
"homepage": "https://github.com/glushkovds/phpClickHouse-laravel",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Denis Glushkov",
|
|
"email": "amkarovec@gmail.com",
|
|
"homepage": "https://github.com/glushkovds"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1.0|>=8.0",
|
|
"smi2/phpclickhouse": "^1.4.2",
|
|
"the-tinderbox/clickhouse-builder": "^6.0",
|
|
"illuminate/support": "^7.0|^8.0|^9.0",
|
|
"illuminate/database": "^7.0|^8.0|^9.0"
|
|
},
|
|
"require-dev": {
|
|
"laravel/framework": "^9.0",
|
|
"phpunit/phpunit": "^9"
|
|
},
|
|
"suggest": {
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PhpClickHouseLaravel\\": "src/"
|
|
}
|
|
}
|
|
}
|