PHPackages                             telnyx/telnyx-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. telnyx/telnyx-php

ActiveLibrary[API Development](/categories/api)

telnyx/telnyx-php
=================

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

v7.95.0(3w ago)36826.2k—3.3%34[1 issues](https://github.com/team-telnyx/telnyx-php/issues)[7 PRs](https://github.com/team-telnyx/telnyx-php/pulls)2MITPHPPHP ^8.1CI failing

Since Aug 7Pushed 1w ago6 watchersCompare

[ Source](https://github.com/team-telnyx/telnyx-php)[ Packagist](https://packagist.org/packages/telnyx/telnyx-php)[ RSS](/packages/telnyx-telnyx-php/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)Dependencies (166)Versions (258)Used By (2)

Telnyx PHP API library
======================

[](#telnyx-php-api-library)

The Telnyx PHP library provides convenient access to the Telnyx REST API from any PHP 8.1.0+ application.

It is generated with [Stainless](https://www.stainless.com/).

Documentation
-------------

[](#documentation)

Installation
------------

[](#installation)

To use this package, install via Composer by adding the following to your application's `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "git@github.com:team-telnyx/telnyx-php.git"
    }
  ],
  "require": {
    "telnyx/telnyx-php": "dev-main"
  }
}
```

Usage
-----

[](#usage)

This library uses named parameters to specify optional arguments. Parameters with a default value must be set by name.

```
