PHPackages                             fmtl-studio/laravel-borica - 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. [Payment Processing](/categories/payments)
4. /
5. fmtl-studio/laravel-borica

ActiveLibrary[Payment Processing](/categories/payments)

fmtl-studio/laravel-borica
==========================

Laravel adapter to accept payments through the Borica VPOS.

171[1 issues](https://github.com/fmtl-studio/laravel-borica/issues)[3 PRs](https://github.com/fmtl-studio/laravel-borica/pulls)PHP

Since Jan 31Pushed 5y ago1 watchersCompare

[ Source](https://github.com/fmtl-studio/laravel-borica)[ Packagist](https://packagist.org/packages/fmtl-studio/laravel-borica)[ RSS](/packages/fmtl-studio-laravel-borica/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (3)Used By (0)

Laravel Borica
==============

[](#laravel-borica)

Laravel wrapper for easy and seamless integration with Borica VPOS.

Made with love and code by [Fundamental Studio Ltd.](https://www.fundamental.bg)

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

[](#installation)

The package is compatible with Laravel 7+ version.

Via composer:

```
$ composer require fmtl-studio/laravel-borica
```

### Pubslish the provider

[](#pubslish-the-provider)

After installing, the package should be auto-discovered by Laravel. In order to configurate the package, you need to publish the config file using this command:

```
$ php artisan vendor:publish --provider="Fundamental\Borica\BoricaServiceProvider"
```

### Config

[](#config)

After publishing the config file, you should either add the needed keys to the global .env Laravel file:

```
BORICA_TERMINAL_ID=XXXXXXXXXX # Terminal ID, obtained from your bank or Borica Service
BORICA_PRODUCTION=FALSE # Should the platform use the production or the test Borica endpoint
BORICA_PRIVATE_KEY= # Location of your private key file, make sure it is not available to public
BORICA_PRIVATE_KEY_PASS= # Location of your private key password, make sure it this file is not available to public
BORICA_CERTIFICATE= # Location of your certificate file, make sure it is not available to public

```

You are up &amp; running and ready to go.

Documentation and Usage instructions
------------------------------------

[](#documentation-and-usage-instructions)

The usage of our package is pretty seamless and easy. First of all, you need to use the proper namespace for our package:

```
use Fundamental\Borica\Borica;

```

Changelog
---------

[](#changelog)

All changes are available in our Changelog file.

Support
-------

[](#support)

For any further questions, feature requests, problems, ideas, etc. you can create an issue tracker or drop us a line at

Contributing
------------

[](#contributing)

Read the Contribution file for further information.

Credits
-------

[](#credits)

- Konstantin Rachev
- Vanya Ananieva

The package is bundled and contributed to the community by Fundamental Studio Ltd.'s team.

Issues
------

[](#issues)

If you discover any issues, please use the issue tracker.

Security
--------

[](#security)

If your discover any security-related issues, please email  or  instead of using the issue tracker.

License
-------

[](#license)

The MIT License(MIT). See License file for further information and reading.

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/bfec0a16612b7177a93f4c2b8a4515352fa595e5e604254fdca83ad84211ddfa?d=identicon)[konstantinrachev](/maintainers/konstantinrachev)

---

Top Contributors

[![konstantinrachev](https://avatars.githubusercontent.com/u/7881742?v=4)](https://github.com/konstantinrachev "konstantinrachev (9 commits)")

### Embed Badge

![Health badge](/badges/fmtl-studio-laravel-borica/health.svg)

```
[![Health](https://phpackages.com/badges/fmtl-studio-laravel-borica/health.svg)](https://phpackages.com/packages/fmtl-studio-laravel-borica)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
