lastdragon-ru/lara-asp-graphql-testing
Testing helpers for GraphQL in Laravel apps using lara-asp. Provides utilities and assertions to build requests, execute queries/mutations, and validate responses in automated tests, making GraphQL endpoint testing faster and more reliable.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| youshido/graphql | 0.88 | A PHP GraphQL library for building schemas and executing queries with a type-safe, object-oriented API. Define types, fields, resolvers, and middleware in code, with support for input validation, custom scalars, and introspection for PHP apps. | 702 | 708 | 103 | 1K | 12 | 14.8 | 11.8 | MIT | 6 years ago | |
| thecodingmachine/graphqlite | 0.87 | GraphQLite is a PHP GraphQL library that builds your schema from PHP attributes/annotations. Define queries and mutations as simple controllers, expose types via annotated classes, and get batteries-included features like subscriptions, uploads, and type extensions. | 575 | 573 | 107 | 89K | 24 | 42.5 | 46.3 | MIT | 3 weeks ago | |
| pixelandtonic/graphql-php | 0.87 | PHP implementation of the GraphQL specification (based on graphql-js). Build schemas, execute queries, and add custom types, fields, and resolvers. Install via Composer and explore full docs and ready-to-run examples. | 0 | 0 | 0 | 74K | 0 | 0.0 | 55.3 | MIT | — | |
| optigov/eloquent-graphql | 0.86 | — | 4 | 4 | 0 | 118 | 0 | 2.7 | 19.2 | MIT | 2 years ago | |
| testo/testo | 0.86 | Testo is an extensible PHP testing framework with a lightweight core and middleware system. It lets you fully control your test environment while keeping familiar PHP syntax. Includes an init command, suite/plugin config via testo.php, and Composer scripts. | 203 | 203 | 12 | 10K | 18 | 41.0 | 37.7 | BSD-3-Clause | 1 month ago | |
| lastdragon-ru/phpunit-graphql | 0.85 | PHPUnit helpers for testing GraphQL in PHP apps. Provides assertions and utilities to execute queries/mutations, validate responses, and compare errors/data structures, aimed at simplifying reliable GraphQL API test coverage. | 0 | — | 0 | — | 0 | 0.0 | — | MIT | — | |
| lastdragon-ru/graphql-printer | 0.85 | GraphQL printer for PHP: turns a GraphQL AST/document into well-formatted GraphQL text with configurable indentation and style. Useful for debugging, logging, code generation, and producing consistent query/schema output in Laravel or any PHP app. | 0 | 0 | 0 | 292 | 0 | 0.0 | 31.4 | MIT | — | |
| cfpinto/graphql | 0.85 | Laravel package to add a GraphQL API to your app, offering schema setup, query/mutation handling, and integration with Laravel’s routing and services so you can expose application data through GraphQL with minimal boilerplate. | 19 | 19 | 10 | 9K | 6 | 2.6 | 37.7 | MIT | 5 years ago | |
| kahlan/kahlan | 0.85 | Kahlan is a fast, flexible BDD test framework for PHP. Write specs with a clean, expressive syntax, use built-in mocking and stubbing, run tests in parallel, and integrate with Composer and CI for modern, maintainable test suites. | 1,148 | 1,152 | 70 | 20K | 7 | 32.9 | 23.0 | MIT | 2 weeks ago | |
| besmartand-pro/graphqlite-bundle | 0.85 | — | 0 | 0 | 0 | 76 | 0 | 1.2 | 26.1 | — | 1 year ago | |
| webonyx/graphql-php | 0.85 | Spec-compliant GraphQL server implementation for PHP, based on graphql-js. Build schemas, types, resolvers, validation and execution with full October 2021 spec support (Sept 2025 in progress). Foundation library used by many PHP frameworks. | 4,715 | 4,742 | 575 | 2M | 39 | 86.0 | 65.9 | MIT | 1 week ago | |
| dosfarma/testing | 0.84 | Laravel testing helpers for Dosfarma projects. Provides lightweight utilities and abstractions to speed up PHPUnit/Pest setup, fakes, and common assertions across apps and packages, helping you write clearer, reusable tests with less boilerplate. | 0 | 0 | 1 | 0 | 0 | 0.0 | — | MIT | — | |
| lastdragon-ru/lara-asp-testing | 0.83 | Testing utilities for integrating Lara ASP into Laravel apps. Provides helpers, fakes, and assertions to simplify writing automated tests around ASP policies, decisions, and request/response flows in your application. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| lastdragon-ru/lara-asp-graphql | 0.83 | — | 5 | 5 | 3 | 4K | 0 | 0.1 | 38.3 | MIT | — | |
| lastdragon-ru/phpunit-extensions | 0.82 | PHPUnit extensions for PHP projects, adding extra test utilities and helpers to streamline assertions, fixtures, and test setup. Designed to integrate cleanly with PHPUnit and improve developer productivity in automated testing workflows. | 0 | 0 | 0 | 33 | 0 | 0.0 | 21.2 | MIT | — | |
| nuwave/lighthouse | 0.82 | Lighthouse is a Laravel framework for serving GraphQL. Define schemas, queries, mutations, and subscriptions with powerful directives and Eloquent integration. Flexible, extensible, and well-documented for building GraphQL APIs in Laravel apps. | 3,504 | 3,507 | 469 | 374K | 107 | 82.1 | 61.1 | MIT | 1 week ago | |
| lastdragon-ru/lara-asp-serializer | 0.81 | — | 0 | 0 | 0 | 4K | 0 | 0.0 | 50.0 | MIT | — | |
| laragraph/utils | 0.80 | Laravel utilities for building GraphQL servers: shared primitives and helpers used by GraphQL packages. Install via Composer and use as a lightweight foundation for SDL-first (Lighthouse) or code-first (graphql-laravel) setups. | 22 | 22 | 8 | 562K | 0 | 17.6 | 61.3 | MIT | 5 months ago | |
| kubawerlos/php-cs-fixer-custom-fixers | 0.80 | Custom fixers for FriendsOfPHP PHP-CS-Fixer. Install via Composer, register the Fixers set, then enable individual rules to enforce additional style conventions (e.g., prefer class constants, remove leading global namespace slashes, tidy PHPDoc params). | 242 | 243 | 26 | 343K | 5 | 28.8 | 50.5 | MIT | 2 months ago | |
| lastdragon-ru/lara-asp-eloquent | 0.78 | — | 1 | 1 | 0 | 5K | 0 | 0.0 | 46.0 | MIT | — |
How can I help you explore Laravel packages today?