Skip to content

positusapps/positus-api-laravel-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • PHP 7.4+
  • Laravel 7.0+

Installing

Positus Client Laravel ^6.0 Laravel ^7.0 Laravel ^8.0
0.0.5
0.1.0

Use Composer to install it:

composer require positus/positus-api-laravel-client

Publish the configuration file:

php artisan vendor:publish --provider="Positus\Laravel\ClientServiceProvider"

Add the POSITUS_API_TOKEN variable to the .env file

POSITUS_API_TOKEN=token

Instantiating

The Laravel package don't need to create a new instance of the Client. You can simply call the method static.

use Positus\Laravel\Client;

Client::number('your-number-id');

Authentication

If you don't have an authentication token, click here to generate one.

The authentication token must be placed inside the Positus configuration file.

Documentation

The documentation follows the same guidelines as the regular php package.

In case you have difficulties, we provide an example video of integration.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages