PHPackages                             awsm3/structure - 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. awsm3/structure

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

awsm3/structure
===============

Объекты-структуры данных

027PHP

Since Mar 26Pushed 8y agoCompare

[ Source](https://github.com/AWSM3/structure)[ Packagist](https://packagist.org/packages/awsm3/structure)[ RSS](/packages/awsm3-structure/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Structure
=========

[](#structure)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7f1855e3a19714bb8b9560430fdceccb3cff665bebb4ed797dcaa733f7d660ee/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6177736d332f7374727563747572652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/awsm3/structure)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/ce69e7be7fb8448ac1ffb225ec785623b019547ef2c37261a576725367768c55/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6177736d332f7374727563747572652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/awsm3/structure)

Install
-------

[](#install)

Via Composer

```
$ composer require awsm3/structure
```

Usage
-----

[](#usage)

```
$factory = new Awsm3\Structure\StructureFactory();
$structure = $factory->make(
    Awsm3\Structure\Response\ResponseStructure::class,
    [
        'httpStatus' => Awsm3\Structure\Response\Http\Status::HTTP_ACCEPTED,
        'status' => true,
        'messages' => 'Success!',
        'data' => ['some', 'data', 'etc.'],
    ]
);
```

Security
--------

[](#security)

If you discover any security related issues, please using the issue tracker.

Credits
-------

[](#credits)

- [AWSM3](https://github.com/awsm3)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![AWSM3](https://avatars.githubusercontent.com/u/6256033?v=4)](https://github.com/AWSM3 "AWSM3 (9 commits)")

### Embed Badge

![Health badge](/badges/awsm3-structure/health.svg)

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

###  Alternatives

[solvire/php-json-schema-generator

A JSON Schema Generator written in PHP. The implementation is based on current internet drafts.

214.3k](/packages/solvire-php-json-schema-generator)

PHPackages © 2026

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