PHPackages                             emmanuelsaleem/graphqlgenerator - 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. emmanuelsaleem/graphqlgenerator

ActiveLibrary[API Development](/categories/api)

emmanuelsaleem/graphqlgenerator
===============================

this package generate graph ql query add verion in to package

1.0.0(1y ago)18MITPHP

Since Oct 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/es-77/graphql_generator)[ Packagist](https://packagist.org/packages/emmanuelsaleem/graphqlgenerator)[ Docs](https://github.com/es-77/graphql_generator)[ RSS](/packages/emmanuelsaleem-graphqlgenerator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Generate Graph Ql
=================

[](#generate-graph-ql)

is a package that create graph ql code for you like get all record with pagnation get record by id create update and delete record all code generate with this amzing package

package is
==========

[](#package-is)

composer require emmanuelsaleem/graphqlgenerator

next
----

[](#next)

install this package composer require nuwave/lighthouse

After installation run command into termainal
---------------------------------------------

[](#after-installation-run-command-into-termainal)

php artisan generate:graph-ql-query

download file graph Ql.postman\_collection.json into github and import it into postman to test the code
-------------------------------------------------------------------------------------------------------

[](#download-file-graph-qlpostman_collectionjson-into-github-and-import-it-into-postman-to-test-the-code)

API Reference
-------------

[](#api-reference)

### Route

[](#route)

### Get all users

[](#get-all-users)

QueryTypeDescription`query { Users(first: 31) { data { id name email } paginatorInfo { total count perPage currentPage lastPage } } }`stringFetch a list of users with pagination info---

### Get user by ID

[](#get-user-by-id)

QueryTypeDescription`query { User(id: "1234") { id name email } }`stringFetch a user by their unique ID---

### Create a new user

[](#create-a-new-user)

MutationTypeDescription`mutation { createUser(id: "12345", name: "John Doe", email: "john@example.com", password: "password123", created_at: "2023-01-01", updated_at: "2023-01-01") { id name email } }`stringCreate a new user with given details---

### Update an existing user

[](#update-an-existing-user)

MutationTypeDescription`mutation { updateUser(id: "12345", name: "John Doe Updated", email: "john.updated@example.com") { id name email } }`stringUpdate an existing user’s details---

### Delete a user

[](#delete-a-user)

MutationTypeDescription`mutation { deleteUser(id: "12345") { id name } }`stringDelete a user by IDContact With me
===============

[](#contact-with-me)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

577d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bc3c362ef1cde6e1a4164b254ddebd9b56f75dd87e95c86d50c67c62e1c3bc24?d=identicon)[Emmanuel saleem](/maintainers/Emmanuel%20saleem)

---

Top Contributors

[![es-77](https://avatars.githubusercontent.com/u/101662490?v=4)](https://github.com/es-77 "es-77 (17 commits)")

### Embed Badge

![Health badge](/badges/emmanuelsaleem-graphqlgenerator/health.svg)

```
[![Health](https://phpackages.com/badges/emmanuelsaleem-graphqlgenerator/health.svg)](https://phpackages.com/packages/emmanuelsaleem-graphqlgenerator)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
