PHPackages                             ctsoft/laravel-letter-xpress - 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. ctsoft/laravel-letter-xpress

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

ctsoft/laravel-letter-xpress
============================

LetterXpress connection for Laravel.

v1.1.0(4y ago)0187MITPHPPHP ^7.2|^8.0

Since Feb 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ctsoft-de/laravel-letter-xpress)[ Packagist](https://packagist.org/packages/ctsoft/laravel-letter-xpress)[ RSS](/packages/ctsoft-laravel-letter-xpress/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Laravel LetterXpress
====================

[](#laravel-letterxpress)

This package connects Laravel to the LetterXpress API.

Install
-------

[](#install)

Install this package via Composer:

```
composer require ctsoft/laravel-letter-xpress

```

Add the following lines to your .env file and insert your own API credentials:

```
LETTER_XPRESS_API_USER=[username]
LETTER_XPRESS_API_KEY=[apikey]

```

If you want to use the sandbox add this line to your .env file:

```
LETTER_XPRESS_API_URL=https://sandbox.letterxpress.de/v1/

```

Usage
-----

[](#usage)

To set a new job:

```
use CTSoft\Laravel\LetterXpress\Facades\LetterXpress;
use CTSoft\Laravel\LetterXpress\Models\Letter;

$letter = (new Letter())
    ->setFile('document.pdf')           // Use one of this functions
    ->setDocument('PDF BINARY STRING')  // to set the document
    ->setColor(true)
    ->setDuplex(true);
...

$letter = LetterXpress::setJob($letter);
echo $letter->getJobId();
echo $letter->getPrice();
...
```

Notes
-----

[](#notes)

- Currently only set of a new job is supported
- Feel free to make a PR for additional features or ask for it via an issue

Security
--------

[](#security)

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

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

1565d ago

PHP version history (2 changes)v1.0.0PHP ^7.2

v1.1.0PHP ^7.2|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/29c1f1b7e5d226d275c75a52387ca5b394a8cff256bbb39fe8fcc9090b794d82?d=identicon)[ctsoft](/maintainers/ctsoft)

---

Top Contributors

[![domkrm](https://avatars.githubusercontent.com/u/10560668?v=4)](https://github.com/domkrm "domkrm (1 commits)")

---

Tags

laravelletterxpress

### Embed Badge

![Health badge](/badges/ctsoft-laravel-letter-xpress/health.svg)

```
[![Health](https://phpackages.com/badges/ctsoft-laravel-letter-xpress/health.svg)](https://phpackages.com/packages/ctsoft-laravel-letter-xpress)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k51.0M7.6k](/packages/larastan-larastan)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

76518.2M120](/packages/laravel-mcp)[api-platform/laravel

API Platform support for Laravel

59156.3k11](/packages/api-platform-laravel)[propaganistas/laravel-disposable-email

Disposable email validator

6012.9M7](/packages/propaganistas-laravel-disposable-email)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)

PHPackages © 2026

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