PHPackages                             copyleaks/php-plagiarism-checker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. copyleaks/php-plagiarism-checker

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

copyleaks/php-plagiarism-checker
================================

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.

v5.2.0(7mo ago)5066.4k↑66.7%26[1 PRs](https://github.com/Copyleaks/PHP-Plagiarism-Checker/pulls)MITPHPPHP &gt;=7.4.0

Since Apr 25Pushed 7mo ago8 watchersCompare

[ Source](https://github.com/Copyleaks/PHP-Plagiarism-Checker)[ Packagist](https://packagist.org/packages/copyleaks/php-plagiarism-checker)[ Docs](https://api.copyleaks.com)[ RSS](/packages/copyleaks-php-plagiarism-checker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)DependenciesVersions (35)Used By (0)

Copyleaks SDK
=============

[](#copyleaks-sdk)

The official [Copyleaks](https://copyleaks.com/) PHP library, supporting PHP versions &gt;=7.4.0.

🚀 Getting Started
-----------------

[](#-getting-started)

Before you start, ensure you have the following:

- An active Copyleaks account. If you don’t have one, [sign up for free](https://copyleaks.com/signup).
- You can find your API key on the [API Dashboard](https://api.copyleaks.com/dashboard).

Once you have your account and API key:

**Install the SDK**:

Install using [Packagist](https://packagist.org/packages/copyleaks/php-plagiarism-checker)

```
composer require copyleaks/php-plagiarism-checker
```

📚 Documentation
---------------

[](#-documentation)

To learn more about how to use Copyleaks API please check out our [Documentation](https://docs.copyleaks.com/resources/sdks/php/).

💡 Usage Examples
----------------

[](#-usage-examples)

Here are some common usage examples for the Copyleaks SDK. You can also see a comprehensive code example in the `demo.php` file on our GitHub repository: [demo.php](https://github.com/Copyleaks/PHP-Plagiarism-Checker/blob/master/demo/demo.php).

### Get Authentication Token

[](#get-authentication-token)

This example demonstrates how to log in to the Copyleaks API and obtain an authentication token.

```
