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

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

sv1ft/laravel-exchange1c
========================

Catalog Loader from 1c - CommerceML with laravel

1.3.4(3y ago)152MITPHPPHP &gt;=7.1

Since Jan 31Pushed 3y agoCompare

[ Source](https://github.com/Sv1fT/laravel-exchange1c)[ Packagist](https://packagist.org/packages/sv1ft/laravel-exchange1c)[ Docs](https://github.com/Sv1fT)[ RSS](/packages/sv1ft-laravel-exchange1c/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (5)Versions (12)Used By (0)

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

[](#laravel-exchange-1c)

[![Packagist](https://camo.githubusercontent.com/950998cfb66bf99cdfe11e903e2239e16268a332f978b55de2f99143350edd15/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f53763166542f6c61726176656c2d65786368616e676531632e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/950998cfb66bf99cdfe11e903e2239e16268a332f978b55de2f99143350edd15/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f53763166542f6c61726176656c2d65786368616e676531632e7376673f7374796c653d666c61742d737175617265)[![Packagist](https://camo.githubusercontent.com/020e9e29cdbd7549464d8b73061bb2d96a58fd0800ef48f24534ce295b98d516/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f53763166542f6c61726176656c2d65786368616e676531632e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Sv1fT/laravel-exchange1c)[![Packagist](https://camo.githubusercontent.com/7025fd56dccd8748b56a74bad9ddeb0998970adb2ca87d56502bc11b34f81975/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f53763166542f6c61726176656c2d65786368616e676531632e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Sv1fT/laravel-exchange1c)[![Travis (.org)](https://camo.githubusercontent.com/b92b5431a882465850d62d076283e845cc50ec8c8e7981cc757f9f5cf43d8996/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f53763166542f6c61726176656c2d65786368616e676531632e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Sv1fT/laravel-exchange1c)[![Codecov](https://camo.githubusercontent.com/4056ed2523a13266af9ae6a070f3d67e34b80c37240aec266e3e291261d5ac4c/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f53763166542f6c61726176656c2d65786368616e676531632e7376673f7374796c653d666c61742d737175617265)](https://codecov.io/gh/Sv1fT/laravel-exchange1c)[![StyleCI](https://camo.githubusercontent.com/22633e1cc234a681ef413ae55d9d215bb85520cc445741c93f673e6b50ef180e/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3135343334323636372f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/154342667)

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

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

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

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

```
composer require Sv1fT/laravel-exchange1c

```

### Для Laravel 5.4 и ниже

[](#для-laravel-54-и-ниже)

Добавить сервис провайдер Exchange1CServiceProvider в `config/app.php`

```
Sv1fT\LaravelExchange1C\Exchange1CServiceProvider::class
```

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

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

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

```

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

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

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

```
\Sv1fT\Exchange1C\Interfaces\GroupInterface::class   => \Sv1fT\LaravelExchange1C\Models\Category::class,
\Sv1fT\Exchange1C\Interfaces\ProductInterface::class => \Sv1fT\LaravelExchange1C\Models\Product::class,
\Sv1fT\Exchange1C\Interfaces\OfferInterface::class   => \Sv1fT\LaravelExchange1C\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)

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

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

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

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

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

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

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

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity47

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

Total

11

Last Release

1227d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13273000?v=4)[Sv1fT](/maintainers/Sv1fT)[@Sv1fT](https://github.com/Sv1fT)

---

Top Contributors

[![bigperson](https://avatars.githubusercontent.com/u/4757391?v=4)](https://github.com/bigperson "bigperson (11 commits)")[![sv1ftone](https://avatars.githubusercontent.com/u/230410438?v=4)](https://github.com/sv1ftone "sv1ftone (10 commits)")[![burcev-alex](https://avatars.githubusercontent.com/u/11717148?v=4)](https://github.com/burcev-alex "burcev-alex (3 commits)")[![Sv1fT](https://avatars.githubusercontent.com/u/13273000?v=4)](https://github.com/Sv1fT "Sv1fT (2 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/sv1ft-laravel-exchange1c/health.svg)

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

###  Alternatives

[firefly-iii/data-importer

Firefly III Data Import Tool.

8035.8k](/packages/firefly-iii-data-importer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[ronasit/laravel-helpers

Provided helpers function and some helper class.

2085.6k31](/packages/ronasit-laravel-helpers)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[bigperson/laravel-exchange1c

Catalog Loader from 1c - CommerceML with laravel

333.3k](/packages/bigperson-laravel-exchange1c)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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