PHPackages                             sendloop/sendloop - 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. sendloop/sendloop

ActiveLibrary[API Development](/categories/api)

sendloop/sendloop
=================

Sendloop API Wrapper for PHP

3.0.0(11y ago)26.2k↑42.2%2[2 PRs](https://github.com/sendloop/php-api-wrapper/pulls)1GNU GPL v3PHPPHP &gt;=5.2.0

Since Apr 1Pushed 10y ago4 watchersCompare

[ Source](https://github.com/sendloop/php-api-wrapper)[ Packagist](https://packagist.org/packages/sendloop/sendloop)[ Docs](https://sendloop.com)[ RSS](/packages/sendloop-sendloop/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (1)

PHP wrapper class for Sendloop API v3
=====================================

[](#php-wrapper-class-for-sendloop-api-v3)

[![Latest Stable Version](https://camo.githubusercontent.com/eca54894e2b36b6701f03b0ec7cbb8081222adb9d24748c23e7afa705ae47f14/68747470733a2f2f706f7365722e707567782e6f72672f73656e646c6f6f702f73656e646c6f6f702f762f737461626c652e737667)](https://packagist.org/packages/sendloop/sendloop) [![Monthly Downloads](https://camo.githubusercontent.com/9f6854fe9e556a4ecc139cfb750bf1ac94e3364eb929201e719482036ddae2dc/68747470733a2f2f706f7365722e707567782e6f72672f73656e646c6f6f702f73656e646c6f6f702f642f6d6f6e74686c792e706e67)](https://packagist.org/packages/sendloop/sendloop) [![License](https://camo.githubusercontent.com/d3b337f02516bbc93670ab80107e29d612e62aca627d85cdfc2484f4a2c39470/68747470733a2f2f706f7365722e707567782e6f72672f73656e646c6f6f702f73656e646c6f6f702f6c6963656e73652e737667)](https://packagist.org/packages/sendloop/sendloop)

For more details about API v3, please visit our help section at

- [Installation](#installation)
- [Demo](#demo)
- [Documentation](#documentation)

Installation
------------

[](#installation)

Simply add the package to your `composer.json` file and run `composer update`.

```
"sendloop/sendloop": "dev-master"

```

Or go to your project directory where the `composer.json` file is located and type:

```
composer require "sendloop/sendloop"
```

Demo
----

[](#demo)

```
  $sendloop = new Sendloop\SendloopAPI3('YOUR_API3_KEY', 'SENDLOOP_SUBDOMAIN', 'json');
  $sendloop->run('List.GetList',array());

  print_r($sendloop->Result);
```

Documentation
-------------

[](#documentation)

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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

Unknown

Total

1

Last Release

4110d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1097170?v=4)[Emir Karşıyakalı](/maintainers/emir)[@emir](https://github.com/emir)

![](https://www.gravatar.com/avatar/a082ec1678326c4fbec32c031f0558d45c2664f51e3a598c7c138881f82e3d4c?d=identicon)[sendloop](/maintainers/sendloop)

---

Top Contributors

[![emir](https://avatars.githubusercontent.com/u/1097170?v=4)](https://github.com/emir "emir (2 commits)")[![merthurturk](https://avatars.githubusercontent.com/u/1395005?v=4)](https://github.com/merthurturk "merthurturk (2 commits)")

---

Tags

apisendloopocteth

### Embed Badge

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

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

###  Alternatives

[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22879.8k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

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