PHPackages                             b-ambitions/mx-acts - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. b-ambitions/mx-acts

ActiveLibrary[File &amp; Storage](/categories/file-storage)

b-ambitions/mx-acts
===================

Laravel package for generating Russian storage acts MX-1 and MX-3

v1.0.1(3mo ago)02MITPHPPHP ^8.1

Since Feb 3Pushed 3mo agoCompare

[ Source](https://github.com/b-ambitions/mx-acts)[ Packagist](https://packagist.org/packages/b-ambitions/mx-acts)[ RSS](/packages/b-ambitions-mx-acts/feed)WikiDiscussions master Synced 1mo ago

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

MX-Acts
=======

[](#mx-acts)

Laravel package for generating Russian storage acts MX-1 and MX-3.

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

[](#installation)

```
composer require mikhail-solovian/mx-acts
```

Publish config (optional)
-------------------------

[](#publish-config-optional)

```
php artisan vendor:publish --provider="BAmbitions\MxActs\MxActsServiceProvider"
```

Usage
-----

[](#usage)

```
use BAmbitions\MxActs\Facades\MxActs;
use BAmbitions\MxActs\DTO\ActData;
use BAmbitions\MxActs\DTO\OrganizationData;
use BAmbitions\MxActs\DTO\ItemData;

$data = new ActData(
    number: 'МХ-001',
    date: now(),
    keeper: new OrganizationData(name: 'Keeper LLC', inn: '1234567890'),
    depositor: new OrganizationData(name: 'Client LLC', inn: '0987654321'),
    items: [
        new ItemData(name: 'Product', unit: 'pcs', quantity: 10, price: 1000),
    ],
    returnDate: now(), // required for MX-3
);

// Download PDF
return MxActs::mx1Pdf($data);
return MxActs::mx3Pdf($data);

// Download Excel
return MxActs::mx1Excel($data);
return MxActs::mx3Excel($data);

// Save to file
MxActs::saveMx1Pdf($data, storage_path('app/mx1.pdf'));

```

License
-------

[](#license)

MIT License.

Author
------

[](#author)

Mikhail Solovian -

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance80

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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

Every ~0 days

Total

2

Last Release

104d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9e261c09b5903dba3a0c48d85068dc971ddcd59cfa2429199b175c1933eda51d?d=identicon)[PixelParty](/maintainers/PixelParty)

---

Top Contributors

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

---

Tags

laravelpdfexcelstoragemx-1mx-3acts

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/b-ambitions-mx-acts/health.svg)

```
[![Health](https://phpackages.com/badges/b-ambitions-mx-acts/health.svg)](https://phpackages.com/packages/b-ambitions-mx-acts)
```

###  Alternatives

[zing/laravel-flysystem-obs

Flysystem Adapter for OBS

1211.2k](/packages/zing-laravel-flysystem-obs)[vormkracht10/flysystem-uploadcare

Flysystem driver for Uploadcare for Laravel.

1834.2k](/packages/vormkracht10-flysystem-uploadcare)

PHPackages © 2026

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