Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

afxal/CustomsTariff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Mohamed Afzal
Dec 28, 2016
9633d78 · Dec 28, 2016

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maldives CustomsTariff

Build Status

Maldives Customs tariff data query library using http://customs.gov.mv/SearchTariff

Installation

$ composer require apo/customs-tariff

Usage

    $ct =  new CustomsTariff('food');
    $ct->getList();
    $ct =  new CustomsTariff();
    $ct->search('almond');
    $ct->toJson();
    $ct =  new CustomsTariff();
    $ct->search('tuna');
    $ct->setLimit(10)
    $ct->toJson();
    $ct =  new CustomsTariff();
    $ct->findCode('0302310000');
    $ct->toJson();

About

Maldives Customs tariff query library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages