laravel im making a web based reminder system that can send a message in sms - laravel

I am making a web based reminder sysyem in laravel that can send a message in sms and I am still new to laravel could you guys help on what should I use?
I am from Philippines
and also an sms api that can use on Philippines on the laravel
thank you

You can use this service thetexting . It has sample code for php or anything which you want to integrate in.
I hope it helps.
also you can use sinch or twilio for sms sending, search each of them.

Related

Receiving text with C# SDK

While exploring RingCentral C# SDK, we have a requirement of receiving SMS.
I know how to use C# SDK for sending SDK, but wanted to get an idea of receiving it.
I am not sure any plugin I need to fit here.
I haven't got proper answer even searching the Internet.
Any help will be appreciated.
You can receive inbound SMS by subscribing to event notifications for new SMS or by polling the message store API.
Subscribing for Event Notifications
There are to ways to subscribe, using PubNub and using Webhooks.
Using PubNub, you can receive SMS. Check it out here:
https://github.com/ringcentral/ringcentral-csharp-client/blob/master/RingCentral.Test/SubscripotionTest.cs#L31
If you want WebHook, check the reference:
https://github.com/ringcentral/ringcentral-csharp-client/blob/master/RingCentral.Test/WebHookTest.cs
Polling
The direct API of RingCentral APIs to receive SMS content is:
/restapi/v1.0/account/~/extension/~/message-store/<message id>/content/<attachment id>
Here you need to put the message id and the attachment id which you can use in your C#.

Send voice message using laravel-pusher without twilio

I'm working on a messenger like telegram or whatsApp but my app is a game.
Players will send their voice messages to group. For some other features I installed This package to have broadcasting system and everything is fine.
Now I need to use some kind of webrtc but as it's my first experience in that field, I'm not sure how can I handle recorded audio in the server and stream that file to other users joined to group using pusher and laravel echo!
After some research I found twilio but I want to have my own server just like the package mentioned before.
Do you have any suggestion or experience?
Thanks in advance

how to configure a chat of whatapp with laravel app and twilio

I'm trying to create a sandbox chat with twilio with la-ravel using whats-app but unfortunately i found i cant handle to consume the whats-app twilio API for whats-app and use it am a bit good in la-ravel but not much in API please help
i want to send my message to the user that has subscribed to my whats-app number given by twilio and let the user be able to reply so i can get the message back

How can implement Twilio call recording in Laravel 5.2?

How can implement Twilio call recording in Laravel 5.2?What about the incoming calls and outgoing calls connect with laravel 5.2 and twilio?How retrieve the recorded call from twilio storage of each user?
Thanks in advance :)

How to transfer my domain from bluehost, enable email notification and receive emails?

This is sort of planning question . I have my domain at bluehost.com. But since I started to learn laravel and I am currently having temp domain in hover and I have forge/digitalocean solution.. Now I want to pull my real domain and make some email inboxes for my team.. how can I achieve that.. what tools I need to use.. my question has three parts :
1- How to pull my old domain from bluehost to forge/digitalocea, ? 2- How to create email for my team such as support#mydomain.com .. admin#mydomain.com and I want to get emails from outside world 3- How can I send email notifications from my project such as ,, account confirmation.. etc? ( I tried mailgun but it seems it not stable. it failed sometimes to send and sometimes there is delay ).
Please advice!!
How to pull my old domain from bluehost to forge/digitalocean?
Please refer on this link: https://www.digitalocean.com/community/tutorials/how-to-set-up-a-host-name-with-digitalocean
Or see an example here: http://bivori.com/migration-form-bluehost-to-digitalocean/
How to create an email server?
You can use and integrate Zoho Mail Server for Free upto 25 users.
Just follow this link:
https://www.digitalocean.com/community/tutorials/how-to-set-up-zoho-mail-with-a-custom-domain-managed-by-digitalocean-dns
How can I process email messaging?
If your using Laravel, I suggest you follow instructions as stated in their manual:
https://laravel.com/docs/5.3/mail

Resources