Skip to content

v1.0.0 - Initial Release

Latest

Choose a tag to compare

@Rajibul-16103404 Rajibul-16103404 released this 30 Aug 16:41
· 4 commits to main since this release

OmniCast Laravel SDK v1.0.0

Features

  • ✅ JWT host/join token generation (HS256 via firebase/php-jwt ^7)
  • ✅ REST API: getRooms, getRoomCount, getParticipants, getParticipantCount
  • ✅ OmnicastException with 5 named static constructors
  • ✅ OmnicastServiceProvider (singleton + config publish)
  • ✅ Omnicast Facade with IDE autocomplete hints
  • ✅ PHPUnit test suite: 14 tests, 26 assertions — all passing

Requirements

  • PHP ^8.1
  • Laravel ^10.0 | ^11.0 | ^12.0
composer require omnicast/laravel-sdk