PHPackages                             mrk-j/laposta - 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. mrk-j/laposta

ActiveLibrary[API Development](/categories/api)

mrk-j/laposta
=============

An easy way to work with the Laposta API

v1.0.2(5y ago)19.1k↓50%MITPHPPHP &gt;=7.4

Since May 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/mrk-j/laposta)[ Packagist](https://packagist.org/packages/mrk-j/laposta)[ Docs](https://github.com/mrk-j/laposta)[ RSS](/packages/mrk-j-laposta/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (5)Used By (0)

An easy way to work with the Laposta API
========================================

[](#an-easy-way-to-work-with-the-laposta-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d7764a8959cacdf1c9b0ec751c767f6ba96c2ef0a6840df1537ff402db8a2422/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d726b2d6a2f6c61706f7374612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mrk-j/laposta)[![Build Status](https://camo.githubusercontent.com/3821c4a7dfe696fa9550e0372b334317ae1c9b2b25ed4c3c3edc97c1e7a2478c/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6d726b2d6a2f6c61706f7374612f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/mrk-j/laposta)[![Quality Score](https://camo.githubusercontent.com/17a814e330e85528b6e4bade5e81901b904679169c3288b3075038bad70ff6a1/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6d726b2d6a2f6c61706f7374612e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/mrk-j/laposta)[![StyleCI](https://camo.githubusercontent.com/ff5642c27812a625be5690fea87bebd7035b8c3d1b280cf49066279ab288fd11/68747470733a2f2f7374796c6563692e696f2f7265706f732f39303431353833392f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/90415839)[![Total Downloads](https://camo.githubusercontent.com/eeadc2e1dc344bda38c58d36345260ddafd0244dadf64c3aa3c58829cf03a1e8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d726b2d6a2f6c61706f7374612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mrk-j/laposta)

This package provides an easy way to talk to the Laposta API. Laposta is a Dutch platform to send newsletters.

The current version of the package provides support to manage lists and members.

For more information regarding the Laposta API you can visit [their documentation](http://api.laposta.nl/doc/?lib=curl).

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

[](#installation)

You can install the package via composer:

```
composer require mrk-j/laposta
```

Usage
-----

[](#usage)

```
/* Create new Laposta instance */
$laposta = new Mrkj\Laposta\Laposta('{YOUR API KEY}');

/* Create new list */
$list = $laposta->createList('New list');

/* Update list */
$list->name = 'Updated list';
$laposta->updateList($list);

/* Delete list */
$laposta->deleteList($list);

/* Create new member */
$member = $laposta->createMember($list->id, 'foo@example.com');

/* Update member */
$member->email = 'bar@example.com';
$laposta->updateMember($member);

/* Delete member */
$laposta->deleteMember($member);
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Mark](https://github.com/mrk-j)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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 ~624 days

Total

3

Last Release

2044d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.0

v1.0.2PHP &gt;=7.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1250622?v=4)[Mark](/maintainers/mrk-j)[@mrk-j](https://github.com/mrk-j)

---

Top Contributors

[![mrk-j](https://avatars.githubusercontent.com/u/1250622?v=4)](https://github.com/mrk-j "mrk-j (45 commits)")

---

Tags

lapostaphpmrkjlaposta

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mrk-j-laposta/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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