simontelephonics / smsconnector

SMS Connector module for FreePBX 16 and 17
https://simon.tel/open-source/
GNU General Public License v3.0
43 stars 16 forks source link

Composer telnyx-php #6

Closed vsc55 closed 1 year ago

vsc55 commented 1 year ago

Use composer to install external libraries (telnyx-php)

billsimon commented 1 year ago

Hi, thank you for this, however I decided to remove the Telnyx php-lib altogether. The API request is simple, so let's use the Requests library with Telnyx like we do with the other providers. It cleans up a lot of files and doesn't load unnecessary code.