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 1mo 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 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

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

1520d 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

3274.9M308](/packages/psalm-plugin-laravel)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[spatie/laravel-enum

Laravel Enum support

3655.4M31](/packages/spatie-laravel-enum)[proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

1.1k2.3M49](/packages/proengsoft-laravel-jsvalidation)[watson/active

Laravel helper for recognising the current route, controller and action

3253.6M14](/packages/watson-active)[laragear/preload

Effortlessly make a Preload script for your Laravel application.

119363.5k](/packages/laragear-preload)

PHPackages © 2026

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