PHPackages                             altynbek07/laravel-uds - 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. [API Development](/categories/api)
4. /
5. altynbek07/laravel-uds

ActiveLibrary[API Development](/categories/api)

altynbek07/laravel-uds
======================

UDS integration for Laravel

v1.0.1(5y ago)020MITPHPPHP ^7.2.5CI failing

Since Jul 19Pushed 5y agoCompare

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

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

Laravel UDS
===========

[](#laravel-uds)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3dff567a69ef5dacdedbce5a2ecb505aca6d98801ec5b872d1f502f56a4761dd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c74796e62656b30372f6c61726176656c2d7564732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/altynbek07/laravel-uds)[![GitHub Tests Action Status](https://camo.githubusercontent.com/d0bb7420b3fa80952d5b2340f7cf0ec8c7fab5eeb53a655d53132922707713f1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f616c74796e62656b30372f6c61726176656c2d7564732f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/altynbek07/laravel-uds/actions?query=workflow%3Arun-tests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/2acf530bbd66b2baad0bee84b0627702771c976da9ad564f5298309f543e255e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c74796e62656b30372f6c61726176656c2d7564732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/altynbek07/laravel-uds)

 [![](./img/uds-horizontal.svg)](./img/uds-horizontal.svg)

UDS integration for Laravel. This package is the bridge between UDS and Laravel.

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

[](#installation)

You can install the package via composer:

```
composer require altynbek07/laravel-uds
```

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

```
UDS_ID=YourCompanyId
UDS_KEY=YourApiKey
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Altynbek07\Uds\UdsServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
