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. esimcard/esimcard-sdk

ActiveLibrary

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

ESIM Card SDK

v1.08(1y ago)054↓100%MITPHPPHP &gt;=7.2

Since Jun 21Pushed 1y 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 1mo ago

READMEChangelog (10)DependenciesVersions (19)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

27

—

LowBetter than 49% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.4% 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 ~5 days

Recently: every ~18 days

Total

18

Last Release

593d ago

Major Versions

v0.10 → v1.012024-07-12

### 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)")

### 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)
```

PHPackages © 2026

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