letitapp/letitapp-php-api

v1.2 2024-02-03 14:24 UTC

This package is not auto-updated.

Last update: 2024-10-06 14:23:19 UTC


README

Welcome to the LetItApp PHP API Library! This library provides a convenient way to interact with the LetItApp API, allowing seamless integration of notifications into your PHP applications.

Features

  • Create, update, and delete notifications.
  • Retrieve lists and details of notifications.
  • Send notifications instantly.

Getting Started

To get started, make sure you have your LetItApp API key. You can obtain it from your account.

// Example Usage
$apiKey = 'YOUR_API_KEY';
$letItAppAPI = new LetItAppAPI($apiKey);

// Use the various methods to interact with the LetItApp API
// ...

Documentation

For detailed information on how to use the library and available API endpoints, refer to our Apiary Documentation.

Installation with Composer

You can install the LetItApp PHP API Library using Composer. Run the following command in your project's root directory:

composer require letitapp/letitapp-php-api

Issues and Contributions

If you encounter any issues or have suggestions for improvement, please feel free to open an issue. Contributions are always welcome!