定制 esimcard/esimcard-sdk 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

esimcard/esimcard-sdk

最新稳定版本:v1.08

Composer 安装命令:

composer require esimcard/esimcard-sdk

包简介

ESIM Card SDK

README 文档

README

Certainly! Here's an updated version of the README file template for your esimcard-php-sdk project:

eSIM Card PHP SDK

Build Status PHP Version License Latest Stable Version Total Downloads

Introduction

The eSIM Card PHP SDK provides a convenient way to integrate eSIM functionality into PHP applications. It allows you to manage eSIM profiles, perform activation, and handle eSIM lifecycle events through a simple and intuitive API.

Features

  • Packages View: View available eSIM packages.
  • Pricing View: Retrieve pricing information for eSIM services.
  • My Bundles: Manage your purchased eSIM bundles.
  • Buy eSIM: Purchase eSIM profiles through the SDK.
  • eSIM Details: Fetch details of specific eSIM profiles.

Installation

You can install the SDK via Composer:

composer require esimcard/esimcard-sdk

Usage

Initialize the SDK

require_once 'vendor/autoload.php';

use Esimcard\EsimcardSdk\EsimCard;

$token = 'get token from portal'
$client = new EsimCard($token,$sandbox = false);

Example: Get an eSIM Pricing

try {
    $pricing = $client->pricing();
    print_r($pricing);
} catch (\Exception $e) {
    echo "Failed to create eSIM profile: " . $e->getMessage();
}

Support

For support or inquiries, please contact us at support@esimcard.com.

Feel free to further customize the sections and details based on your specific SDK functionalities and documentation needs.

统计信息

  • 总下载量: 50
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-06-21