alibabacloud/darabonba
Client of Darabonba for PHP
1.0.5
286K downloads/mo
#4630 most downloaded on Packagist
alibabacloud-sdk-php/darabonba
What this package is like to depend on
Last release 1 months ago
13 Jul 2026
Ships fairly regularly
a new release about every 3 months
Nearly every release is documented
notes for 6 of 6 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
6 releases · first in 2025
3 releases in the last 12 months
see the full history below
Release timeline
6 releases · Jan 2025 to Jul 2026
2026
Releases
latest 6-
1.0.513 Jul 2026 -
v1.0.415 Dec 2025Release notes
Open source →Release notes
Open source →Changed
- Improved PHP version compatibility for multi-version support (PHP 5.6 - 8.x)
- Refactored FileFormStream implementation with separate classes for different PHP versions
- Updated test environment to use alibabacloud.com domains
- Improved test assertions to verify HTTP status codes
- Updated all code comments to English
Fixed
- Fixed PHP 7.0 compatibility issues with nullable types and void return types
- Fixed trait and interface return type conflicts
- Fixed test assertions for random values in RandomBackoffPolicy
- Fixed StreamUtil JSON parsing for HTML content
Added
- Added FileFormStreamTrait for shared stream implementation
- Added FileFormStreamTyped for PHP 7.1+ with type declarations
- Added comprehensive test coverage improvements
-
v1.0.323 Oct 2025Release notes
Open source →What's Changed
- fix StreamUtil by @TsinghuaDream in #7
New Contributors
- @TsinghuaDream made their first contribution in #7
Full Changelog: v1.0.2...v1.0.3
Release notes
Open source →Fixed
- Fixed psr/http-message dependency version constraint
- Locked psr/http-message to ^1.0 for PHP 5.5+ compatibility
Changed
- Updated test domains from jsonplaceholder.typicode.com to alibabacloud.com
- Updated API endpoints to use api.alibabacloud.com
- Improved test validation to focus on HTTP status codes
-
v1.0.230 Jul 2025Release notes
Open source →Fixed
- Fixed StreamUtil methods for better stream handling
- Fixed stream reading and parsing functionality
Added
- Added StreamUtilTest with comprehensive test coverage
Changed
- Updated DaraRetryException.php (2025-07-30)
-
v1.0.112 Jun 2025Release notes
Open source →Changed
- Removed monolog dependency to reduce package size and simplify dependencies
- Refactored Console class to remove monolog dependency
- Improved console output handling with custom stream support
Added
- Added ConsoleTest for comprehensive console functionality testing
-
v1.0.015 Jan 2025Release notes
Open source →Added
- Initial release of Alibaba Cloud Darabonba SDK for PHP
- Core SDK functionality for Alibaba Cloud Tea
- Request/Response handling with PSR-7 compatibility
- Model validation and serialization
- Retry policy with multiple backoff strategies:
- FixedBackoffPolicy
- RandomBackoffPolicy
- ExponentialBackoffPolicy
- EqualJitterBackoffPolicy
- FullJitterBackoffPolicy
- Exception handling:
- DaraException
- DaraRespException
- DaraRetryException
- DaraUnableRetryException
- Utility modules:
- Date and time utilities
- File operations support
- Stream utilities
- XML and form data handling
- URL manipulation
- String and byte utilities
- Math utilities
- Comprehensive test suite with PHPUnit
- CI/CD integration with GitHub Actions
- Code style configuration with PHP CS Fixer
- Support for PHP 5.5+
- Guzzle HTTP client integration (^6.3|^7.0)