PHPackages                             kly/laravel-onesdk - 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. kly/laravel-onesdk

ActiveLibrary[API Development](/categories/api)

kly/laravel-onesdk
==================

Laravel service provide for onesdk app php SDK

v2.0(7y ago)012.2k↓33.3%2[1 PRs](https://github.com/KLYgarage/laravel-onesdk/pulls)MITPHP

Since Jul 27Pushed 7y ago1 watchersCompare

[ Source](https://github.com/KLYgarage/laravel-onesdk)[ Packagist](https://packagist.org/packages/kly/laravel-onesdk)[ RSS](/packages/kly-laravel-onesdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (6)Versions (4)Used By (0)

laravel-onesdk
==============

[](#laravel-onesdk)

One APP SDK to laravel binding service provider

Prerequisite
------------

[](#prerequisite)

- Laravel &gt;= 5.5

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

[](#installation)

If you are using composer you could get it with `composer require kly/laravel-onesdk` and you are all set. Load up the autoloader and Call the classes or factory you need.

Register the Service Provider
-----------------------------

[](#register-the-service-provider)

Add the Service Provider to your application's config/app.php file. Must be added to the providers array.

```
'providers' => [
    One\Provider\OneSdkServiceProvider::class
]

```

Publish the Package configuration
---------------------------------

[](#publish-the-package-configuration)

This will publish the configuration file to your app's config directory. The location will be config/one.php. Specify your API settings there.

```
