PHPackages                             liwenyu/php-helpers - 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. liwenyu/php-helpers

ActiveLibrary

liwenyu/php-helpers
===================

Match the difference between two strings

v1.0.1(4y ago)17Apache-2.0PHPPHP &gt;4.0

Since Jun 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/liwenyu/php-helpers)[ Packagist](https://packagist.org/packages/liwenyu/php-helpers)[ Docs](https://github.com/liwenyu/php-helpers)[ RSS](/packages/liwenyu-php-helpers/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (2)DependenciesVersions (4)Used By (0)

PHP helpers
===========

[](#php-helpers)

Overview
--------

[](#overview)

Match the difference between two strings

What functions does it apply to? such as: SMS template At present, SMS sending is regulated by law, and template SMS was born. Template SMS generally requires that only template variables and values are submitted to the SMS gateway without submitting the original text, which will have a greater impact on the original b usiness system.

Install
-------

[](#install)

Add `liwenyu/php-helpers` to composer.json, you can assign version as `*`:

```
$ composer install
//or run
$ composer update
```

also we can do like this:

```
$ composer require liwenyu/php-helpers
```

Usage
-----

[](#usage)

```
