Skip to content

Releases: tigusigalpa/marketstack-php

v1.0.0

31 Jan 10:19

Choose a tag to compare

Release Notes - v1.0.0

Release Date: January 31, 2026

🎉 Initial Release

First stable release of Marketstack PHP/Laravel SDK - a modern package for accessing stock market data through the Marketstack API.

✨ Features

Core Functionality

  • Fluent API Interface - Chainable methods for clean, expressive code
  • Laravel Integration - Native service provider, facade, and configuration
  • Type-Safe DTOs - Strongly typed data transfer objects for all responses
  • PSR-12 Compliant - Modern PHP 8.1+ with strict coding standards

Supported Endpoints

  • EOD Data - Historical end-of-day stock prices with date ranges
  • Intraday Data - Real-time stock prices with 1min to 1hour intervals
  • Tickers - Search and retrieve 125,000+ stock symbols
  • Exchanges - Access 72+ global stock exchanges
  • Currencies - Multi-currency support
  • Timezones - Timezone information for exchanges

Developer Tools

  • Multiple Response Formats - Collections, DTOs, JSON, or raw HTTP
  • Comprehensive Tests - Full test coverage with Pest PHP
  • Error Handling - Custom exceptions with detailed messages
  • Debug Mode - URL building for troubleshooting
  • Pagination - Limit/offset support for large datasets

📦 Installation

composer require tigusigalpa/marketstack-php

📋 Requirements

  • PHP 8.1+
  • Laravel 10.x or 11.x
  • Marketstack API key

🔗 Resources