PHPackages                             esimcard/esimcard-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. esimcard/esimcard-sdk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

esimcard/esimcard-sdk
=====================

ESIM Card SDK

v2.0.2(1mo ago)068↓77.8%MITPHPPHP &gt;=7.2

Since Jun 21Pushed 1mo agoCompare

[ Source](https://github.com/Codiea/esimcard-php-sdk)[ Packagist](https://packagist.org/packages/esimcard/esimcard-sdk)[ RSS](/packages/esimcard-esimcard-sdk/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (10)Dependencies (1)Versions (23)Used By (0)

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

---

eSIM Card PHP SDK
=================

[](#esim-card-php-sdk)

[![Build Status](https://camo.githubusercontent.com/f8e80a2fe297d21208df7c4fd79cea0288aa2eb312e80e00034c9101bb3314df/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f253742757365726e616d652537442f2537427265706f2537442e7376673f7374796c653d666c6174)](https://camo.githubusercontent.com/f8e80a2fe297d21208df7c4fd79cea0288aa2eb312e80e00034c9101bb3314df/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f253742757365726e616d652537442f2537427265706f2537442e7376673f7374796c653d666c6174)[![PHP Version](https://camo.githubusercontent.com/eb6eee1fc11c1c3a1131db152388ab531c269621432263632cb4ffdb373d6255/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f253742757365726e616d652537442f2537427265706f2537442e737667)](https://camo.githubusercontent.com/eb6eee1fc11c1c3a1131db152388ab531c269621432263632cb4ffdb373d6255/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f253742757365726e616d652537442f2537427265706f2537442e737667)[![License](https://camo.githubusercontent.com/3d7897c796d2ce4954b8c99248c5ef093c4b9e2cdba94353cc7a438228c88b9e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f253742757365726e616d652537442f2537427265706f2537442e737667)](https://camo.githubusercontent.com/3d7897c796d2ce4954b8c99248c5ef093c4b9e2cdba94353cc7a438228c88b9e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f253742757365726e616d652537442f2537427265706f2537442e737667)[![Latest Stable Version](https://camo.githubusercontent.com/cb3f979ce2a55a6a0a91049fbf3d04848e8ca6a7928e36c39c1ef193e9a52b93/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f253742757365726e616d652537442f2537427265706f2537442e737667)](https://camo.githubusercontent.com/cb3f979ce2a55a6a0a91049fbf3d04848e8ca6a7928e36c39c1ef193e9a52b93/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f253742757365726e616d652537442f2537427265706f2537442e737667)[![Total Downloads](https://camo.githubusercontent.com/5fcfa015a8326b0cabf3097452263377baa76c5a41eae4c5d2ea1ab9f51075af/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f253742757365726e616d652537442f2537427265706f2537442e737667)](https://camo.githubusercontent.com/5fcfa015a8326b0cabf3097452263377baa76c5a41eae4c5d2ea1ab9f51075af/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f253742757365726e616d652537442f2537427265706f2537442e737667)

Introduction
------------

[](#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
--------

[](#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
------------

[](#installation)

You can install the SDK via Composer:

```
composer require esimcard/esimcard-sdk
```

Usage
-----

[](#usage)

### Initialize the SDK

[](#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

[](#example-get-an-esim-pricing)

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

Support
-------

[](#support)

For support or inquiries, please contact us at .

---

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

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance92

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 89.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~33 days

Recently: every ~150 days

Total

22

Last Release

39d ago

Major Versions

v0.10 → v1.012024-07-12

v1.0.9 → v2.0.02026-04-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/32c8c6107853e70d0a3745f4d54bc0417c6ccc2f61df0737168fa16143367ab4?d=identicon)[saadactivatewireless](/maintainers/saadactivatewireless)

---

Top Contributors

[![SaadMuzamil](https://avatars.githubusercontent.com/u/50258210?v=4)](https://github.com/SaadMuzamil "SaadMuzamil (34 commits)")[![SaadbinMuzamil](https://avatars.githubusercontent.com/u/95357913?v=4)](https://github.com/SaadbinMuzamil "SaadbinMuzamil (2 commits)")[![Zaeem-Hashmi](https://avatars.githubusercontent.com/u/104620740?v=4)](https://github.com/Zaeem-Hashmi "Zaeem-Hashmi (1 commits)")[![Zubair-Iftikhar](https://avatars.githubusercontent.com/u/11349938?v=4)](https://github.com/Zubair-Iftikhar "Zubair-Iftikhar (1 commits)")

### Embed Badge

![Health badge](/badges/esimcard-esimcard-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/esimcard-esimcard-sdk/health.svg)](https://phpackages.com/packages/esimcard-esimcard-sdk)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

749284.3k35](/packages/civicrm-civicrm-core)[roundcube/roundcubemail

The Roundcube Webmail suite

7.0k1.4k3](/packages/roundcube-roundcubemail)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[nfse-nacional/nfse-php

This is my package nfse

1523.1k](/packages/nfse-nacional-nfse-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
