There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Sending SMS via the Nexmo SMS gateway. Quick Examples -------------- 1) Sending an SMS $sms = new NexmoMessage('account_key', 'account_secret'); $sms->sendText( '+447234567890', 'MyApp', 'Hello world!' ); 2) Recieving SMS $sms = new NexmoMessage('account_key', 'account_secret'); if ($sms->inboundText()) { $sms->reply('You said: ' . $sms->text); } 3) Recieving a message receipt $receipt = new NexmoReceipt(); if ($receipt->exists()) { switch ($receipt->status) { case $receipt::STATUS_DELIVERED: // The message was delivered to the handset! break; case $receipt::STATUS_FAILED: case $receipt::STATUS_EXPIRED: // The message failed to be delivered break; } } 4) List purchased numbers on your account $account = new NexmoAccount('account_key', 'account_secret'); $numbers = $account->numbersList(); Most Frequent Issues -------------------- Sending a message returns false. This is usually due to your webserver unable to send a request to Nexmo. Make sure the following are met: 1) Either CURL is enabled for your PHP installation or the PHP option 'allow_url_fopen' is set to 1 (default). 2) You have no firewalls blocking access to rest.nexmo.com/sms/json on port 443. Your message appears to have been sent but you do not recieve it. Run the example.php file included. This will show any errors that are returned from Nexmo.
KiwiIRC
This is **DEPRECATED**! Please go to https://github.com/kiwiirc/kiwiircIRCD-Balancer
IRCD Load Balancer + traffic filteringPhastebin
PHP Port of the Hastebin pastebinznc-httpadmin
Administer ZNC via HTTP requestspostage
A web based email/other messaging clientirc-bnc
Extensible IRC Bouncerkiwi_mobile
Kiwi IRC Mobile AppRedditSmtp
Send emails to reddits inboxesircexperiment
Experimental IRC server. Reloadable 0 downtime in golangminimetrics
Standalone statsd server + dashboardlogicalsockets
Separate incoming sockets from the logicsumframework
irc.dev
nwtests
metrics
nodejsnetconnect
Demonstrating the order of events of nodejs TCP socketskiwiirc-next-server
test
docstest
headlesscms
A lightweight, flat file, headless CMSrevels
Love Open Source and this site? Check out how you can help us