PHPackages                             nivv/fortnox-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. nivv/fortnox-laravel

ActiveLibrary[API Development](/categories/api)

nivv/fortnox-laravel
====================

Enable simple Fortnox integration

0268PHP

Since Feb 27Pushed 9y ago1 watchersCompare

[ Source](https://github.com/nivv/fortnox-laravel)[ Packagist](https://packagist.org/packages/nivv/fortnox-laravel)[ RSS](/packages/nivv-fortnox-laravel/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Build Status](https://camo.githubusercontent.com/24832d848ca739895deedaa29718b8f60305638fa626a21654b8d96af27b19f0/68747470733a2f2f7472617669732d63692e6f72672f7765746361742d73747564696f732f666f727469652e737667)](https://travis-ci.org/wetcat-studios/fortie)

Fortnox Laravel (fork of [wetcat-studios/fortie](wetcat-studios/fortie))
========================================================================

[](#fortnox-laravel-fork-of-wetcat-studiosfortie)

A simple [Fortnox](https://www.fortnox.se/) PHP package, including Laravel Service Provider for easy integration in Laravel.

**Forked from [wetcat-studios/fortie](wetcat-studios/fortie)**

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

[](#installation)

The easiest way to install this package is through Composer.

```
composer require nivv/fortnox-laravel dev-master

```

Or add `"nivv/fortnox-laravel": "dev-master"` to your `composer.json`.

If you don't have Composer you should [install it](https://getcomposer.org/download/).

Configuration
-------------

[](#configuration)

In Laravel you change use the published configuration file found at `config/fortie.php`, it should look something like the following. Fill this in with the details provided by Fortnox when you signed up.

The **Access Token** is not provided when signing up, you need to get that seperately using your **Auth Code** and **Client Secret**. Read more about this process [here](http://developer.fortnox.se/documentation/general/authentication/).

```
