Download the PHP package nishstha/monday-laravel without Composer
On this page you can find all versions of the php package nishstha/monday-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nishstha/monday-laravel
More information about nishstha/monday-laravel
Files in nishstha/monday-laravel
Download nishstha/monday-laravel
More information about nishstha/monday-laravel
Files in nishstha/monday-laravel
Vendor nishstha
Package monday-laravel
Short Description Laravel wrapper to interface with monday graphql api
License MIT
Package monday-laravel
Short Description Laravel wrapper to interface with monday graphql api
License MIT
Please rate this library. Is it a good library?
Informations about the package monday-laravel
Monday Laravel
This package is used to query the monday.com's GraphQL api.
Usage
Please follow the steps below to install and use this package.
1. Require the package
2. Publish the config file
3. Setup your API Keys
You will need to setup your monday api keys in config/monday.php
.
4. All done
Now that we are done with that. We can call the Monday API. See the example below.
Make sure to import the facade at the top
then we can call the api using
The response returned is a of type \GuzzleHttp\Psr7\Response
object or null
.
The query can be easily structed :
All versions of monday-laravel with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
^7.3
The package nishstha/monday-laravel contains the following files
Loading the files please wait ....