reactphp-multicast

Simple, event-driven multicast UDP message client and server for ReactPHP.

MIT License

Downloads
49K
Stars
22
Committers
3
reactphp-multicast - Latest Release

Published by SimonFrings 7 months ago

  • Feature: Full PHP 8.3 compatibility.
    (#22 by @yadaiio)

  • Feature: Simplify usage by supporting new default loop.
    (#21 by @PaulRotmann)

    // old (still supported)
    $factory = new Clue\React\Multicast\Factory($loop);
    
    // new (using default loop)
    $factory = new Clue\React\Multicast\Factory();
    
  • Minor documentation improvements.
    (#23 by @yadaiio and #20 by @PaulRotmann)

reactphp-multicast -

Published by clue almost 4 years ago

  • Feature: Forward compatibility with stable EventLoop 1.0 and 0.5.
    (#11 by @clue)

  • Improve documentation and add API docs (docblocks).
    (#10 and #12 by @clue)

  • Improve test suite and add .gitattributes to exclude dev files from export.
    Update to PHPUnit 9 and simplify test setup.
    (#8, #9, #17 and #18 by @clue and #15 by @SimonFrings)

reactphp-multicast -

Published by clue over 8 years ago

  • First stable release, now following SemVer
  • Improved documentation

Contains no other changes, so it's actually fully compatible with the v0.2.0 release.

reactphp-multicast -

Published by clue over 9 years ago

  • Changed to use faster stream based networking API
    (#6)
    • Reduce footprint of required dependencies
    • Only require ext-sockets for listening on multicast addresses
reactphp-multicast -

Published by clue over 9 years ago

  • First tagged release
Package Rankings
Top 4.2% on Packagist.org
Badges
Extracted from project README
CI status installs on Packagist
Related Projects