Skip to content

melanef/wcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WCP - WebSocket CRUDL Protocol

WCP is a CRUDL implementation for WebSockets on top of Ratchet.

Have you ever felt into implementing something on WebSockets in PHP? Have your ever wanted to define a message format to transfer data and execute actions on WebSockets?

This article describes why and how this was built.

WCP is almost fully framework-agnostic. It's powered by Ratchet and is slightly opinionated by Symfony Routes, but it's totally possible to work without it.

See the Examples section for some (close to) real life usage with Laravel Command.

About

CRUDL implementation for WebSockets on top of Ratchet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages