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

ActiveLibrary[API Development](/categories/api)

christiandarnell/fortie
=======================

Enable simple Fortnox integration

1.0.13(5y ago)08Apache-2.0PHP

Since May 1Pushed 2y agoCompare

[ Source](https://github.com/christiandarnell/fortie_suppliers)[ Packagist](https://packagist.org/packages/christiandarnell/fortie)[ RSS](/packages/christiandarnell-fortie/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependencies (3)Versions (19)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 wetcat/fortie

```

Or add `"wetcat/fortie": "^1.0"` 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.

```
