Skip to content

Commit 7a25279

Browse files
committed
Add packagist badge
Adjust changelog
1 parent 3d4e74c commit 7a25279

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
## 4.2.0 - 2025-12-19
44
* Support PHP 8.5 (upgrade your Guzzle dependency to `^7.10.0` - see [this issue](https://github.com/guzzle/guzzle/issues/3297)).
5-
* Remove Coveralls reporting as the dependency is unmaintained.
65

76
## 4.1.0 - 2025-03-19
87
* Add support for `encoding` via `SMSMessage::ENCODING_UTF8` and `SMSMessage::ENCODING_UCS2`. Default is `null`, which

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![Build Status](https://github.com/nickdnk/gatewayapi-php/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/nickdnk/gatewayapi-php/actions)
22
[![Coverage Status](https://coveralls.io/repos/github/nickdnk/gatewayapi-php/badge.svg?branch=master)](https://coveralls.io/github/nickdnk/gatewayapi-php?branch=master)
3+
[![Downloads](https://img.shields.io/packagist/dt/nickdnk/gatewayapi-php)](https://packagist.org/packages/nickdnk/gatewayapi-php)
34
# GatewayAPI PHP Library
45

56
This library will allow you to integrate the **GatewayAPI.com** API in your project using modern PHP.

0 commit comments

Comments
 (0)