gather / jtar
gather ticket product
dev-main
2021-04-26 12:35 UTC
Requires
- php: >=7.2
- guzzlehttp/guzzle: ^6.2 || ^7.0
- guzzlehttp/psr7: ^1.7
- monolog/monolog: ^1.22 || ^2.0
- opensdk/suning: ^1.0
- phpmailer/phpmailer: ^6.1
- pimple/pimple: ^3.0
- psr/log: ^1.1
- psr/simple-cache: ^1.0
- symfony/cache: ^3.3 || ^4.3 || ^5.0
- symfony/error-handler: ^5.1 || ^4.4
This package is auto-updated.
Last update: 2025-02-22 06:31:19 UTC
README
Requirement
- PHP >= 7.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