Skip to content

Changelog

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

Changelog

All notable changes to marketstack-php will be documented in this file.

[1.0.0] - 2026-01-31

Added

  • Initial release
  • Support for End-of-Day (EOD) data endpoint
  • Support for Intraday data endpoint
  • Support for Tickers endpoint
  • Support for Exchanges endpoint
  • Support for Currencies endpoint
  • Support for Timezones endpoint
  • Fluent interface for building API requests
  • Data Transfer Objects (DTOs) for type-safe responses
  • Laravel service provider and facade
  • Comprehensive test suite with Pest
  • Full PHPDoc documentation
  • PSR-12 compliant code
  • Configuration file with environment variable support
  • HTTP/HTTPS support (based on plan type)
  • Error handling with custom exceptions
  • Collection support for multiple results
  • Pagination support (limit/offset)
  • Sorting and filtering capabilities
  • Debug URL building

Clone this wiki locally