An open API service indexing awesome lists of open source software.

https://github.com/mysiar/api-platform-demo-app

API-Platform demo app with different problem solution
https://github.com/mysiar/api-platform-demo-app

Last synced: 3 months ago
JSON representation

API-Platform demo app with different problem solution

Awesome Lists containing this project

README

          

Mysiar's API-Platform demo
==========================

[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/4f276b94-a25e-4c82-9698-099674325b05/mini.png)](https://insight.sensiolabs.com/projects/4f276b94-a25e-4c82-9698-099674325b05)

1. [FileBundle](src/Mysiar/FileBundle) - uploading files
2. [LxdBundle](src/Mysiar/LxdBundle) - managing LXD server
3. Enabled GraphQL
* instalation
```bash
$ composer require webonyx/graphql-php
```
* configuration
```yaml
api_platform:
graphql:
enabled: true
graphiql:
enabled: true
```
* result

![graphql](graphql.png)