Download the PHP package infinityloop-dev/graphpinator without Composer

On this page you can find all versions of the php package infinityloop-dev/graphpinator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package graphpinator

GraPHPinator PHP codecov

:zap::globe_with_meridians::zap: Easy-to-use & Fast GraphQL server implementation for PHP.

Introduction

Feature complete PHP implementation of GraphQL server. Its job is transformation of query string into resolved Json result for a given Schema.

Name Version Description
Printer GitHub release Schema printing for GraPHPinator typesystem.
Extra types GitHub release Some useful directives and commonly used types, both scalar or composite.
Constraint directives GitHub release Typesystem directives to declare additional validation on top of GraphQL typesystem.
Where directives GitHub release Executable directives to filter values in lists.
Upload GitHub release Module to handle multipart-formdata requests.
Query cost GitHub release Modules to limit query cost by restricting maximum depth or number of nodes.
Persisted queries GitHub release Module to persist validated query in cache and improve performace of repeating queries.
Name Version Description
PSR Bundled
Symfony GitHub release Adapters for Symfony framework.
Nette GitHub release Adapters for Nette framework.
Name Version Description
Source GitHub release Wrapper around source document.
Tokenizer GitHub release Lexical analyzer of GraphQL document.
Parser GitHub release Syntactic analyzer of GraphQL document.

Supporters

This project is being made with help by following companies and individuals. Thank you!

Installation

Install package using composer

How to use

Dependencies

This list excludes graphpinator sub-packages such as graphpinator-common, graphpinator-tokenizer and others.

Contributing

This package is relatively new, so some features might be missing. If you stumble upon something that is not included or is not compliant with the specs, please inform us by creating an issue or discussion. This is not yet another package, where issues and pull-requests lie around for months, so dont hesitate and help us improve the library.


All versions of graphpinator with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
ext-json Version *
infinityloop-dev/graphpinator-parser Version ^1.2
infinityloop-dev/graphpinator-common Version ^2.0
infinityloop-dev/utils Version ^2.3
psr/http-message Version ^2.0
psr/log Version ^3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package infinityloop-dev/graphpinator contains the following files

Loading the files please wait ....