PHPackages                             marcosper/copyscape-laravel - 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. marcosper/copyscape-laravel

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

marcosper/copyscape-laravel
===========================

Copyscape service provider for Laravel 5

v1.0(6y ago)217MITPHPPHP &gt;=5.4

Since Jun 20Pushed 6y agoCompare

[ Source](https://github.com/MarcosPer/copyscape-laravel)[ Packagist](https://packagist.org/packages/marcosper/copyscape-laravel)[ RSS](/packages/marcosper-copyscape-laravel/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

CopyScape for Laravel 5
=======================

[](#copyscape-for-laravel-5)

[![Latest Version on Packagist](https://camo.githubusercontent.com/badb218ad5bf28858d8bd7e328ee0243618dba0495f003e6595d507b8242684d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6172636f737065722f636f707973636170652d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marcosper/copyscape-laravel)[![Software License](https://camo.githubusercontent.com/403b83d0c185207b9d46bbf3edcf1f8d984334c365e4053860f4e985597e5653/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d474e555f47504c76332d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

Introduction
------------

[](#introduction)

copyscape-laravel is a laravel 5 service provider to easily Copyscape premium API using [php-libCopyScape](https://github.com/MarcosPer/php-libCopyScape)

---

- [Installation](#installation)
- [Registering the Package](#registering-the-package)
- [Configuration](#configuration)
- [Usage](#usage)

Installation
------------

[](#installation)

Add copyscape-laravel to your composer.json file:

```
"require": {
  "marcosper/copyscape-laravel": "dev-master"
}

```

Use composer to install this package.

```
$ composer update

```

### Registering the Package

[](#registering-the-package)

Register the service provider within the `providers` array found in `config/app.php`:

```
'providers' => [
	// ...

	Marcosper\CopyscapeLaravel\CopyscapeServiceProvider::class,
]
```

Add an alias within the `aliases` array found in `config/app.php`:

```
'aliases' => [
	// ...

	'Copyscape'     => Marcosper\CopyscapeLaravel\Facades\Copyscape::class,
]
```

Configuration
-------------

[](#configuration)

Publish configuration file using artisan command

```
$ php artisan vendor:publish --provider="Marcosper\CopyscapeLaravel\CopyscapeServiceProvider"

```

Then in `.env` file add

```
COPYSCAPE_USER=copyscape_user
COPYSCAPE_KEY=copyscape_key
COPYSCAPE_SSL=false || true(for use systems cacert.pem) or route to use custom cacert.pem
COPYSCAPE_DEBUG=true

```

Usage
-----

[](#usage)

### Search for text on internet:

[](#search-for-text-on-internet)

```
//Search text with 10 full comparisons
$text = "Search if this text is plaigarism";
Copyscape::searchInternetText($text,10);
```

### Get credits of account:

[](#get-credits-of-account)

```
Copyscape::getCredits();
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2518d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fd70a3707a46cafbf6a9035fbba77fd2760546f72a1e88b4eeb9dcf53985fd30?d=identicon)[MarcosPer](/maintainers/MarcosPer)

---

Top Contributors

[![MarcosPer](https://avatars.githubusercontent.com/u/19536941?v=4)](https://github.com/MarcosPer "MarcosPer (9 commits)")

---

Tags

phplaravelplagiarismcopyscape

### Embed Badge

![Health badge](/badges/marcosper-copyscape-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/marcosper-copyscape-laravel/health.svg)](https://phpackages.com/packages/marcosper-copyscape-laravel)
```

###  Alternatives

[amranidev/laracombee

Recommendation system for laravel

11636.7k1](/packages/amranidev-laracombee)[salmanzafar/laravel-geocode

A Laravel Library to find Lat and Long of a given Specific Address

153.9k](/packages/salmanzafar-laravel-geocode)[wujunze/money-wrapper

MoneyPHP Wrapper

113.8k](/packages/wujunze-money-wrapper)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
