PHPackages                             atepam/laravel-alphavantage-client - 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. atepam/laravel-alphavantage-client

ActiveLibrary[API Development](/categories/api)

atepam/laravel-alphavantage-client
==================================

AlphaVantage Client for Laravel

0.1.5(1y ago)014MITPHPPHP ^8.1

Since Jul 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/atepam/laravel-alphavantage-client)[ Packagist](https://packagist.org/packages/atepam/laravel-alphavantage-client)[ RSS](/packages/atepam-laravel-alphavantage-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (7)Versions (10)Used By (0)

Alpha Vantage API Client for Laravel
====================================

[](#alpha-vantage-api-client-for-laravel)

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

[](#installation)

```
composer require atepam/laravel-alphavantage-client
```

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

[](#configuration)

```
php artisan vendor:publish --provider="Atepam\AlphavantageClient\Providers\LatestPriceClientProvider" --tag="config"
```

Services
========

[](#services)

Latest Price
------------

[](#latest-price)

### Usage

[](#usage)

Via facade

```
    $data = AVLatestPrice::getLatestPrice('IBM');
```

Or via DI container

```
