PHPackages                             tesseract/crypto-sdk-laravel - 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. tesseract/crypto-sdk-laravel

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

tesseract/crypto-sdk-laravel
============================

Tesseract Crypto SDK PHP Laravel from Tesseract Crypto API v2

0.3.0(5y ago)053MITPHPPHP &gt;=7.1.0CI failing

Since Feb 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/tesseract-mx/tesseract-crypto-sdk-php-laravel)[ Packagist](https://packagist.org/packages/tesseract/crypto-sdk-laravel)[ RSS](/packages/tesseract-crypto-sdk-laravel/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (9)Used By (0)

Tesseract Crypto SDK PHP Laravel
================================

[](#tesseract-crypto-sdk-php-laravel)

Package for laravel with support of Tesseract Crypto SDK PHP.

[![Build Status](https://camo.githubusercontent.com/ff4bea9beb4b1cf1991eaf0b8fa6a85a504ed475a4e3e8bd760da530ce7b8b03/68747470733a2f2f7472617669732d63692e6f72672f3030463130302f61727261795f646f742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/00F100/array_dot) [![codecov](https://camo.githubusercontent.com/553c1e26e2667aa6247e449d0b958455956e66d25c35b1ef56dac9606031f470/68747470733a2f2f636f6465636f762e696f2f67682f3030463130302f61727261795f646f742f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/00F100/array_dot) [![Total Downloads](https://camo.githubusercontent.com/43b8a13d771dcc882d94ff24db11759868d10b998b253b3882b8217172945917/68747470733a2f2f706f7365722e707567782e6f72672f3030463130302f61727261795f646f742f646f776e6c6f616473)](https://packagist.org/packages/00F100/array_dot)

How to install
--------------

[](#how-to-install)

Composer:

```
$ composer require tesseract/crypto-sdk-laravel
```

or add in composer.json

```
    {
        "require": {
            "tesseract/crypto-sdk-laravel": "*"
        }
    }
```

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```

    Tesseract\Illuminate\Support\ServiceProvider::class,

```

If you want use the facade, add this your facades in config/app.php

```
    'CryptoSDK' => Tesseract\Illuminate\Support\Facade::class,
```

Copy the package config to your local config with the publish command:

```

    php artisan vendor:publish --provider="Tesseract\Illuminate\Support\ServiceProvider"

```

How to use
----------

[](#how-to-use)

```
