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
- Host: GitHub
- URL: https://github.com/phlib/litmus-subjectline-preview
- Owner: phlib
- License: lgpl-3.0
- Created: 2021-04-03T05:00:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T17:11:37.000Z (over 1 year ago)
- Last Synced: 2025-07-21T04:48:04.390Z (12 months ago)
- Language: PHP
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# phlib/litmus-subjectline-preview
[](https://github.com/phlib/litmus-subjectline-preview/actions/workflows/code-checks.yml)
[](https://codecov.io/gh/phlib/litmus-subjectline-preview)
[](https://packagist.org/packages/phlib/litmus-subjectline-preview)
[](https://packagist.org/packages/phlib/litmus-subjectline-preview)

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 .