PHPackages                             linkorb/graphael - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. linkorb/graphael

ActiveApplication[API Development](/categories/api)

linkorb/graphael
================

Graphael: GraphQL Server builder

v1.22.1(3y ago)06983[2 PRs](https://github.com/linkorb/graphael/pulls)MITPHPPHP &gt;=7.2CI failing

Since Nov 8Pushed 2y ago2 watchersCompare

[ Source](https://github.com/linkorb/graphael)[ Packagist](https://packagist.org/packages/linkorb/graphael)[ Docs](http://www.github.com/linkorb/graphael)[ RSS](/packages/linkorb-graphael/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (9)Versions (37)Used By (0)

Graphael
========

[](#graphael)

Graphael is a framework for rapidly building GraphQL API Servers.

Usage
-----

[](#usage)

Create a new project directory, and add the following line to your `composer.json` in the `require` section:

```
"require": {
  "linkorb/graphael": "^1.0"
}
```

Create a `public/` directory, with an `index.php` file like the following:

```
