🐇 PHP library for reading and writing Apache ORC file format. It uses the swoole/phpy extension to call the Python module PyORC for implementation.
- 通过
swoole/PHPy
内联调用python/pyorc
实现对ORC格式文件的读写
-
安装composer包
composer require workbunny/php-orc
-
安装Python
自行安装 或 通过
.vendor/bin/php-orc install:python
安装,--help
查看帮助 -
安装
PHPy
拓展自行安装 或 通过
.vendor/bin/php-orc install:phpy
安装,--help
查看帮助 -
安装
pyorc
模块自行安装 或 通过
.vendor/bin/php-orc install:pyorc
安装,--help
查看帮助