PHPackages                             linlak/linsms-php-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. linlak/linsms-php-sdk

ActiveLibrary[API Development](/categories/api)

linlak/linsms-php-sdk
=====================

This library has been developed to enable developers to integrate our linsms getway into their systems

00PHPCI failing

Since Sep 28Pushed 6y agoCompare

[ Source](https://github.com/linlak/linsms-php-sdk)[ Packagist](https://packagist.org/packages/linlak/linsms-php-sdk)[ RSS](/packages/linlak-linsms-php-sdk/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

LinSms PHP SDK
==============

[](#linsms-php-sdk)

Today sms is considered the best communication medium because of the increased use of hand held mobile phones.

People spend most of the time with their phones and it is considered appropriate since someone can read sms during their free time or at lunch breaks.

Installation
------------

[](#installation)

linlak/linsms-php-sdk can be installed via composer a PHP dependency manager. To install open terminal or command prompt in your project root and run the command below.

```
composer require linlak/linsms-php-sdk

```

That all you need to have linlak/linsms-php-sdk installed in your project

Integration
-----------

[](#integration)

If you are at this point, then you either have an account with LinSMS or you need an Api that will help you to easily integrate our sms gateway into your bulksms system or you are planning to have an online payment system integrated into you App or Website.

To integrate with our system, you must have an account with LinSMS and must have created an App with both **client\_id** and **secret** which are required to **initialize** the Api.

**Caution:** Never use you secret in a non secure environment. If you suspect any lick in your **client\_id** or **secret** you can always refresh them i.e request new client\_id or secret for your App in the developer console.

\##Initialization## Before you proceed, we assume that you **installed** this sdk via **composer** and that you have created an App on the Develover console at LinSMS. If you have not yet, then read the **Integration** section above.

To intialize the Api create a file and name it **bootstrap.php**

```
