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

ActiveLibrary[API Development](/categories/api)

tallesairan/laravel-valueserp
=============================

Easily work with the Valueserp API in a Laravel application.

1.2(2y ago)06MITPHPPHP &gt;=7.4

Since Jul 19Pushed 2y agoCompare

[ Source](https://github.com/tallesairan/laravel-valueserp)[ Packagist](https://packagist.org/packages/tallesairan/laravel-valueserp)[ Docs](https://github.com/tallesairan/laravel-valueserp)[ RSS](/packages/tallesairan-laravel-valueserp/feed)WikiDiscussions master Synced 2d ago

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 tallesairan/laravel-valueserp
```

Optional: publish the config files with the following command:

```
php artisan vendor:publish --provider="Airan\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

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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

1082d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2424128?v=4)[Talles Airan](/maintainers/tallesairan)[@tallesairan](https://github.com/tallesairan)

---

Top Contributors

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

---

Tags

laravel-valueserptallesairan

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  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)[spatie/laravel-export

Create a static site bundle from a Laravel app

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

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.0k](/packages/simplestats-io-laravel-client)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[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)
