PHPackages                             sk-web-app-api/skwebapp-api - 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. [API Development](/categories/api)
4. /
5. sk-web-app-api/skwebapp-api

ActiveProject[API Development](/categories/api)

sk-web-app-api/skwebapp-api
===========================

'The best we are

1.2(6y ago)09PHP

Since Apr 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/andoidam/skwebapp-api)[ Packagist](https://packagist.org/packages/sk-web-app-api/skwebapp-api)[ RSS](/packages/sk-web-app-api-skwebapp-api/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

API - Send message &amp; Subscribe for users
============================================

[](#api---send-message--subscribe-for-users)

Welcome to our API
------------------

[](#welcome-to-our-api)

Here are a few steps to use this API :

Consume APi :
-------------

[](#consume-api-)

### Step 1

[](#step-1)

- In your own project -&gt; Create new folder
- Open it with your editor, Go to terminal or Git Bash ,
- Execute : 👇

```
    * git init
    * composer require sk-web-app-api/skwebapp-api
```

- if you take a look at this folder , you find some files added..

    ```
              --.git
              --vendor
                  --composer
                  --sk-web-app-api
                  --autoload.php
              --composer.json
              --composer.lock

    ```

### Step 2

[](#step-2)

Wherever you want to use this APi, into your 'file.php':

- Call : require\_once './vendor/autoload.php';
- Instantiate the class "SkMailing" with its namespace :

exemple :

$instClass = new \\SkMailing\\SkMailing();

- Data to provide :

    ```
    * $data['askmailconfirm'] = true;
    * $data['firstname'] = "...";
    * $data['lastname'] = "...";
    * $data['email'] = "...";

    * $message_id = "...";
    * $mailing_id= "...";

    * $response_format = 'json';// json or array , default 'json'

    ```

### Call functions :

[](#call-functions-)

- Send Mail funcion $instClass-&gt;sendmail($data,$message\_id, 'array'));
- Subcribe funcion $instClass-&gt;subscribe\_to\_ml($data,$mailing\_id));

### Problems? Please let us know

[](#problems-please-let-us-know)

If you run into any problems or issues, **please** let us know so we can address and fix them right away. You can contact us 😄

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

3

Last Release

2219d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6974093c3a6757965de5625092c57921ed64f1a65d62c398277cbc20779d6caa?d=identicon)[EL\_N](/maintainers/EL_N)

---

Top Contributors

[![EL-Na](https://avatars.githubusercontent.com/u/62297712?v=4)](https://github.com/EL-Na "EL-Na (6 commits)")

### Embed Badge

![Health badge](/badges/sk-web-app-api-skwebapp-api/health.svg)

```
[![Health](https://phpackages.com/badges/sk-web-app-api-skwebapp-api/health.svg)](https://phpackages.com/packages/sk-web-app-api-skwebapp-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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