Skip to content
Igor Sazonov edited this page Feb 4, 2026 · 1 revision

Welcome to the Marketstack PHP SDK Wiki!

This Wiki provides comprehensive documentation for the Marketstack PHP SDK, a modern, fluent, and easy-to-use PHP/Laravel package for interacting with the Marketstack API.

Whether you're building a sophisticated trading platform, a personal portfolio tracker, or a financial data analysis tool, this SDK provides the features and flexibility you need to get the job done.

Quick Links

  • Installation: Get started by installing the package and configuring your environment.
  • Quick Start: See basic usage examples and make your first API call in minutes.
  • API Reference: Explore the full list of available methods and parameters.
  • Examples: Discover advanced use cases and real-world examples.

Core Features

Feature Description
Fluent Interface An elegant, chainable API for building expressive and readable queries.
Laravel Integration Seamless integration with Laravel, including a service provider, facade, and automatic configuration.
Type-Safe DTOs Modern, read-only DTOs for all API responses, providing autocompletion and preventing common errors.
Comprehensive Tests A full suite of tests ensures reliability and makes it easy to contribute with confidence.
Global Data Access real-time, intraday, and historical data from over 125,000 tickers across 72+ global exchanges.
Flexible Responses Choose the response format that best suits your needs: Collections, DTOs, JSON, or a raw HTTP response.

Getting Started

To get started, head over to the Installation page to set up the package. If you're ready to dive into the code, the Quick Start guide will walk you through your first API calls.

Clone this wiki locally