Download the PHP package gridplay/gridplayapi without Composer

On this page you can find all versions of the php package gridplay/gridplayapi. 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 gridplayapi

GridPlay API 3.1.2

A API to use the GridPlay.net services for SecondLife and opensim residents.

Currently only working for SecondLife as we are still working on getting code writen to support opensim

To use first install with composer

For config just do

This will create a config file located in

This config file MUST contain your GPAPI_ID and GPAPI_SECRET API key in order for the request to go through.

Made for Laravel 11+.

To use is easy

ALL [put] functions requires config setup in config/gridplay.php

Please use Log::debug() or dd() to see what is returned before coding any further with these functions. All data returned is in json format and should be in a array when returned to your function call.

For errors....

Connection invalid = The connection to the gridplay server was invalid for some odd reason Unable to connect = Unable to reach the gridplay server, please try again in afew minutes Invalid key = Your ID and SECRET in gridplay.php config was invalid.

Changelog

== 3.1.2 - June 12 2025 ==

== 3.1.1 - April 23 2025 ==

== 3.1 - Dec 28 2024 == Last update for the year

== 3.0.2 - Dec 26 2024 ==

== 3.0.1 - Dec 23 2024 ==

== 3.0.0 - April 22 2024 ==


All versions of gridplayapi with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2 | ^9.0
guzzlehttp/guzzle Version 7.*
illuminate/support Version ^11.0 | ^12.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 gridplay/gridplayapi contains the following files

Loading the files please wait ....