PHPackages                             cedricziel/amznprofilesapiphp - 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. cedricziel/amznprofilesapiphp

ActiveLibrary[API Development](/categories/api)

cedricziel/amznprofilesapiphp
=============================

An API client for Amazon Advertising profiles

v1.1.3(1y ago)0244[5 PRs](https://github.com/cedricziel/amzn-profiles-api-php/pulls)MITPHPPHP ^8.3CI passing

Since Aug 4Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/cedricziel/amzn-profiles-api-php)[ Packagist](https://packagist.org/packages/cedricziel/amznprofilesapiphp)[ GitHub Sponsors](https://github.com/cedricziel)[ RSS](/packages/cedricziel-amznprofilesapiphp/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (5)Dependencies (4)Versions (11)Used By (0)

amzn-profiles-api-php
=====================

[](#amzn-profiles-api-php)

PHP Client for the Amazon Advertising Profiles API

```
composer require cedricziel/amznprofilesapiphp
```

Docs
----

[](#docs)

### General

[](#general)

Instantiate a client, configure your secrets and continue to use:

```
use CedricZiel\AmznAdvertisingProfilesApi\AdvertisingProfilesClient;
use CedricZiel\AmznAdvertisingProfilesApi\Endpoint;
use CedricZiel\AmznAdvertisingProfilesApi\Header;

// You need to obtain a token via the Amazon LwA workflow
$token = '..';

$client = AdvertisingProfilesClient::createFor(
    Endpoint::Europe,
    $token,
);

// execute the endpoint of choice, see below ...
$client->listProfiles([], [Header::AmazonAdvertisingApiClientId->value => $clientId]);
```

### listProfiles - get /v2/profiles

[](#listprofiles---get-v2profiles)

Gets a list of profiles.

Note that this operation does not return a response unless the current account has created at least one campaign using the advertising console.

```
use CedricZiel\AmznAdvertisingProfilesApi\AdvertisingProfilesClient;
use CedricZiel\AmznAdvertisingProfilesApi\Endpoint;
use CedricZiel\AmznAdvertisingProfilesApi\Header;
// see above how to create a client
$accessToken = '...';
$clientId = '...';
$client = AdvertisingProfilesClient::createFor(Endpoint::Europe, $accessToken);
$client->listProfiles([], [Header::AmazonAdvertisingApiClientId->value => $clientId]);
```

### updateProfiles - put /v2/profiles

[](#updateprofiles---put-v2profiles)

Update the daily budget for one or more profiles.

Note that this operation is only used for Sellers using Sponsored Products. This operation is not enabled for vendor type accounts.

```
use CedricZiel\AmznAdvertisingProfilesApi\AdvertisingProfilesClient;
use CedricZiel\AmznAdvertisingProfilesApi\Endpoint;
use CedricZiel\AmznAdvertisingProfilesApi\Header;
// see above how to create a client
$accessToken = '...';
$clientId = '...';
$client = AdvertisingProfilesClient::createFor(Endpoint::Europe, $accessToken);
$client->updateProfiles([], [Header::AmazonAdvertisingApiClientId->value => $clientId]);
```

### getProfileById - get /v2/profiles/{profileId}

[](#getprofilebyid---get-v2profilesprofileid)

Gets a profile specified by identifier.

This operation does not return a response unless the current account has created at least one campaign using the advertising console.

```
use CedricZiel\AmznAdvertisingProfilesApi\AdvertisingProfilesClient;
use CedricZiel\AmznAdvertisingProfilesApi\Endpoint;
use CedricZiel\AmznAdvertisingProfilesApi\Header;
// see above how to create a client
$accessToken = '...';
$clientId = '...';
$client = AdvertisingProfilesClient::createFor(Endpoint::Europe, $accessToken);
$client->getProfileById([], [Header::AmazonAdvertisingApiClientId->value => $clientId]);
```

License
-------

[](#license)

Apache 2.0

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance52

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 92.9% 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

Every ~0 days

Total

5

Last Release

689d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2ac8297e12671d91305ec01ab56add8cb141fa82d678ba96f0012eeb7f88ea0c?d=identicon)[cedricziel](/maintainers/cedricziel)

---

Top Contributors

[![cedricziel](https://avatars.githubusercontent.com/u/418970?v=4)](https://github.com/cedricziel "cedricziel (13 commits)")[![actions-user](https://avatars.githubusercontent.com/u/65916846?v=4)](https://github.com/actions-user "actions-user (1 commits)")

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/cedricziel-amznprofilesapiphp/health.svg)

```
[![Health](https://phpackages.com/badges/cedricziel-amznprofilesapiphp/health.svg)](https://phpackages.com/packages/cedricziel-amznprofilesapiphp)
```

###  Alternatives

[jolicode/slack-php-api

An up to date PHP client for Slack's API

2554.6M13](/packages/jolicode-slack-php-api)[jolicode/harvest-php-api

An up to date PHP client for Harvest's API

2265.4k](/packages/jolicode-harvest-php-api)[shipstream/ups-rest-php-sdk

PHP SDK for UPS REST API

2258.7k](/packages/shipstream-ups-rest-php-sdk)[jikan/jikan-php

PHP client for jikan rest

291.3k](/packages/jikan-jikan-php)

PHPackages © 2026

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