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 3d 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

23

—

LowBetter than 26% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

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

634d 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

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M993](/packages/statamic-cms)[livewire/livewire

A front-end framework for Laravel.

23.6k89.0M2.7k](/packages/livewire-livewire)[laravel/octane

Supercharge your Laravel application's performance.

4.0k26.6M222](/packages/laravel-octane)[drush/drush

Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.

2.4k60.6M804](/packages/drush-drush)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.5k21.5M602](/packages/laravel-boost)

PHPackages © 2026

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