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

ActiveLibrary

alex8bits/laravel-exchange1c
============================

Catalog Loader from 1c - CommerceML with laravel

1.0.4(2mo ago)043↓100%1MITPHPPHP &gt;=8.1

Since Dec 2Pushed 2mo agoCompare

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

READMEChangelog (5)Dependencies (5)Versions (8)Used By (0)

Laravel exchange 1c
===================

[](#laravel-exchange-1c)

[![Packagist](https://camo.githubusercontent.com/f942727b3ec426c4a63e287e831c882bee2140be0f797e079cce426e72ea4283/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f626967706572736f6e2f6c61726176656c2d65786368616e676531632e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/f942727b3ec426c4a63e287e831c882bee2140be0f797e079cce426e72ea4283/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f626967706572736f6e2f6c61726176656c2d65786368616e676531632e7376673f7374796c653d666c61742d737175617265)[![Packagist](https://camo.githubusercontent.com/da3fc2ec54fedc8ce7e613644c4d5fd79f8ae5561aac3ea61793b82a7a3db220/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f626967706572736f6e2f6c61726176656c2d65786368616e676531632e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bigperson/laravel-exchange1c)[![Packagist](https://camo.githubusercontent.com/1d390f7a85668984853819fd4c58872b65c587b3d13963872050c110c8fdd1d0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626967706572736f6e2f6c61726176656c2d65786368616e676531632e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bigperson/laravel-exchange1c)[![Travis (.org)](https://camo.githubusercontent.com/133298d7ebbec30a3d55d3d56a8bdfc70306ccb7561305de4edb42ea25ec3e39/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f626967706572736f6e2f6c61726176656c2d65786368616e676531632e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/bigperson/laravel-exchange1c)[![Codecov](https://camo.githubusercontent.com/ace004cab8090cb49b213008c919d4d2e3a42fe4eebc67dcd79c70664160eda2/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f626967706572736f6e2f6c61726176656c2d65786368616e676531632e7376673f7374796c653d666c61742d737175617265)](https://codecov.io/gh/bigperson/laravel-exchange1c)[![StyleCI](https://camo.githubusercontent.com/22633e1cc234a681ef413ae55d9d215bb85520cc445741c93f673e6b50ef180e/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3135343334323636372f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/154342667)

Пакет признан облегчить интеграцию 1с предприятия и сайта на laravel. Пакет является по сути мостом между laravel и пакетом .

Установка
---------

[](#установка)

Установить зависимости

```
composer require alex8bits/laravel-exchange1c

```

### Опубликовать конфиги

[](#опубликовать-конфиги)

```
php artisan vendor:publish --provider="Bigperson\LaravelExchange1C\Exchange1CServiceProvider"

```

Использование
-------------

[](#использование)

Вам необходимо в конфиге указать, логин, пароль, свои модели и реализовать соответсвующие интерфейсы

```
\Bigperson\Exchange1C\Interfaces\GroupInterface::class   => \App\Models\Category::class,
\Bigperson\Exchange1C\Interfaces\ProductInterface::class => \App\Models\Product::class,
\Bigperson\Exchange1C\Interfaces\OfferInterface::class   => \App\Models\Offer::class,
```

Подробнее о методах, которые необходимо реализовать можно прочитать в документации к модулю carono/yii2-1c-exchange Также необходимо [настроить 1С предприятие](https://github.com/carono/yii2-1c-exchange#%D0%9D%D0%B0%D1%81%D1%82%D1%80%D0%BE%D0%B9%D0%BA%D0%B0-1%D0%A1)

### Подписка на события

[](#подписка-на-события)

Вы можете подписаться на любое событие вызываемое внутри пакета [bigperson/exchange1c](https://github.com/bigperson/exchange1c/tree/master/src/Events)

```
'Bigperson\Exchange1C\Events\BeforeOffersSync' => [
    'App\Listeners\BeforeOffersSyncListener',
],
```

Лицензия
========

[](#лицензия)

Данный пакет является открытым кодом под лицензией [MIT license](LICENSE).

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance86

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~136 days

Recently: every ~83 days

Total

7

Last Release

71d ago

Major Versions

0.1.1 → 1.0.02025-04-03

PHP version history (3 changes)0.1PHP &gt;=7.1

0.1.1PHP &gt;=8.0

1.0.0PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/7e3120e863bbd80929049bebf81511da3d053c7675b4f161db6efcae2dbe81f8?d=identicon)[alex8bits](/maintainers/alex8bits)

---

Top Contributors

[![bigperson](https://avatars.githubusercontent.com/u/4757391?v=4)](https://github.com/bigperson "bigperson (12 commits)")[![alex8bits](https://avatars.githubusercontent.com/u/15152675?v=4)](https://github.com/alex8bits "alex8bits (8 commits)")[![burcev-alex](https://avatars.githubusercontent.com/u/11717148?v=4)](https://github.com/burcev-alex "burcev-alex (3 commits)")[![Bessamu](https://avatars.githubusercontent.com/u/36696244?v=4)](https://github.com/Bessamu "Bessamu (1 commits)")[![taonly](https://avatars.githubusercontent.com/u/50395734?v=4)](https://github.com/taonly "taonly (1 commits)")

---

Tags

laravelcommerceml1c

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[bigperson/laravel-exchange1c

Catalog Loader from 1c - CommerceML with laravel

333.3k](/packages/bigperson-laravel-exchange1c)

PHPackages © 2026

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