superflysnuka / netsuite-license-manager
This package is abandoned and no longer maintained.
No replacement package was suggested.
Manage NetSuite Licenses
1.0.1
2015-09-15 20:16 UTC
Requires
- php: >=5.4
- illuminate/log: 5.0.*
Requires (Dev)
- php: >=5.4.0
- illuminate/console: ~5.0
- illuminate/support: ~5.0
- mockery/mockery: ~0.9
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2016-03-03 08:04:22 UTC
README
Manage Licensed Connections to NetSuite
NetSuiteLicenseManager
Installation
Add superflysnuka/netsuite-license-manager
as a requirement to composer.json
:
{ "require": { "superflysnuka/netsuite-license-manager": "dev-master" } }
Update your packages with composer update
or install with composer install
.
Laravel Integration
Use the license manager:use SuperflySnuka\NetSuiteLicenseManager\LicenseManager;Instantiate the class and make a request
$licenseManager = new LicenseManager(); $licenseManager->request($auth);Licenses are automatically released when they are no longer in use.
License
NetSuiteLicenseManager is open-sourced software licensed under the MIT license