Download the PHP package copyleaks/php-plagiarism-checker without Composer
On this page you can find all versions of the php package copyleaks/php-plagiarism-checker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download copyleaks/php-plagiarism-checker
More information about copyleaks/php-plagiarism-checker
Files in copyleaks/php-plagiarism-checker
Package php-plagiarism-checker
Short Description Copyleaks detects online plagiarism and checks content distribution. Use Copyleaks to find out if textual content is original and where it has been used before. This package shows how to integrate with the Copyleaks cloud to search for copyright infringement.
License MIT
Homepage https://api.copyleaks.com
Informations about the package php-plagiarism-checker
Copyleaks PHP SDK
Copyleaks SDK is a simple framework that allows you to scan text for plagiarism and detect content distribution online, using the Copyleaks plagiarism checker cloud.
Using Copyleaks SDK you can check for plagiarism in:
- Online content and webpages
- Local and cloud files (see supported files)
- Free text
- OCR (Optical Character Recognition) - scanning pictures with textual content (see supported files)
Installation
Install using Packagist
Register and Get Your API Key
To use the Copyleaks API you need to first be a registered user. The registration to Copyleaks takes a minute and is free of charge. Signup and make sure to confirm your account.
As a signed user you can generate your personal API key. Do so on your dashboard home under 'API Access Credentials'.
For more information check out our API guide.
Usage
-
(Option) To change the Identity server URI (default:"https://id.copyleaks.com"):
- (Option) To change the API server URI (default:"https://api.copyleaks.com"):
Demo
See demo.php under demo folder for an example.