/vfax-api-client

PHP API client for VFax (SEJONG Telecom Service)

Primary LanguagePHPMIT LicenseMIT

PHP API client for VFax (SEJONG Telecom Service)

Install using composer

Open a shell, cd to your poject and type:

composer require devhun/vfax-api-client

or edit composer.json and add:

{
    "require": {
        "devhun/vfax-api-client": "~1.0"
    }
}

If you want to use the GuzzleHttpAdapter, you will need to add Guzzle 6.