Skip to content

Commit

Permalink
Minor update to composer.json
Browse files Browse the repository at this point in the history
Minor changes to README.md
Change of logo
  • Loading branch information
chibexme committed Mar 10, 2020
1 parent a57ebe3 commit 9885a06
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]

A PHP API wrapper for [Ozioma](https://ozioma.net/).
Expand Down Expand Up @@ -64,6 +61,7 @@ When you submit message for sending our server queue's the message for delivery
```
#### send method parameters
- `sender` is your custom name/title for your message and is should not exceed 11 characters (space is also counted as character)
- `recipients` is the phone number(s) you are sending message to
- `message` is the content you want to send to your recipient(s)
- `use_corporate_route` cant either be true or false. Value 'true' means that you want your message delivers to Do-Not-disturb (DND) numbers for countries that has dnd policy
- `callback_url` When you submit message for sending our server queue's the message for delivery and after delivery your callback url is called to notify your system/website that your message has been sent. Then you can use the message id passed as query string to retrieve delivery details. This parameter is optional in case you don't want to receive callback
Expand Down
20 changes: 13 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "chibex/ozioma-php",
"type": "library",
"description": "Ozioma for PHP library helps to make API calls to Ozioma Cloud Communication Platform for messaging, birthday contact and sms newsletter subscription.",
"license": "MIT",
"homepage": "https://ozioma.net",
"description": "Ozioma for PHP library helps to make API calls to Ozioma Cloud Messaging and Communications Platform for birthday contact and sms newsletter subscription.",
"keywords": [
"chibex",
"ozioma-php",
Expand All @@ -20,13 +22,17 @@
"contact",
"bulk sms"
],
"homepage": "https://github.com/chibex-tech/ozioma-php",
"license": "MIT",
"support": {
"docs": "https://ozioma.net/api/docs",
"issues": "https://github.com/chibex-tech/ozioma-php/issues",
"source": "https://github.com/chibex-tech/ozioma-php",
"rss": "https://github.com/chibex-tech/ozioma-php/releases.atom"
},
"authors": [
{
"name": "Ozioma",
"email": "developer@chibex.net",
"homepage": "https://ozioma.net",
"name": "Chibex Technologies",
"email": "info@chibex.net",
"homepage": "https://chibex.net",
"role": "Owner"
}
],
Expand All @@ -41,7 +47,7 @@
},
"autoload": {
"psr-4": {
"Ozioma\\": "src/"
"Chibex\\": "src/"
}
},
"autoload-dev": {
Expand Down
Binary file modified img/ozioma.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9885a06

Please sign in to comment.