PHPackages                             gerfey/tecdoc-client - 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. gerfey/tecdoc-client

ActiveLibrary[API Development](/categories/api)

gerfey/tecdoc-client
====================

Client for working with the TecDoc API

v0.1.3(3y ago)53.2kMITPHPPHP ^8.0|^8.1

Since Mar 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Gerfey/tecdoc-client)[ Packagist](https://packagist.org/packages/gerfey/tecdoc-client)[ Docs](https://github.com/Gerfey/tecdoc-client)[ RSS](/packages/gerfey-tecdoc-client/feed)WikiDiscussions master Synced today

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

TecDoc API
==========

[](#tecdoc-api)

[![Source Code](https://camo.githubusercontent.com/af9f9fd3edc7a9019d09c31e3b411107822e9c879eb01bb11ebeec7247f875ae/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6765726665792f746563646f632d636c69656e742d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/gerfey/tecdoc-client)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/gerfey/tecdoc-client/blob/master/LICENSE)[![Total Downloads](https://camo.githubusercontent.com/a071221eabcb7cedc275d1a1791fe13ba51375179a399fcebd74abd2d065de6a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6765726665792f746563646f632d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gerfey/tecdoc-client)

gerfey/tecdoc-client - client for working with the TecDoc API, designed to run on Laravel.

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

[](#installation)

The preferred method of installation is via [Packagist](https://packagist.org/packages/gerfey/tecdoc-client) and [Composer](http://getcomposer.org/). Run the following command to install the package and add it as a requirement to your project's `composer.json`:

```
composer require gerfey/tecdoc-client
```

### Settings

[](#settings)

1. Use command `php artisan vendor:publish ` and select tag: ***tecdoc***
2. Check files ***tecdoc.php*** to path ***.../laravel-project/config/***
3. Create the ***TECDOC\_PROVIDER\_ID***, ***TECDOC\_API\_KEY***, ***TECDOC\_LANGUAGE\_CODE*** keys in the file ***.env***

### Run

[](#run)

```
