Tags: premieroctet/php-stream-protocol
Tags
Update namespace from PremierOctet\StreamProtocol to PremierOctet\Php… …StreamProtocol, reflecting the new library name. Modify autoload paths in composer.json, update usage in README.md, and adjust example scripts accordingly. Introduce new classes for message handling and streaming protocols.
Add initial implementation of PHP Stream Protocol library - Created .gitignore to exclude vendor and composer.lock files. - Added composer.json for package management with dependencies. - Introduced README.md with library description, features, installation instructions, and usage examples. - Implemented core classes for handling AI streaming protocols, including StreamProtocol, StreamHandler, MessageConverter, and message structures (ClientMessage, ClientAttachment, ToolInvocation). - Added example usage scripts to demonstrate library functionality. - Established a structure for tool registration and invocation during streaming.