Skip to content

Releases: premieroctet/php-stream-protocol

v1.0.3

25 Jun 15:04

Choose a tag to compare

Update autoload path in composer.json to reflect new directory struct…

v1.0.2

25 Jun 14:55

Choose a tag to compare

Update namespace from PremierOctet\StreamProtocol to PremierOctet\Php…

v1.0.1

25 Jun 14:32

Choose a tag to compare

Refactor namespace from App\StreamProtocol to PremierOctet\StreamProt…

v1.0.0

25 Jun 14:22

Choose a tag to compare

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.