thecodingmachine / graphql-controllers
This package is abandoned and no longer maintained.
The author suggests using the thecodingmachine/graphqlite package instead.
Write your GraphQL queries in simple to write controllers (using webonix/graphql-php).
Package info
github.com/thecodingmachine/graphql-controllers
pkg:composer/thecodingmachine/graphql-controllers
v1.0.3
2023-02-13 11:14 UTC
Requires
- php: >=7.1
- doctrine/annotations: ^1.2
- http-interop/http-middleware: ^0.4
- psr/container: ^1.0
- roave/better-reflection: ^4
- youshido/graphql: ^1.4
Requires (Dev)
- phpunit/phpunit: ^6.1
- satooshi/php-coveralls: ^1.0
README
DEPRECATED.
This library has moved to https://github.com/thecodingmachine/graphqlite
GraphQL controllers
A utility library on top of webonyx/graphql-php library.
Note: v1 and v2 of this library was built on top of youshido/graphql.
This library allows you to write your GraphQL queries in simple-to-write controllers.