PHPackages                             techxa/laravel-amazon-reports - 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. techxa/laravel-amazon-reports

ActiveLibrary[API Development](/categories/api)

techxa/laravel-amazon-reports
=============================

This is Amazon Reports API package for Laravel

00PHP

Since Mar 10Pushed 2y ago1 watchersCompare

[ Source](https://github.com/UzairKhalil/amazon-reports)[ Packagist](https://packagist.org/packages/techxa/laravel-amazon-reports)[ RSS](/packages/techxa-laravel-amazon-reports/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

This is Amazon Reports API package for Laravel
==============================================

[](#this-is-amazon-reports-api-package-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/34f0aa1e95332a984eea478663f0193d1f9e64e76db246bafd1188f1a64dcb41/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7465636878612f6c61726176656c2d616d617a6f6e2d7265706f7274732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/techxa/laravel-amazon-reports)[![GitHub Tests Action Status](https://camo.githubusercontent.com/b77626aca9dab1842116c6d90c83ae111ec0ffec6b421ccf88d0b2015e1c417a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7465636878612f6c61726176656c2d616d617a6f6e2d7265706f7274732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/techxa/laravel-amazon-reports/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/1923810f772199d63a0a1749ccc4d288ced59f700d3fb408713ccd3313f89800/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7465636878612f6c61726176656c2d616d617a6f6e2d7265706f7274732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/techxa/laravel-amazon-reports/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/99f5b085dc80bff48441b6a2d5db92a52c18911dfb881e2f0ec44780d2ec196c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7465636878612f6c61726176656c2d616d617a6f6e2d7265706f7274732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/techxa/laravel-amazon-reports)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require techxa/laravel-amazon-reports
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-amazon-reports-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-amazon-reports-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-amazon-reports-views"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$amazonReports = new Techxa\AmazonReports();
echo $amazonReports->echoPhrase('Hello, Techxa!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Uzair](https://github.com/uzair)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

12

—

LowBetter than 0% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b57d4784979281e0abf96729f8f55d511035ca64e0c42c795486345907da6a2?d=identicon)[muhammaduzair](/maintainers/muhammaduzair)

---

Top Contributors

[![UzairKhalil](https://avatars.githubusercontent.com/u/62023793?v=4)](https://github.com/UzairKhalil "UzairKhalil (6 commits)")

### Embed Badge

![Health badge](/badges/techxa-laravel-amazon-reports/health.svg)

```
[![Health](https://phpackages.com/badges/techxa-laravel-amazon-reports/health.svg)](https://phpackages.com/packages/techxa-laravel-amazon-reports)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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