org_heigl / lingulab
PHP-Connector to the LinguLab-API
Installs: 94
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:lib
Requires
- php: ^7.0
- ext-soap: *
Requires (Dev)
- phpunit/phpunit: ^6.0
This package is auto-updated.
Last update: 2024-10-23 10:06:40 UTC
README
is a german service provider for quality-measurements of copytexts.
They have an API that is based on SOAP.
This library tries to wrap that interface and allows you to easily integrate the API into your PHP-based projects.
Installation
This library is beast installed via composer:
composer require org_heigl/lingulab
Usage
$lingulab = new Lingulab( $your_lingulab_username, $your_lingulab_password ); $quality = $lingulab->processText($text);