gather/jtar

gather ticket product

dev-main 2021-04-26 12:35 UTC

This package is auto-updated.

Last update: 2024-04-22 04:41:39 UTC


README

Requirement

  1. PHP >= 7.2
  2. Composer

Installation

$ composer require "gather/jtar:dev-main" -vvv

Usage

基本使用:

<?php

use Gather\Factory;
$config = [
    'tk'    =>  [
        'miao_you_quan' =>  [
            'apkey'  =>  '',
            'tbname' => '',
            'pid'    => '',
        ]
    ],
];
try {
    $result = Factory::collect($config)->tk_product->productLinkId(627430191595,'2702510978');
    var_dump($result);
}catch (Exception $exception){
    //  打印日志
    $exception->getMessage();
}

License

MIT