An open API service indexing awesome lists of open source software.

https://github.com/phlib/litmus-subjectline-preview

SDK for accessing Litmus subject line preview images
https://github.com/phlib/litmus-subjectline-preview

Last synced: 5 months ago
JSON representation

SDK for accessing Litmus subject line preview images

Awesome Lists containing this project

README

          

# phlib/litmus-subjectline-preview

[![Code Checks](https://img.shields.io/github/actions/workflow/status/phlib/litmus-subjectline-preview/code-checks.yml?logo=github)](https://github.com/phlib/litmus-subjectline-preview/actions/workflows/code-checks.yml)
[![Codecov](https://img.shields.io/codecov/c/github/phlib/litmus-subjectline-preview.svg?logo=codecov)](https://codecov.io/gh/phlib/litmus-subjectline-preview)
[![Latest Stable Version](https://img.shields.io/packagist/v/phlib/litmus-subjectline-preview.svg?logo=packagist)](https://packagist.org/packages/phlib/litmus-subjectline-preview)
[![Total Downloads](https://img.shields.io/packagist/dt/phlib/litmus-subjectline-preview.svg?logo=packagist)](https://packagist.org/packages/phlib/litmus-subjectline-preview)
![Licence](https://img.shields.io/github/license/phlib/litmus-subjectline-preview.svg)

SDK to generate Litmus subject line preview images.

**April 2021**: [Phlib](https://github.com/phlib) have taken over the
maintenance of [`yzalis/litmus`](https://github.com/yzalis/litmus)
(original [Packagist](https://packagist.org/packages/yzalis/litmus))
from [blaugueux](https://github.com/blaugueux), now available as
[`phlib/litmus-reseller-sdk`](https://github.com/phlib/litmus-reseller-sdk).
Huge thanks for trusting us to continue his work! \
This package has been created to split the _subject line preview_ elements.

## Install

Via Composer

```sh
$ composer require phlib/litmus-subjectline-preview
```

## Usage

Check [example.php](example/example.php)

## License

This package is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see .