Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soundslocke authored Oct 31, 2022
1 parent ed371bd commit bf079ba
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,23 @@

Character counter for SMS Messages

[![Build Status](https://img.shields.io/travis/instasent/sms-counter-php.svg?style=flat-square)](https://travis-ci.org/instasent/sms-counter-php)
[![SensioLabsInsight](https://img.shields.io/sensiolabs/i/0a2fa87a-0287-46f6-b8b5-818b44a2b9f9.svg?style=flat-square)](https://insight.sensiolabs.com/projects/0a2fa87a-0287-46f6-b8b5-818b44a2b9f9)
## GigSalad fork 🍴

This forked repository was created to achieve PHP 8.1 compatibility plus a few other improvements. See our pull request for a complete description of what has been improved: **https://github.com/instasent/sms-counter-php/pull/24**

This library can be used via Composer by setting the library version to `dev-main` and adding a `repositories` key within `composer.json` like so:

```
...
"repositories": [
{
"type": "vcs",
"url": "https://github.com/GigSalad/sms-counter-php"
}
]
...
```


## Usage

Expand Down

0 comments on commit bf079ba

Please sign in to comment.