https://github.com/leadpingai/leadping-php
Official PHP SDK for the Leadping API.
https://github.com/leadpingai/leadping-php
api-client composer kiota leadping leadping-api openapi packagist php rest-api sdk
Last synced: about 22 hours ago
JSON representation
Official PHP SDK for the Leadping API.
- Host: GitHub
- URL: https://github.com/leadpingai/leadping-php
- Owner: leadpingai
- License: other
- Created: 2026-06-26T14:19:37.000Z (6 days ago)
- Default Branch: main
- Last Pushed: 2026-06-26T15:57:13.000Z (6 days ago)
- Last Synced: 2026-06-26T16:26:10.658Z (6 days ago)
- Topics: api-client, composer, kiota, leadping, leadping-api, openapi, packagist, php, rest-api, sdk
- Language: PHP
- Homepage: https://leadping.ai/docs/sdks/php
- Size: 327 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://packagist.org/packages/leadpingai/sdk)
[](https://github.com/leadpingai/leadping-php/actions/workflows/release.yml)
[](https://packagist.org/packages/leadpingai/sdk)
[](https://github.com/leadpingai/leadping-php/actions/workflows/codeql.yml)
#  Leadping PHP SDK
Type-safe PHP client for the Leadping API.
## Install
```bash
composer require leadpingai/sdk
```
The generated client uses a Kiota request adapter. Install the Kiota bundle in the application that will call Leadping:
```bash
composer require microsoft/kiota-bundle:^2.0.2
```
## Use
```php
users()->me()->get()->wait();
```
`createLeadpingRequestAdapter` is application code. Configure it to send one of:
- `Authorization: Bearer `
- `X-Leadping-Api-Key: `
The client defaults to `https://api.leadping.ai` when the adapter does not already have a base URL.
## Links
- [Documentation](https://leadping.ai/docs)
- [API reference](https://leadping.ai/docs/api-reference)
- [License](LICENSE)