Skip to main content

Introduction

Hasura graphql engine's an Open Source project to build the modern web APIs with GraphQL, it help you build application faster than normal ways thanks to built-in CRUD, realtime websocket and the awesome authorization system.

Hasura Extra provides set of PHP libraries to work together with Hasura for more simple and easy.

Features

  • Integration with GraphQLite to build Hasura remote schema to handle business logic.
  • Manage Hasura metadata.
  • Event dispatcher to dispatch events triggered by Hasura.
  • Authentication hook (webhooks auth mode).
  • Integration with Sailor typesafe graphql client to interact with Hasura graphql api.
  • Provides application template (boilerplate) for Symfony framework.