dcrownak / sms-counter-php

SMS Counter PHP Class Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#SMS Counter (PHP) Character counter for SMS Messages Original insipration : danxexe/sms-counter

Build Status

##Usage

SMSCounter::count('some-string-to-be-counted');	

which returns

stdClass Object
(
	[encoding] => GSM_7BIT
	[length] => 25
	[per_message] => 160
	[remaining] => 135
	[messages] => 1
)

##Installation sms-counter-php is available via composer on packagist.

{
    "require": {
        "acpmasquerade/sms-counter-php": "dev-master"
    }
}

##License SMS Counter (PHP) is released under the MIT License

About

SMS Counter PHP Class Library

License:MIT License


Languages

Language:PHP 100.0%