Download the PHP package javaabu/customs-api without Composer
On this page you can find all versions of the php package javaabu/customs-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download javaabu/customs-api
More information about javaabu/customs-api
Files in javaabu/customs-api
Package customs-api
Short Description PHP SDK for interacting with the Maldives Customs Service API
License MIT
Homepage https://github.com/Javaabu/customs-api
Informations about the package customs-api
Customs API
PHP SDK for interacting with the Maldives Customs Service API
Contents
- Installation
- Setting up the Customs API credentials
- Usage
- Available Methods
- Changelog
- Testing
- Security
- Contributing
- Credits
- License
- Disclaimer
Installation
You can install the package via composer:
Laravel 5.5 and above uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
After updating composer, add the ServiceProvider to the providers array in config/app.php
Optionally add the facade.
Setting up the Customs API credentials
Add your Customs Username, Password, and Url (optional) to your config/services.php
:
Usage
Using the App container:
Using the Facade
Available Methods
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Javaabu Pvt. Ltd.
- Arushad Ahmed (@dash8x)
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Disclaimer
This package is not in any way officially affiliated with Maldives Customs Service. The "Customs" name has been used under fair use.
All versions of customs-api with dependencies
guzzlehttp/guzzle Version ~7.0
illuminate/support Version ^5.6|^6.0|^7.0|^8.0|^9.0