PHPackages                             jacobtilly/larafort - 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. jacobtilly/larafort

ActiveLibrary[API Development](/categories/api)

jacobtilly/larafort
===================

A package to provide a simple way to connect Laravel to Fortnox.

v1.1.0(1y ago)0144MITPHP

Since Nov 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jacobtilly/LaraFort)[ Packagist](https://packagist.org/packages/jacobtilly/larafort)[ Docs](https://github.com/jacobtilly/larafort)[ RSS](/packages/jacobtilly-larafort/feed)WikiDiscussions main Synced yesterday

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

LaraFort
========

[](#larafort)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a955d6bb268e6225fd13f8883aca127481f622f2abf69f9bbd5fca8d3f8f0703/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a61636f6274696c6c792f6c617261666f72742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jacobtilly/larafort)[![Total Downloads](https://camo.githubusercontent.com/4bfbf0ce11ac75935f484e7eb804359e0830315dbd95558ca96b35628ae05e18/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a61636f6274696c6c792f6c617261666f72742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jacobtilly/larafort)

This package provides a simple way to connect Laravel applications to Fortnox accounting software. It handles OAuth authentication, API requests, and environment management. Please refer to contributing.md for a detailed to-do list.

Buy me a coffee?
----------------

[](#buy-me-a-coffee)

If you use this package, please consider [buying me a coffee](https://buymeacoffee.com/jacobtilly) :)

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

[](#installation)

Via Composer

```
composer require jacobtilly/larafort
```

Then, run the install command to configure the connection to Fortnox. Please note that you need to create and set up a Fortnox integration in developer portal beforehand.

```
php artisan larafort:install
```

Usage
-----

[](#usage)

After installation, use the following artisan commands to manage your Fortnox connection:

```
php artisan larafort:install
```

```
php artisan larafort:migrate
```

```
php artisan larafort:refresh-tokens
```

```
php artisan larafort:testconnection
```

```
php artisan larafort:env
```

```
php artisan larafort:stoptunnel
```

```
php artisan larafort:uninstall
```

For API interactions, use the LaraFort facade:

```
use JacobTilly\LaraFort\Facades\LaraFort;

LaraFort::get('endpoint');
LaraFort::post('endpoint', $data);
LaraFort::put('endpoint', $data);
LaraFort::delete('endpoint');
```

Testing
-------

[](#testing)

```
composer test
```

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

[](#contributing)

Contributions are welcome! Submit an issue or a pull request.

Responsibility note
-------------------

[](#responsibility-note)

I am not in any way affiliated with Fortnox, just a happy customer and Laravel programmer :) This project was originally only intended for me to use in my projects, but I decided to publish it if it would be of good use for someone else. Please note, however, that I take no responsibility for basically anything related to the use of this package. Always look through the code of packages you decide to install and use.

Security
--------

[](#security)

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

License
-------

[](#license)

MIT. Please see the [license file](LICENSE) for more information.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance42

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~110 days

Total

2

Last Release

481d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19510453?v=4)[Jacob Tilly](/maintainers/jacobtilly)[@jacobtilly](https://github.com/jacobtilly)

---

Top Contributors

[![jacobtilly](https://avatars.githubusercontent.com/u/19510453?v=4)](https://github.com/jacobtilly "jacobtilly (7 commits)")

---

Tags

laravelLaraFort

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jacobtilly-larafort/health.svg)

```
[![Health](https://phpackages.com/badges/jacobtilly-larafort/health.svg)](https://phpackages.com/packages/jacobtilly-larafort)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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