Download the PHP package kemboielvis/smsgenius-php-sdk without Composer

On this page you can find all versions of the php package kemboielvis/smsgenius-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package smsgenius-php-sdk

SMS GENIUS PHP SDK

This SDK helps one to integrate their applications with SMSGenius API for sending messages with ease

The official documentation is on sms.genius.ke

You can install the php sdk using composer

SMS Genius platform can do the following:
1. Sending SMS to any network
2. Sending WhatsApp messages

HOW TO USE THE SDK


  1. USING SMS PLATFORM

    First initialize the main class and pass in API key as the parameter

    You can get you api key from sms.genius.ke go to Tools and add a new key. You can add its permissions

  • Delete Received Messages [params(id)]
  • Delete SMS Campaign [params(id)]
  • Delete Sent Messages [params(id)]
  • Get Devices
  • Get Pending messages
  • Get Received Messages
  • Get SMS Campaigns
  • Get Sent Messages
  • Send Bulk Messages
  • Send Single Messages
  • Start SMS Campaign [ params(Campaign ID)]
  • Stop SMS Campaign [params(campaign ID)]
    1. ACCOUNT
  • Get Partner Earnings
  • Get remaining Credits
  • Get Subscription Packages
    1. System
  • Get Gateway routes
  • Get Shortener's
  • 4 USSD

  • Clear Pending USSD
  • Delete USSD Request [ params(ussdid) ]
  • Get USSD Requests
  • Send a USSD Request
    1. OTP
    2. Send OTP
  • Verify OTP [ params(OTP code) ]
    1. WhatsApp Messaging
  • Delete Received Chat
  • Delete Sent Chat
  • Delete WhatsApp Campaign
  • Get Accounts
  • Get Pending WhatsApp Chats
  • Get Received Chats
  • Get Sent Chats
  • Get WhatsApp Campaign Chats
  • Post Bulk Messages
  • Send Single Message
  • Start WhatsApp Campaign [ params(campaignID) ]
  • Stop WhatsApp Campaign [ params(campaignID) ]

  • All versions of smsgenius-php-sdk with dependencies

    PHP Build Version
    Package Version
    Requires ext-curl Version *
    ext-json Version *
    Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

    The package kemboielvis/smsgenius-php-sdk contains the following files

    Loading the files please wait ....