lemonbrain / concrete5_graphql_websocket
GraphQL and websocket package that is installable via composer for concrete 5
Installs: 213
Dependents: 2
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 2
Type:concrete5-package
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
- dev-master
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.13
- 1.3.12
- 1.3.11
- 1.3.10
- 1.3.9
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- 0.2
- 0.1
- dev-develop
This package is auto-updated.
Last update: 2025-03-25 23:06:24 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