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

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages