PHPackages                             rwis/fortie - 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. rwis/fortie

ActiveLibrary[API Development](/categories/api)

rwis/fortie
===========

Enable simple Fortnox integration

1.0.12(6y ago)029Apache-2.0PHP

Since May 1Pushed 6y agoCompare

[ Source](https://github.com/rwisniewski28/fortie)[ Packagist](https://packagist.org/packages/rwis/fortie)[ RSS](/packages/rwis-fortie/feed)WikiDiscussions master Synced 3d ago

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

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

Fortie
======

[](#fortie)

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

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

[](#installation)

The easiest way to install this package is through Composer.

```
composer require rwis/fortie dev-master

```

Or add `"rwis/fortie": "dev-master"` to your `composer.json`.

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

### Laravel

[](#laravel)

In laravel the easiest way to use Fortie is to add the ServiceProvider, in `config/app.php` add the following line to `providers` array. This is needed before any artisan commands are available.

```
