PHPackages                             thomasdseao/ovh\_sms - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. thomasdseao/ovh\_sms

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

thomasdseao/ovh\_sms
====================

Ovh SMS package for laravel

1.1.0(4y ago)2791MITPHPPHP &gt;=5.5.0

Since Mar 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/thomasdseao/ovh_sms)[ Packagist](https://packagist.org/packages/thomasdseao/ovh_sms)[ RSS](/packages/thomasdseao-ovh-sms/feed)WikiDiscussions master Synced yesterday

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

 [![Total Downloads](https://camo.githubusercontent.com/2d1a64deb647e4630ae08e7d061758d75f0ba66774342379a5ea154005a7a829/68747470733a2f2f706f7365722e707567782e6f72672f74686f6d6173647365616f2f6f76685f736d732f642f746f74616c2e737667)](https://packagist.org/packages/thomasdseao/ovh_sms)

Laravel Package for OVH SMS
===========================

[](#laravel-package-for-ovh-sms)

Quick Start Guide
-----------------

[](#quick-start-guide)

- Create a Laravel project: `composer create-project laravel/laravel myproject`
- `cd myproject`
- Installation Via Composer Add this to your `composer.json` file, in the require object:

```
"thomasdseao/ovh_sms": "1.0.0"
```

- After that, run `composer install` to install the package.
- Copy configuration: `php artisan vendor:publish` (To publish the ovhsms config file)

Now you are ready to use the Ovhsms Facade, e.g. open routes/web.php:

```
