Download the PHP package nstack/laravel-sdk without Composer
On this page you can find all versions of the php package nstack/laravel-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nstack/laravel-sdk
More information about nstack/laravel-sdk
Files in nstack/laravel-sdk
Package laravel-sdk
Short Description Laravel SDK for NStack
License MIT
Homepage http://nodesagency.com
Informations about the package laravel-sdk
Laravel-sdk
📝 Introduction
An API wrapper for nstack.io API
📦 Installation
To install this package you will need:
- PHP 7.1+
Run
composer require nstack/laravel-sdk
or setup in composer.json
nstack/laravel-sdk: 1.0.x
In config/app.php
(Laravel) or bootstrap/app.php
(Lumen) you should replace Laravel's translation service provider
by the one included in this package:
Setup in config/app.php
Copy config over from vendor/nstack/config/nstack.php to project/config/nstack.php
⚙ Usage
You can now call via facade, eg:
``
or via global function
or via integration with trans()
helper
All the basic fuctionality can be found in the php-sdk
Features
[x] Register php-sdk in laravel provider, with Facade and global func
[x] Translate provider for localization using laravels global func: trans(key)
All PHP functionality can be found
🏆 Credits
This package is developed and maintained by the PHP team at Monstarlab
📄 License
This package is open-sourced software licensed under the MIT license
All versions of laravel-sdk with dependencies
nstack/php-sdk Version 1.0.*
illuminate/translation Version 5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0