Download the PHP package riddle/client-sdk without Composer

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

Riddle PHP client

This library makes it easy to work with...

Available endpoints can be found here.

Installation

To use this library you need to have PHP 7.4 or higher (8.0 / 8.1) installed.

With composer

When working with composer all you need to do is run the following command:

In your .php file you can then include the composer autoloader:

Without composer

To use it without a package manager download this repository, extract it, keep the src/ folder and include the Client.php file in your project:

Authentication

When using the API you need to authenticate yourself with an access token. You can create one in your Riddle account (you must be logged-in to view this page). You can then pass the token to the client:

Now you're ready to use the API.

Example usages

Get all riddles

Get alltime stats for a Riddle (only available for Business & Enterprise plans)

Get riddles from team with tags

Parse webhook

Note: The webhook signature key is not required - if it's not given the signature validation will be skipped.

Build riddles

You can also build riddles via the API.Please note that this feature is currently in-beta and is expected to be expanded in the future.

Please drop us any feedback you have on this feature via support chat on riddle.com or send us an email @ [email protected]!

To use this feature, create an instance of either PollBuilder or QuizBuilder:

Build a poll

When building a poll you can:

Here's the full code snippet:

Build a quiz

When building a quiz you can:

Here's the full code snippet:

Note: Generated Riddles will be automatically published. To disable this you must pass false to the build() method:


All versions of client-sdk with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4|^8.0|^8.1
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 riddle/client-sdk contains the following files

Loading the files please wait ....