Skip to content

Messaging only package? #68

Open
Open
@sharkydog

Description

Hello,
Is it possible or not-too-stupid to package only the Ratchet\RFC6455\Messaging namespace?

I am making a small HTTP/1.1 server crammed with only necessary features and I'd like to add websockets.
However, I don't want guzzle and I'll implement handshake myself.

I can just copy the namespace, but if (unlikely) my little project evolves to publish-worthy, I don't want to pull guzzle and psr interfaces.
Otherwise, my options would be to copy the Messaging folder and reference where I got it from (if license does not change in future).
Or implement RFC6455 from scratch, which I don't want to do.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions