PHPackages                             andrew501983/what-converts-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. andrew501983/what-converts-php

ActiveLibrary[API Development](/categories/api)

andrew501983/what-converts-php
==============================

A PHP interface for the WhatConverts API.

1.0.3(9y ago)3295MITPHPPHP &gt;=7.0

Since Feb 20Pushed 9y ago1 watchersCompare

[ Source](https://github.com/andrew501983/what-converts-php)[ Packagist](https://packagist.org/packages/andrew501983/what-converts-php)[ RSS](/packages/andrew501983-what-converts-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

WhatConverts PHP
================

[](#whatconverts-php)

A PHP interface for the WhatConverts API at

[![Build Status](https://camo.githubusercontent.com/16fc7a4d07b58579c21674ba485f8f5c93296afeb2f021b097a26a93ff483370/68747470733a2f2f7472617669732d63692e6f72672f616e647265773530313938332f776861742d636f6e76657274732d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/andrew501983/what-converts-php)

Installation via Composer
-------------------------

[](#installation-via-composer)

Install the latest version using [Composer](https://getcomposer.org/). composer require andrew501983/what-converts-php

Usage
-----

[](#usage)

Please peruse the WhatConverts API documentation at Functionality is split into 3 resources: Accounts, Leads, and Profiles

WhatConverts PHP implements a WhatConvertsInterface which allows for easy documentation.

```
public function getAccounts(array $options);
public function getAllAccounts(array $options);
public function getAccount($account_id);
public function createAccount($account_name, $create_profile);
public function editAccount($account_id, $account_name);
public function deleteAccount($account_id);
public function getLeads(array $options);
public function getAllLeads(array $options);
public function getLead($lead_id);
public function createLead($profile_id, $lead_type, array $attributes);
public function editLead($lead_id, array $attributes);
public function getProfiles($account_id, array $options);
public function getAllProfiles($account_id, array $options);
public function getProfile($account_id, $profile_id);
public function createProfile($account_id, $profile_name);
public function editProfile($account_id, $profile_id, $profile_name);
public function deleteProfile($account_id, $profile_id);

```

Contributing
------------

[](#contributing)

Bug reports and pull requests are welcome on GitHub at

License
-------

[](#license)

The package is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3365d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/513674a99f77f52aec59355dcb7e94451f64adf9c14ab7899a3ef662b7989bfe?d=identicon)[andrew501983](/maintainers/andrew501983)

---

Top Contributors

[![andrew501983](https://avatars.githubusercontent.com/u/2933984?v=4)](https://github.com/andrew501983 "andrew501983 (2 commits)")

---

Tags

whatconverts-apiwhatconverts-php

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/andrew501983-what-converts-php/health.svg)

```
[![Health](https://phpackages.com/badges/andrew501983-what-converts-php/health.svg)](https://phpackages.com/packages/andrew501983-what-converts-php)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
