PHPackages                             wdevs/laravel-zenserp - 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. [API Development](/categories/api)
4. /
5. wdevs/laravel-zenserp

ActiveLibrary[API Development](/categories/api)

wdevs/laravel-zenserp
=====================

Easily work with the Zenserp API in a Laravel application.

1.2(5y ago)116MITPHPPHP ^7.3CI failing

Since Oct 2Pushed 4y agoCompare

[ Source](https://github.com/Paulsky/laravel-zenserp)[ Packagist](https://packagist.org/packages/wdevs/laravel-zenserp)[ Docs](https://github.com/Paulsky/laravel-zenserp)[ RSS](/packages/wdevs-laravel-zenserp/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (3)Used By (0)

DEPRECATED | NOT MAINTAINED ANYMORE
===================================

[](#deprecated--not-maintained-anymore)

Zenserp Laravel API Client
==========================

[](#zenserp-laravel-api-client)

Laravel package for the [Zenserp](https://zenserp.com/documentation) API.

Getting Started
---------------

[](#getting-started)

Run the following command to install this package into your project.

```
composer require wdevs/laravel-zenserp
```

Optional: publish the config files with the following command:

```
php artisan vendor:publish --provider="WDevs\LaravelZenserp\Providers\LaravelZenserpServiceProvider"
```

Set the environment variables in your .env file like this:

```
ZENSERP_API_KEY="YOURAPIKEY"
```

### Prerequisites

[](#prerequisites)

You will need Composer to install this package and a valid Zenserp API key.

### Installing

[](#installing)

After installing this package with Composer, create a new Zenserp instance. And set the your Zenserp API key in your env file.

Something like this:

```
$client = new LaravelZenserp();

```

And call the desired endpoint

```
$client->search()->searchFor('Pied Piper');

```

The current implemented endpoints are:

- GET /search

Documentation for the available parameters can be found here:

Running the tests
-----------------

[](#running-the-tests)

Copy the phpunit.xml.dist and rename it to phpunit.xml. Set the env variables in the phpunit.xml files.

PLEASE NOTE: running the tests will cost you credits!!!!

- ZENSERP\_API\_KEY: A valid Zenserp API key

Please see the phpunit.xml.dist for the template.

Run the tests in the Tests directory with PHPUnit.

Built With
----------

[](#built-with)

- [Zenserp](https://zenserp.com) - For the API
- [PHPUnit](https://github.com/sebastianbergmann/phpunit/) - Test Framework
- [Laravel](https://github.com/laravel/framework) - Package Framework
- [Laravel Package Boilerplate](https://laravelpackageboilerplate.com) - For boiler template this package

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

### Contributing

[](#contributing)

Please help us to develop this package. Every input and/or feedback is really appreciated! Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email us instead of using the issue tracker.

### Credits

[](#credits)

- [All Contributors](../../contributors)

### License

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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

Every ~20 days

Total

2

Last Release

2079d ago

### Community

Maintainers

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

---

Top Contributors

[![Paulsky](https://avatars.githubusercontent.com/u/9481318?v=4)](https://github.com/Paulsky "Paulsky (5 commits)")

---

Tags

wijnberg.devlaravel-zenserp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wdevs-laravel-zenserp/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.7k1](/packages/jasara-php-amzn-selling-partner-api)

PHPackages © 2026

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