ajvolin/channels-buddy-source-provider
A package for implementing channel sources for Channels Buddy
Maintainers
Package info
github.com/ajvolin/channels-buddy-source-provider
pkg:composer/ajvolin/channels-buddy-source-provider
0.2.0
2021-02-12 05:19 UTC
Requires
- php: ^7.4|^8.0
- illuminate/support: ^8.0
- nesbot/carbon: ^2.40.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT fd444979a9baecad94411945f3073b1083319ffd
- Adam Volin <trome.auay.woop@gmail.com>
README
A package for registering channel sources in Channels Buddy.
To develop a channel source, implement the ChannelSource contract and pass a ChannelSourceProvider to the ChannelSourceProviders singleton in your service provider bind method.
