PHPackages                             altynbek07/laravel-exchange-1c - 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. altynbek07/laravel-exchange-1c

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

altynbek07/laravel-exchange-1c
==============================

Laravel exchange from 1C

v0.5-alpha(5y ago)040[1 PRs](https://github.com/altynbek07/laravel-exchange-1c/pulls)MITPHPPHP ^7.2.5CI failing

Since May 3Pushed 1y ago2 watchersCompare

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

READMEChangelog (5)Dependencies (6)Versions (7)Used By (0)

\[WIP\] Laravel Exchange 1C
===========================

[](#wip-laravel-exchange-1c)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a6e8536f25b4b258388639ac336a67ef9ee14455e1f0c9b2d74772b4c2752628/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c74796e62656b30372f6c61726176656c2d65786368616e67652d31632e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/altynbek07/laravel-exchange-1c)[![GitHub Tests Action Status](https://camo.githubusercontent.com/f0a336a54002f2e0549a907109280054f89f758b185481faeeed284bf224a28b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f616c74796e62656b30372f6c61726176656c2d65786368616e67652d31632f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/altynbek07/laravel-exchange-1c/actions?query=workflow%3Arun-tests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/24fbfe44944d076d7b7ab0e0b407442fc2af7528959efe7f745610e5c1895aef/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c74796e62656b30372f6c61726176656c2d65786368616e67652d31632e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/altynbek07/laravel-exchange-1c)

Laravel exchange from 1C.

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

[](#installation)

You can install the package via composer:

```
composer require altynbek07/laravel-exchange-1c
```

You should set these environment variables in your `.env` file:

```
EXCHANGE_1C_LOGIN=YourLogin
EXCHANGE_1C_PASSWORD=YourPassword
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Altynbek07\Exchange1C\Exchange1CServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
