A PHP Wrapper for OpenRefine API.
The reason I started developing a new PHP Client is that none of the OpenRefine batch processing libraries use either latest OpenRefine or reliably work.
Build and tested with OpenRefine 2.6 RC2, distributed via Packagist.
API documentation is deployed here.
Requirements:
- Docker Engine
~1.10.0
- Docker Compose
~1.6.0
Application is prepared for run in container, you can start development same way:
- Clone this repository:
git clone https://github.com/keboola/openrefine-php-client
- Change directory:
cd openrefine-php-client
- Build services:
docker-compose build
- Run tests
docker-compose run --rm dev composer ci
MIT. See license file.