PHPackages                             indices-api/sdk - 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. indices-api/sdk

ActiveLibrary

indices-api/sdk
===============

Official PHP client for the Indices-API.

00PHP

Since Feb 12Pushed 3mo agoCompare

[ Source](https://github.com/Zyla-Labs/indices-php-sdk)[ Packagist](https://packagist.org/packages/indices-api/sdk)[ RSS](/packages/indices-api-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Indices-API PHP SDK
===================

[](#indices-api-php-sdk)

Official PHP SDK for Indices-API – the ultimate API for accessing comprehensive and accurate real-time and historical rates on a wide range of financial indices.

Indices-API supports many index symbols with frequent updates (depending on your plan). Start a 7‑day free trial and cancel anytime.

Key Features
------------

[](#key-features)

- **Built for PHP developers**: Simple, object-oriented API designed for modern PHP (&gt;= 8.0).
- **Robust JSON API**: Thin, predictable wrapper over the Indices-API JSON endpoints.
- **Top-tier security**: Your API key is sent over HTTPS to trusted, enterprise-grade infrastructure.
- **Reliable data sources**: Data aggregated from reputable financial and market data providers.
- **Flexible integration**: Works in any PHP app or framework (Laravel, Symfony, Slim, etc.).
- **Historical data access**: Query historical and time-series data for deeper analysis.
- **Exceptional accuracy**: Real-time and historical index data with high precision.
- **User-friendly documentation**: See the full API docs at `https://indices-api.com/documentation`.
- **Specialized support**: Dedicated support team to help with integration and use-cases.

Supported Indices
-----------------

[](#supported-indices)

Indices-API covers a wide range of instruments, including (examples):

- **Equity indices**: S&amp;P 500, Nasdaq 100, Dow Jones, FTSE 100, and more.
- **Regional indices**: European, Asian, and emerging market indices.
- **Sector indices**: Technology, financials, energy, and other sector-based benchmarks.

You can find the full, always up-to-date list of supported symbols in the **Supported Indices** section of the official documentation.

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

[](#installation)

Install the SDK via Composer:

```
composer require indices-api/sdk
```

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

[](#getting-started)

First, sign up at `https://indices-api.com` to get your API key and some free credits.

### Basic Usage

[](#basic-usage)

```
