Download the PHP package keyqcloud/kyte-api-php without Composer
On this page you can find all versions of the php package keyqcloud/kyte-api-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download keyqcloud/kyte-api-php
More information about keyqcloud/kyte-api-php
Files in keyqcloud/kyte-api-php
Package kyte-api-php
Short Description SDK for communicating with a Kyte API endpoint.
License MIT
Informations about the package kyte-api-php
Kyte API PHP Client
The Kyte API PHP Client is a comprehensive and easy-to-use PHP client for interacting with the Kyte API. It encapsulates all the necessary methods for making HTTP requests to the Kyte API, including authentication, session management, and standard CRUD operations.
Features
- Supports all basic CRUD operations (Create, Read, Update, Delete).
- Handles authentication using API keys.
- Manages session tokens transparently.
- Easy to integrate and use in any PHP-based application.
Requirements
- PHP 7.4 or higher
- cURL extension enabled
Installation
Currently, you need to manually include this client in your PHP project. Place the Client.php
file in your project's appropriate directory and include it using PHP's require
or autoload
mechanism.
Usage
Initialization
First, initialize the client with your Kyte API credentials and endpoint.
Making Requests
Create a Session
POST Request
GET Request
PUT Request
DELETE Request
Error Handling
The client throws exceptions when it encounters errors. Make sure to catch these exceptions to handle errors gracefully in your application.
Support
For support and feature requests, please send an email to [email protected].
Contributing
We welcome contributions to this client. Please send your pull requests to the repository.
License
This client is licensed under the MIT License - see the LICENSE file for details.
All versions of kyte-api-php with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
aws/aws-sdk-php Version ^3.101