PHPackages                             aura/payload-interface - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. aura/payload-interface

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

aura/payload-interface
======================

An interface package for Domain Payload implementations.

3.1.0(8y ago)13404.3k↓40.3%3[2 issues](https://github.com/auraphp/Aura.Payload_Interface/issues)4MITPHPPHP &gt;=5.5.0

Since May 13Pushed 8y ago5 watchersCompare

[ Source](https://github.com/auraphp/Aura.Payload_Interface)[ Packagist](https://packagist.org/packages/aura/payload-interface)[ Docs](https://github.com/auraphp/Aura.Payload_Interface)[ RSS](/packages/aura-payload-interface/feed)WikiDiscussions 3.x Synced 2d ago

READMEChangelog (4)Dependencies (2)Versions (5)Used By (4)

Aura.Payload\_Interface
=======================

[](#aurapayload_interface)

An interface package for Domain Payload implementations.

Installation and Autoloading
----------------------------

[](#installation-and-autoloading)

This package is installable and PSR-4 autoloadable via Composer as [aura/payload-interface](https://packagist.org/packages/aura/payload-interface).

Alternatively, [download a release](https://github.com/auraphp/Aura.Payload_Interface/releases), or clone this repository, then map the `Aura\Payload_Interface\` namespace to the package `src/` directory.

Dependencies
------------

[](#dependencies)

This package requires PHP 5.5 or later; it has been tested on PHP 5.6, PHP 7, and HHVM. We recommend using the latest available version of PHP as a matter of principle.

Aura library packages may sometimes depend on external interfaces, but never on external implementations. This allows compliance with community standards without compromising flexibility. For specifics, please examine the package [composer.json](./composer.json) file.

Quality
-------

[](#quality)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/811ecd153b591cb75c723090b351e9257387af9a83d9e5906dad418de19d2b7c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f617572617068702f417572612e5061796c6f61645f496e746572666163652f6261646765732f7175616c6974792d73636f72652e706e673f623d332e78)](https://scrutinizer-ci.com/g/auraphp/Aura.Payload_Interface/)[![Code Coverage](https://camo.githubusercontent.com/7b5fdbf33b9a5e03b020994fa8e894af478457ecde2152b214ae3f1e35b1fbca/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f617572617068702f417572612e5061796c6f61645f496e746572666163652f6261646765732f636f7665726167652e706e673f623d332e78)](https://scrutinizer-ci.com/g/auraphp/Aura.Payload_Interface/)[![Build Status](https://camo.githubusercontent.com/1182f92dca7f51fe0cbf0004a7eb0bc45d91e5baa03ac908570f6ee9c01260eb/68747470733a2f2f7472617669732d63692e6f72672f617572617068702f417572612e5061796c6f61645f496e746572666163652e706e673f6272616e63683d332e78)](https://travis-ci.org/auraphp/Aura.Payload_Interface)

This project adheres to [Semantic Versioning](http://semver.org/).

To run the unit tests at the command line, issue `composer install` and then `phpunit` at the package root. This requires [Composer](http://getcomposer.org/) to be available as `composer`, and [PHPUnit](http://phpunit.de/) to be available as `phpunit`.

This package attempts to comply with [PSR-1](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md), [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md), and [PSR-4](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md). If you notice compliance oversights, please send a patch via pull request.

Community
---------

[](#community)

To ask questions, provide feedback, or otherwise communicate with other Aura users, please join our [Google Group](http://groups.google.com/group/auraphp), follow [@auraphp](http://twitter.com/auraphp), or chat with us on Freenode in the #auraphp channel.

Documentation
-------------

[](#documentation)

This package is fully documented [here](./docs/index.md).

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity43

Moderate usage in the ecosystem

Community19

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 90% 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 ~201 days

Total

5

Last Release

3264d ago

PHP version history (2 changes)3.0.0-alpha1PHP &gt;=5.5.0

3.0.0-beta1PHP &gt;=5.6.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/25754?v=4)[Paul M. Jones](/maintainers/pmjones)[@pmjones](https://github.com/pmjones)

---

Top Contributors

[![jakejohns](https://avatars.githubusercontent.com/u/174708?v=4)](https://github.com/jakejohns "jakejohns (9 commits)")[![sagikazarmark](https://avatars.githubusercontent.com/u/1226384?v=4)](https://github.com/sagikazarmark "sagikazarmark (1 commits)")

---

Tags

aurapayload-interfacephpddddomainpayload

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/aura-payload-interface/health.svg)

```
[![Health](https://phpackages.com/badges/aura-payload-interface/health.svg)](https://phpackages.com/packages/aura-payload-interface)
```

###  Alternatives

[aura/payload

A Domain Payload implementation.

55381.8k9](/packages/aura-payload)[thejano/laravel-domain-driven-design

Helps to use domain driven design within laravel

15425.2k](/packages/thejano-laravel-domain-driven-design)

PHPackages © 2026

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