PHPackages                             finazon/finazon-grpc-php - 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. finazon/finazon-grpc-php

ActiveLibrary[API Development](/categories/api)

finazon/finazon-grpc-php
========================

Finazon gRPC client library for PHP

v1.2.1(1y ago)07MITPHPPHP ^7.4|^8.0

Since Mar 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/finazon-io/finazon-grpc-php)[ Packagist](https://packagist.org/packages/finazon/finazon-grpc-php)[ Docs](https://finazon.io/)[ RSS](/packages/finazon-finazon-grpc-php/feed)WikiDiscussions main Synced 1mo ago

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

Finazon PHP gRPC Client
=======================

[](#finazon-php-grpc-client)

This is the official PHP library for Finazon, offering access to:

- Lists of datasets, publishers, markets, and tickers.
- Market data: ticker snapshots, time series, trades, and technical indicators.
- Data from specific datasets such as Benzinga, Binance, Crypto, Forex, SEC, and SIP.

🔑 **API key** is essential. If you haven't got one yet, [sign up here](https://finazon.io/).

Requirements
------------

[](#requirements)

Ensure you have PHP 7.4 or later.

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

[](#installation)

[Install gRPC for PHP](https://cloud.google.com/php/grpc)

Add package using [Composer](https://getcomposer.org/)

```
composer require finazon/finazon-grpc-php

```

🔗 View the package on [Packagist](https://packagist.org/packages/finazon/finazon-grpc-php).

Updating to last version
------------------------

[](#updating-to-last-version)

```
composer update finazon/finazon-grpc-php
```

Quick start
-----------

[](#quick-start)

### 1. Set up a new project

[](#1-set-up-a-new-project)

```
mkdir hello-finazon && cd hello-finazon
```

```
composer init --name="example/hello-finazon" --no-interaction
```

```
composer require finazon/finazon-grpc-php
```

### 2. Create `time_series.php` script

[](#2-create-time_seriesphp-script)

```
