Big-Shark / railt

The Railt GraphQL Framework

Home Page:http://railt.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Railt

Travis CI Scrutinizer CI Code coverage Latest Stable Version Latest Unstable Version License MIT

Not ready for real world usage yet 💣 😱

Introduction

This is a pure PHP realization of the GraphQL protocol based on the youshido/graphql and/or webonyx/graphql-php implementations of the official GraphQL Specification located on Facebook GitHub.

The difference from the above implementations is that the Railt provides the ability to describe the types and extended control of their behavior, thereby solving problems such as:

  • Simplifying type declarations
  • Types reusage
  • Significant simplification of the construction of the API
  • More flexible integration with frameworks (e.g. Laravel or Symfony)
  • And others

Learning Railt

This documentation can contain NOT RELEVANT information and currently in progress.

Contributing

Thank you for considering contributing to the Railt Framework! The contribution guide can be found in the documentation.

Security Vulnerabilities

If you discover a security vulnerability within Railt, please send an e-mail to maintainer at nesk@xakep.ru. All security vulnerabilities will be promptly addressed.

License

The Railt Framework is open-sourced software licensed under the MIT license.

About

The Railt GraphQL Framework

http://railt.org

License:MIT License


Languages

Language:PHP 94.3%Language:ANTLR 5.5%Language:Shell 0.2%