https://github.com/brokeyourbike/twilio-api-client-php
Twilio API Client for PHP
https://github.com/brokeyourbike/twilio-api-client-php
api api-client api-client-php api-rest hacktoberfest nigeria php php8 twilio twilio-api
Last synced: 7 months ago
JSON representation
Twilio API Client for PHP
- Host: GitHub
- URL: https://github.com/brokeyourbike/twilio-api-client-php
- Owner: brokeyourbike
- License: mpl-2.0
- Created: 2021-12-19T09:10:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T11:43:53.000Z (over 2 years ago)
- Last Synced: 2025-01-26T10:30:50.912Z (9 months ago)
- Topics: api, api-client, api-client-php, api-rest, hacktoberfest, nigeria, php, php8, twilio, twilio-api
- Language: PHP
- Homepage: https://twilio.com
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# twilio-api-client
[](https://github.com/brokeyourbike/twilio-api-client-php/releases)
[](https://packagist.org/packages/brokeyourbike/twilio-api-client)
[](https://codeclimate.com/github/brokeyourbike/twilio-api-client-php/maintainability)
[](https://codeclimate.com/github/brokeyourbike/twilio-api-client-php/test_coverage)Twilio API Client for PHP
## Installation
```bash
composer require brokeyourbike/twilio-api-client
```## Usage
```php
use BrokeYourBike\Twilio\Interfaces\ConfigInterface;
use BrokeYourBike\Twilio\V1\Lookup;assert($config instanceof ConfigInterface)
assert($httpClient instanceof \GuzzleHttp\ClientInterface)$lookup = new Lookup($config, $httpClient);
$lookup->phoneNumber('+123456789');
```## Why
[twilio/sdk](https://github.com/twilio/twilio-php) is not typed enough## Authors
- [Ivan Stasiuk](https://github.com/brokeyourbike) | [Twitter](https://twitter.com/brokeyourbike) | [LinkedIn](https://www.linkedin.com/in/brokeyourbike) | [stasi.uk](https://stasi.uk)## License
[Mozilla Public License v2.0](https://github.com/brokeyourbike/twilio-api-client-php/blob/main/LICENSE)