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.
- Create, update, and delete notifications.
- Retrieve lists and details of notifications.
- Send notifications instantly.
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
// ...For detailed information on how to use the library and available API endpoints, refer to our Apiary Documentation.
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-apiIf you encounter any issues or have suggestions for improvement, please feel free to open an issue. Contributions are always welcome!