madkting/sdk-php

SDK for madkting platform

2.0.0 2023-06-29 16:30 UTC

This package is auto-updated.

Last update: 2024-04-30 00:38:59 UTC


README

[![Latest Version on Packagist][ico-version]][link-packagist] ![Software License][ico-license] [![Build Status][ico-travis]][link-travis] [![Coverage Status][ico-scrutinizer]][link-scrutinizer] [![Quality Score][ico-code-quality]][link-code-quality] [![Total Downloads][ico-downloads]][link-downloads]

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

Install

Via Composer

$ composer require madkting/sdk-php

Usage

$client = new madkting\sdk-php();
$config = array('token' => "ABC123");
$client = new Madkting\MadktingClient($config);
$orderService = $client->serviceOrder();

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email camacho@madkting.com instead of using the issue tracker.

Credits

  • [Jesus Camacho][link-author]
  • [All Contributors][link-contributors]

License

The MIT License (MIT). Please see License File for more information.