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 3w 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 66% 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

3635d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1077327?v=4)[Piotr Rzeczkowski](/maintainers/rzeczkowskip)[@rzeczkowskip](https://github.com/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

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.7k371.6k6](/packages/theodo-group-llphant)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.5M10](/packages/checkout-checkout-sdk-php)[clicksend/clicksend-php

301.6M11](/packages/clicksend-clicksend-php)

PHPackages © 2026

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