Feat: Vectory Like#2
Open
MeeGz wants to merge 43 commits into
Open
Conversation
Feature/add vectory link driver
* Provides compatibility for Laravel 8. * ci upgrade php version * upgrade php cs fixer
Co-authored-by: robusta <olfatm17@gmail.com>
* feat: handle vodafone response * feat: handle infobip response * feat: handle connekio response * feat: rename sms manager * build: github actions workflow * build: github actions workflow * build: github actions workflow * build: github actions workflow * build: github actions workflow * build: github actions workflow * build: github actions workflow * build: github actions workflow * linter.yml * build: github actions workflow * build: fix php cs fixer config file * build: fix php cs fixer config file * build: fix php cs fixer config file * fix code style * ignore php cs fixer cache file * update readme file
* add gatewaysa sms * fix code style
* add support for PHP V8.1 and remove older versions * fix PHPUnit configuration issue and ignore its cache * build: change PHP version --------- Co-authored-by: muhamadhhassan <muhammad.shehata@robustastudio.com>
…eir international format
Use `get_mangled_object_vars()` with the `current()` method to avoid a deprecation warning caused by using an object with `current()` function
This is tested using the following URL: https://smsvas.vlserv.com/KannelSending/service.asmx/SendSMS
add missing return type
FIX: avoid using current() on objects as it's deprecated
fix: connekio driver accepts phone numbers preceeded by 2 to be in their international format
Add support for Brandencode SMS Driver
feat: add compatibility for Laravel 11
feat: upgrade to latest vectorylink REST/json APIs & updated response codes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feat: Vectory Like