PHPackages                             domatskiy/laravel-exchange1c - 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. domatskiy/laravel-exchange1c

ActiveLibrary

domatskiy/laravel-exchange1c
============================

Loader from 1c - CommerceML

v0.9.0(8y ago)116MITPHPPHP &gt;=5.6.4

Since Nov 16Pushed 8y ago2 watchersCompare

[ Source](https://github.com/domatskiy/laravel-exchange1c)[ Packagist](https://packagist.org/packages/domatskiy/laravel-exchange1c)[ Docs](https://github.com/domatskiy)[ RSS](/packages/domatskiy-laravel-exchange1c/feed)WikiDiscussions master Synced yesterday

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

Exchange with 1C
================

[](#exchange-with-1c)

```
composer require domatskiy/laravel-exchange1c

```

add Exchange1CServiceProvider to the providers section of /config/app.php

```
Domatskiy\Exchange1C\Exchange1CServiceProvider::class
```

### publish

[](#publish)

```
php artisan vendor:publish --provider="Domatskiy\Exchange1C\Exchange1CServiceProvider"

```

### events

[](#events)

```
'Domatskiy\Exchange1C\Events\ImportComplate' => [
    'App\Listeners\ImportComplate',
    ],
```

ImportComplate prop

```
[type] => catalog
[dir] => /var/www/.../storage/app/1c_exchange
[file] => import0_1.xml

```

example: class App\\Listeners\\ImportComplate

```
use Illuminate\Support\Facades\Event;

class ImportComplate
{
    /**
     * Handle the event.
     *
     * @param  Event  $event
     * @return void
     */
    public function handle(Event $event)
    {
        \Log::info('event: '. print_r($event, true));
    }
}
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

Unknown

Total

1

Last Release

3100d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/04668e09e1a26c17729902a7e1c686a35d03cd5cdc4fa76e9dc22f262821579a?d=identicon)[domatskiy](/maintainers/domatskiy)

---

Top Contributors

[![domatskii](https://avatars.githubusercontent.com/u/5947708?v=4)](https://github.com/domatskii "domatskii (1 commits)")

---

Tags

commerceml1c

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/domatskiy-laravel-exchange1c/health.svg)

```
[![Health](https://phpackages.com/badges/domatskiy-laravel-exchange1c/health.svg)](https://phpackages.com/packages/domatskiy-laravel-exchange1c)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[sammyjo20/lasso

Lasso - Asset wrangling for Laravel made simple.

355347.9k](/packages/sammyjo20-lasso)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)

PHPackages © 2026

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