# railt **Repository Path**: videni/railt ## Basic Information - **Project Name**: railt - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
## Introduction Project idea is clean and high-quality code. Unlike most (all at the moment) implementations, like [webonyx](https://github.com/webonyx/graphql-php), [youshido](https://github.com/youshido-php/GraphQL) or [digitalonline](https://github.com/digiaonline/graphql-php) the Railt contains a completely own implementation of the GraphQL SDL parser which is based on [EBNF-like grammar](https://github.com/railt/railt/tree/1.4.x/resources/graphql). This opportunity allows not only to have the [original implementation of the language](https://facebook.github.io/graphql/draft/) and to keep it always up to date, but also to implement [a new backward compatible functionality](https://github.com/railt/railt/projects/1) that is not available to other implementations. Goal of Railt: - Do not repeat the mistakes made in the JS-based implementations. - Implement a modern and convenient environment for PHP developers. - Implement easy integration into any ready-made solutions based on PSR. - Provide familiar functionality (including dependency injection, routing, etc.). ## Installation - `composer require railt/railt` // TBD ## Quick start The documentation is in the process of writing, therefore, in order to understand how it works, a quick start. // TBD ## Learning Railt > This documentation can contain NOT RELEVANT information and currently in progress. - [Russian](https://ru.railt.org) - [English](https://en.railt.org) ## Contributing Thank you for considering contributing to the Railt Framework! The contribution guide can be found in the [documentation](https://railt.org/docs/contributions). ### Code Contributors This project exists thanks to all the people who contribute. [[Contribute](.github/CONTRIBUTING.md)].