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

ActiveLibrary[API Development](/categories/api)

inspirum/balikobot-laravel
==========================

Laravel package for inspirum/balikobot library

v1.0.0(2y ago)0901MITPHPPHP ^8.1

Since Jun 2Pushed 1y agoCompare

[ Source](https://github.com/inspirum/balikobot-php-laravel)[ Packagist](https://packagist.org/packages/inspirum/balikobot-laravel)[ Docs](https://github.com/inspirum/balikobot-php-laravel)[ RSS](/packages/inspirum-balikobot-laravel/feed)WikiDiscussions master Synced 1mo ago

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

Balikobot Laravel Package
=========================

[](#balikobot-laravel-package)

[![Latest Stable Version](https://camo.githubusercontent.com/d267a052988759de5098ac72845acffedefbbb4eea7edc1b37c5fcda890fdb14/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e73706972756d2f62616c696b6f626f742d6c61726176656c2e7376673f7374796c653d666c61742d73717561726526636f6c6f72423d626c7565)](https://packagist.org/packages/inspirum/balikobot-laravel)[![Build Status](https://camo.githubusercontent.com/f443e54fbce8af76586a1211e6688f84668c2c6775a5f2dab3204b4aafcaddfb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f696e73706972756d2f62616c696b6f626f742d7068702d6c61726176656c2f6d61737465722e796d6c3f6272616e63683d6d6173746572267374796c653d666c61742d737175617265)](https://github.com/inspirum/balikobot-php-laravel/actions)[![PHPStan](https://camo.githubusercontent.com/bde5bbb0323a8687c29edf03c5f14a4c8579bf1b8ce97120583c84d43932ebd1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7374796c652d6c6576656c253230392d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265266c6162656c3d7068707374616e)](https://github.com/phpstan/phpstan)[![Total Downloads](https://camo.githubusercontent.com/52e3bd05b5cfb64b27ec654d2c0dae754fca15f92bceb9104e29d9fe94c48d0d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e73706972756d2f62616c696b6f626f742d6c61726176656c2e7376673f7374796c653d666c61742d73717561726526636f6c6f72423d626c7565)](https://packagist.org/packages/inspirum/balikobot-laravel/stats)[![Software License](https://camo.githubusercontent.com/f0318569561cd1fb485bb8e5a37a32f4c78016a626c5d31a2801f1ecdcd55f5b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f696e73706972756d2f62616c696b6f626f742d7068702d6c61726176656c2e7376673f7374796c653d666c61742d73717561726526636f6c6f72423d626c7565)](./LICENSE.md)

Laravel integration for [`inspirum/balikobot`](https://github.com/inspirum/balikobot-php).

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

[](#installation)

Run composer require command:

```
composer require inspirum/balikobot-laravel

```

Laravel will automatically register via [Package Discovery](https://laravel.com/docs/master/packages#package-discovery).

If you [opt out](https://laravel.com/docs/master/packages#opting-out-of-package-discovery) from package discovery it is necessary to register the service provider in `config/app.php`.

```
