Skip to content

Complete Rewrite with Ultra-Lightweight PHP 8.1+ Architecture

Choose a tag to compare

@calliostro calliostro released this 08 Sep 17:30
· 3 commits to main since this release
  • Ultra-minimalist Discogs API client with only 2 core classes
  • Complete rewrite with modern PHP 8.1+ architecture and comprehensive testing
  • Magic method calls: \->artistGet(['id' => 123])\
  • 100% code coverage with comprehensive test suite (43 tests)
  • PHPStan Level 8 static analysis with full type safety
  • Reduced memory footprint and faster response times
  • GitHub Actions CI testing across PHP 8.1-8.5
  • Complete migration guide from v2.x available

Breaking Changes: Requires PHP 8.1+, new namespace, ultra-lightweight architecture
Tested: PHP 8.1 through 8.5 (dev)