Skip to content
forked from workbunny/php-orc

🐇PHP library for reading and writing Apache ORC file format. It uses the swoole/phpy extension to call the Python module PyORC for implementation.

License

Notifications You must be signed in to change notification settings

Tinywan/php-orc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-orc

🐇 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查看帮助

使用

About

🐇PHP library for reading and writing Apache ORC file format. It uses the swoole/phpy extension to call the Python module PyORC for implementation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 98.9%
  • Python 1.1%