lemonbrain / concrete5_graphql_websocket
GraphQL and websocket package that is installable via composer for concrete 5
Package info
github.com/lemonbrain-mk/graphql_websocket
Type:concrete5-package
pkg:composer/lemonbrain/concrete5_graphql_websocket
Requires
- cboden/ratchet: ^0.4.1
- concrete5/core: ^8.5.1
- firebase/php-jwt: ^5.2.0
- leocavalcante/siler: ^1.7.2
- ratchet/pawl: ^0.3.4
- textalk/websocket: ^1.2
- webonyx/graphql-php: ^14.0.0
This package is auto-updated.
Last update: 2026-06-26 02:00:58 UTC
README
We are waiting for the update, as long here the work around leocavalcante/siler#224
GraphQL Websocket Concrete5 Composer Package
The idea of this repo is to include GraphQL and Websockets in Concrete5. It adds the ability to use graphql and websockets on a standard apache hosting with concrete5.
Use this package just as a composer Concrete5 package, cause of the composer requirings
We build a C5 Version with Siler GraphQL, Apollo V2, React and Material UI. checkout the showdown here concrete5.lemonbrain.ch and the sample package
The documentation is in the wiki
This project is a concrete5 package that is powered entirely by composer.
To install this package on a composer based concrete5 site, make sure you already have composer/installers then run:
$ composer require lemonbrain/concrete5_graphql_websocket
Then install the package
$ ./vendor/bin/concrete5 c5:package-install concrete5_graphql_websocket