PHPackages                             adewalecharles/smeify - 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. [Payment Processing](/categories/payments)
4. /
5. adewalecharles/smeify

ActiveLibrary[Payment Processing](/categories/payments)

adewalecharles/smeify
=====================

Integrate Smeify easily into your apllication

v1.0.5(4y ago)2135MITPHP

Since Oct 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/adewalecharles/smeify-package)[ Packagist](https://packagist.org/packages/adewalecharles/smeify)[ Docs](https://github.com/adewalecharles/smeify)[ RSS](/packages/adewalecharles-smeify/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (7)Used By (0)

Smeify Laravel Package
======================

[](#smeify-laravel-package)

[![Latest Version](https://camo.githubusercontent.com/d4bd87cfe00cb3042dfc392217b2ab021c58e27e96a3ad36f9f46797c9c27017/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f61646577616c65636861726c65732f736d656966792d7061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://github.com/adewalecharles/smeify-package/releases)[![Github Forks](https://camo.githubusercontent.com/2a9dd4772e399e326d0932d52bc87c0eef591518d8923c5e36289155c06b7ae8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f61646577616c65636861726c65732f736d656966792d7061636b616765)](https://github.com/adewalecharles/smeify-package)[![Github Stars](https://camo.githubusercontent.com/932b4b14869206cc6de5f046237e2713b2310fff262c62b53a3a6b55857c795c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f61646577616c65636861726c65732f736d656966792d7061636b616765)](https://github.com/adewalecharles/smeify-package)[![License](https://camo.githubusercontent.com/900dab4342ddca42ffd53d1642fe9673c671f5584506a43cdbc0b1d31cc2ba3f/68747470733a2f2f706f7365722e707567782e6f72672f61646577616c65636861726c65732f736d656966792f6c6963656e73652e737667)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/fabbac5f3f3401ee84b07a6a1a476aaae27b00021fd1d6a3041b0ef39f1db7b6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f61646577616c65636861726c65732f736d656966792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/adewalecharles/smeify)

Smeify is a Stable Automated Solution for Airtime and Data businesses in Nigeria, this package helps you integrate smeify easily into your laravel application.
---------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#smeify-is-a-stable-automated-solution-for-airtime-and-data-businesses-in-nigeria-this-package-helps-you-integrate-smeify-easily-into-your-laravel-application)

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

[](#installation)

[PHP](https://php.net) 7.4.3+ and [Composer](https://getcomposer.org) are required.

To get the latest version of adewalecharles/smeify, simply require it

```
composer require adewalecharles/smeify
```

Or add the following line to the require block of your `composer.json` file.

```
"adewalecharles/smeify": "1.0.*"

```

You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.

Once adewalecharles/smeify is installed, you need to register the service provider. Open up `config/app.php` and add the following to the `providers` key.

```
'providers' => [
    ...
    AdewaleCharles\Smeify\SmeifyServiceProvider::class,
    ...
]
```

Configuration
-------------

[](#configuration)

You can publish the configuration file using this command:

```
php artisan vendor:publish --provider="AdewaleCharles\Smeify\SmeifyServiceProvider"
```

A configuration-file named `smeify.php` with some sensible defaults will be placed in your `config` directory:

```
