Skip to content

Releases: team-telnyx/telnyx-php

3.0.0 Update (PHP 8.2+ Support)

03 Oct 16:09
ee11803
Compare
Choose a tag to compare

THIS IS A BREAKING UPDATE, IF YOU NEED SUPPORT FOR PHP VER < 8, ROLLBACK TO 2.9.0

  • Update to support PHP 8.0+
  • Parity update to current API Spec
  • Many bug fixes

If there are issues or missing endpoints, please open a new issue to reference the new update and will be fixed ASAP. This is a big architectural change, so bugs are expected.

Note: Testing cases to resolve type issues are a WIP

Fix Class Names for 10DLC Endpoints

14 Sep 10:11
Compare
Choose a tag to compare

10DLC Endpoints shared wrong class names, this fixes that

10DLC Support

13 Sep 05:37
cfbfe48
Compare
Choose a tag to compare

Added support for:

Brand
Campaign
Phone Number Campaigns
Bulk Phone Number Campaigns

Binary value issue in Credential Connection

21 Nov 14:42
Compare
Choose a tag to compare
  • Solved the binary value issue in Credential Connection

Telephony Credentials (WebRTC) and Porting Orders

02 Aug 19:00
9fc3895
Compare
Choose a tag to compare
  • Telephony Credentials (WebRTC)
  • Porting Orders

Call Enqueuing Support

08 Jul 20:17
7fc140f
Compare
Choose a tag to compare

Enables call-enqueuing commands for call-control

PHP 8 Support

06 May 17:26
b88b3c5
Compare
Choose a tag to compare
v2.5.2

bump versions (#62)

Transcription Support

30 Mar 20:21
286a8b7
Compare
Choose a tag to compare

Releases transcriptions and other call-control tweaks

March updates

25 Mar 21:44
Compare
Choose a tag to compare

Brings in QOL updates as well as feature functionality.

Verify

15 Dec 22:53
2869d5c
Compare
Choose a tag to compare

New Features

Verify added to SDK

Updates

remove function allowed to statically make delete requests to statically

$result = DummyDelete::remove(self::TEST_RESOURCE_ID);

versus

$class = new DummyDelete(self::TEST_RESOURCE_ID);
$result = $class->delete();