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

ActiveLibrary[API Development](/categories/api)

wdevs/laravel-avesapi
=====================

Easily work with the Avesapi API in a Laravel application.

1.3(1y ago)057MITPHPPHP ^8.0|^8.1|^8.2

Since Nov 1Pushed 1y ago1 watchersCompare

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

READMEChangelog (4)Dependencies (4)Versions (5)Used By (0)

Avesapi Laravel API Client
==========================

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

Laravel package for the [Avesapi](https://docs.avesapi.com/) API.

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

[](#getting-started)

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

```
composer require wdevs/laravel-avesapi
```

Optional: publish the config files with the following command:

```
php artisan vendor:publish --provider="WDevs\LaravelAvesapi\Providers\LaravelAvesapiServiceProvider"
```

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

```
AVESAPI_API_KEY="YOURAPIKEY"
```

### Prerequisites

[](#prerequisites)

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

### Installing

[](#installing)

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

Something like this:

```
$client = new LaravelAvesapi();

```

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

- AVESAPI\_API\_KEY: A valid Avesapi API key

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

Run the tests in the Tests directory with PHPUnit.

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

[](#built-with)

- [Avesapi](https://avesapi.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

32

—

LowBetter than 72% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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 ~353 days

Total

4

Last Release

597d ago

PHP version history (4 changes)1.0PHP ^7.4

1.1PHP ^8.0

1.2PHP ^8.0|^8.1

1.3PHP ^8.0|^8.1|^8.2

### 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 (4 commits)")

---

Tags

wijnberg.devlaravel-avesapi

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  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)
