Code Monkey home page Code Monkey logo

Comments (5)

SimplyCorey avatar SimplyCorey commented on August 26, 2024

Hey there,

Did you run php artisan vendor:publish? If so, the settings should be saved under config/sms.php

Let me know if you need anymore help!

from simple-sms.

parithiban avatar parithiban commented on August 26, 2024

Hi,

Thanks for the reply.I got the sms configuration after installing "smart-crowd/simple-sms-drivers".
My Question is this:

if i hit this url through curl i am able to send sms how to implement this in your package??
http://api.unicel.in/SendSMS/sendmsg.php?uname=XXXXX&pass=XXXXX&send=XXXX&dest=91".$mobilenumber."&msg=".$bodycontent."&concat=1

And where to set the sms driver credentials for unicel in your package list as there are only some defined drivers are given

from simple-sms.

SimplyCorey avatar SimplyCorey commented on August 26, 2024

I am confused. I am unable to find smart-crowd/simple-sms-drivers

We do not currently have a driver for Unicel. If you wanted to create one, you would need to create a new driver using the DriverInterface class. Afterwards you would need to register this with the DriverManager and set your config/sms.php config file.

I would suggest looking at one of the current drivers for more information. CallFire would be a great example and you would not need to adjust much of the class.

https://github.com/SimpleSoftwareIO/simple-sms/blob/master/src/SimpleSoftwareIO/SMS/Drivers/CallFireSMS.php

I may be able to add this driver to our official package. Does Unicel have a free tier that I can use to build this class?

from simple-sms.

Ellrion avatar Ellrion commented on August 26, 2024

@SimplyCorey , @parithiban talks about (https://github.com/SmartCrowd/simple-sms-drivers)
But I do not understand his problem

from simple-sms.

SimplyCorey avatar SimplyCorey commented on August 26, 2024

I'm not sure of the exact issue as well. @parithiban Please clarify.

from simple-sms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.