africastalking-php icon indicating copy to clipboard operation
africastalking-php copied to clipboard

Can I make a PR to this repo?

Open mwakaambrose opened this issue 6 years ago • 4 comments

I would like a more fluent Api to this SDKs here is an example.

 SMS::with('username', 'api_key'))
 ->to('recipient[s]')
 ->message('hello world')
 ->as('SENDER')
 ->asPremium()
 ->shouldEnqueue()
 ->addOtherOptions([options]);
 ->done()

I believe this is more clean and straight forward to get started with. This is just a sample. If you guys are open to it, I will be more than glad to provide more information.

mwakaambrose avatar Feb 15 '19 08:02 mwakaambrose

I think we should just make a whole new AT package

marvinhosea avatar Jun 10 '20 08:06 marvinhosea

Start one ... I'll join in

r115 avatar Jun 10 '20 08:06 r115

I think we should just make a whole new AT package

Sounds good to me.

mwakaambrose avatar Jun 10 '20 11:06 mwakaambrose

Hey guys, you can definitely make a PR to the repo. Would be nice to see an update for the PHP library

AnthonyLimo avatar Jun 25 '20 16:06 AnthonyLimo