PHPackages                             wioex/php-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. [API Development](/categories/api)
4. /
5. wioex/php-sdk

ActiveLibrary[API Development](/categories/api)

wioex/php-sdk
=============

Official PHP SDK for WioEX Financial Data API - Professional client library for stocks, trading signals, news, currency, and financial market data

v2.16.0(2mo ago)145↓100%MITPHPPHP ^8.1CI failing

Since Oct 16Pushed 2mo agoCompare

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

READMEChangelogDependencies (7)Versions (28)Used By (0)

WioEX PHP SDK
=============

[](#wioex-php-sdk)

Official PHP SDK for **WioEX Financial Data API** - Enterprise-grade client library for accessing stocks, trading signals, news, currency, and financial market data.

[![PHP Version](https://camo.githubusercontent.com/0ac560a52499cdae50a5dd190ffe5138e0a91b13f51fcacdcc3620ab34f8d9b0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f77696f65782f7068702d73646b2e737667)](https://packagist.org/packages/wioex/php-sdk)[![Latest Version](https://camo.githubusercontent.com/1a3e243ab5818da57fe583d7ec5f328ffce9c986cdc03670c576af3a3bd903da/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f77696f65782f7068702d73646b2e737667)](https://packagist.org/packages/wioex/php-sdk)[![License](https://camo.githubusercontent.com/35d41e8fc97f66d76ce2ac8ee276651c656d0233b079ce4ddb212644ef0c424a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f77696f65782f7068702d73646b2e737667)](https://packagist.org/packages/wioex/php-sdk)[![Tests](https://camo.githubusercontent.com/568eca89b01541dcd7e678b214cd76b790e6cf8034781633853ed9e03aa463b1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f74657374732d31333525324225323070617373696e672d627269676874677265656e2e737667)](https://github.com/wioex/php-sdk)

What's New in v2.9.0
--------------------

[](#whats-new-in-v290)

**Enhanced Configuration Management &amp; Enterprise-Grade Type Safety.**

### 🔧 **v2.9.0 - Configuration &amp; Type Safety Release**

[](#-v290---configuration--type-safety-release)

- **Enhanced Configuration Management**: New dot notation support for complex configuration access (`config.cache.redis.host`)
- **Advanced Type Safety**: PHPStan Level 8 compliance with comprehensive null safety improvements
- **Improved Cache Management**: Enhanced cache drivers with proper type declarations and macro support
- **Null Safety**: Comprehensive null-safe operations throughout the SDK for enterprise reliability
- **Method Signature Improvements**: All public methods now have proper return type declarations
- **Validation Enhancements**: Improved validation with strict comparison operators and type checking

### Continued Excellence from v2.8.x

[](#continued-excellence-from-v28x)

- **API Route Optimization**: Improved endpoint routing and request handling
- **Comprehensive Ticker Analysis**: Complete stock analysis combining analyst ratings, earnings insights, insider activity, news sentiment, and options analysis
- **Investment Research Grade**: Institutional-quality data for professional portfolio management
- **15+ Helper Methods**: Structured access to all analysis sections with type-safe methods
- **Portfolio Support**: Analyze multiple stocks efficiently for portfolio research

### Built on v2.7.x Foundation

[](#built-on-v27x-foundation)

- **Unified ResponseTemplate Support**: Standardized response format across all WioEX API endpoints
- **Enhanced Stock Data**: Institutional-grade integration with pre/post market data, 52-week ranges, market cap, and company logos
- **Advanced Type Safety**: Complete PHPStan compliance with comprehensive array type specifications
- **Enhanced Metadata Access**: 20+ new helper methods for accessing response metadata and performance metrics
- **Detailed Mode Support**: Enhanced stocks endpoint with extended market data and institutional-grade accuracy
- **Backward Compatibility**: Full support for legacy response formats with automatic adaptation
- **Validation Schemas**: Comprehensive validation schemas for all endpoint types
- **Professional Error Handling**: Enhanced validation reporting and error management

### Ideal for Professional Trading

[](#ideal-for-professional-trading)

- Portfolio management for 1000+ stocks
- Real-time market monitoring
- High-frequency trading applications
- Risk management systems

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

[](#requirements)

- PHP 8.1+
- ext-json, ext-curl
- Composer

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

[](#installation)

```
composer require wioex/php-sdk
```

Quick Start
-----------

[](#quick-start)

```
