PHPackages                             wizjo/freshmail - 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. wizjo/freshmail

ActiveLibrary[API Development](/categories/api)

wizjo/freshmail
===============

v1.0.0(9y ago)04.4k1MITPHP

Since Jul 11Pushed 9y ago2 watchersCompare

[ Source](https://github.com/wizjostudio/FreshMail)[ Packagist](https://packagist.org/packages/wizjo/freshmail)[ RSS](/packages/wizjo-freshmail/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

FreshMail
=========

[](#freshmail)

A PHP library that easies usage of FreshMail REST API

Installation
============

[](#installation)

The easiest way to get install the library is by using composer:

`composer require wizjo/freshmail`

Basic usage
===========

[](#basic-usage)

```
$fm = new \Wizjo\FreshMail(API_KEY, API_SECRET);

//get request
$action = $fm->request('/ping');
$data = $action->getData();
echo $data['data']; //will print "pong"

//post request
$action = $fm->request('/ping', ['test' => 'data']);
$data = $action->getData();
echo $data['data']['test']; //will print "data"
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Unknown

Total

1

Last Release

3590d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/544ac109880dc3a81d5c077e79d4277a2056dc1346cb9b22f2226890d6eeacac?d=identicon)[rzeczkowskip](/maintainers/rzeczkowskip)

---

Tags

apifreshmail

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wizjo-freshmail/health.svg)

```
[![Health](https://phpackages.com/badges/wizjo-freshmail/health.svg)](https://phpackages.com/packages/wizjo-freshmail)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

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