Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion readme.md → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@

## 📨 SENDY API

## Forked from the original author: <a href="https://github.com/ahmadawais/Sendy-PHP-API">ahmadawais/Sendy-PHP-API</a>

> [!WARNING]
> This package is deprecated. Existing integrations should continue to work, but this repository is no longer actively maintained and will not receive future updates.

With this `Sendy PHP API Wrapper` you can do the following:

**SUBSCRIBERS** | **LISTS** | **CAMPAIGNS**
Expand All @@ -25,7 +30,7 @@ Getting started is easy. Here's how you do it. You can check the example.php fil

### **#1** MANUAL INSTALL:

Git clone this repo and include `./src/Sendy.php` in your project.
Git clone this repo and include `./src/API.php` in your project.

### **#2** COMPOSER INSTALL:

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ahmadawais/sendy-php-api",
"name": "cicerbro/sendy-php-api",
"description": "Sendy PHP API Wrapper: Complete API interfacing.",
"type": "library",
"keywords": [
Expand All @@ -16,7 +16,7 @@
}
],
"require": {
"rmccue/requests": "^1.7"
"guzzlehttp/guzzle": "^7.0"
},
"config": {
"sort-packages": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "6.0.0",
"description": "Sendy PHP API Wrapper: Complete API interfacing",
"license": "MIT",
"repository": "ahmadawais/Sendy-PHP-API",
"repository": "cicerbro/Sendy-PHP-API",
"author": {
"name": "Ahmad Awais",
"email": "me@AhmadAwais.com",
Expand Down
Loading