PHPackages                             shohag-laraql/lara-ql - 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. shohag-laraql/lara-ql

ActiveLibrary[API Development](/categories/api)

shohag-laraql/lara-ql
=====================

LaraQL is GraphQL similar package for laravel

v1.1.3(6y ago)427MITPHP

Since Apr 18Pushed 4y agoCompare

[ Source](https://github.com/fkshohag/LaraQL)[ Packagist](https://packagist.org/packages/shohag-laraql/lara-ql)[ RSS](/packages/shohag-laraql-lara-ql/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (6)Used By (0)

LaraQL
======

[](#laraql)

Laravel API resource is a fantastic feature to make REST API. We are using it to transform eloquent models to json responses.

We know every resource route give us seven individual api link and their work is almost similar. I have made it more generic by using a wrapper!

Installation
------------

[](#installation)

Install the latest version with

```
$ composer require shohag-laraql/lara-ql
```

Model Usage
-----------

[](#model-usage)

```
