PHPackages                             wdevs/laravel-valueserp - 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-valueserp

ActiveLibrary[API Development](/categories/api)

wdevs/laravel-valueserp
=======================

Easily work with the Valueserp API in a Laravel application.

1.0(4y ago)031MITPHPPHP ^7.4

Since Oct 28Pushed 4y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Valueserp Laravel API Client
============================

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

Laravel package for the [Valueserp](https://www.valueserp.com/docs/search-api/overview) API.

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

[](#getting-started)

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

```
composer require wdevs/laravel-valueserp
```

Optional: publish the config files with the following command:

```
php artisan vendor:publish --provider="WDevs\LaravelValueserp\Providers\LaravelValueserpServiceProvider"
```

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

```
VALUESERP_API_KEY="YOURAPIKEY"
```

### Prerequisites

[](#prerequisites)

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

### Installing

[](#installing)

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

Something like this:

```
$client = new LaravelValueserp();

```

And call the desired endpoint

```
$client->search()->searchFor('bitcoin');

```

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!!!!

- VALUESERP\_API\_KEY: A valid Valueserp API key

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

Run the tests in the Tests directory with PHPUnit.

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

[](#built-with)

- [Valueserp](https://valueserp.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

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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

1656d 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 (1 commits)")

---

Tags

laravel-valueserpwijnberg.dev

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[skagarwal/google-places-api

Google Places Api

1913.0M8](/packages/skagarwal-google-places-api)[dcblogdev/laravel-microsoft-graph

A Laravel Microsoft Graph API (Office365) package

168285.5k1](/packages/dcblogdev-laravel-microsoft-graph)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[jasara/php-amzn-selling-partner-api

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

1344.8k1](/packages/jasara-php-amzn-selling-partner-api)[grantholle/powerschool-api

A Laravel package to make interacting with PowerSchool less painful.

1715.6k1](/packages/grantholle-powerschool-api)

PHPackages © 2026

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