Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zaporylie/php-tripletex

PHP SDK for Tripletex API (v2)
https://github.com/zaporylie/php-tripletex

ecommerce norway

Last synced: about 2 months ago
JSON representation

PHP SDK for Tripletex API (v2)

Awesome Lists containing this project

README

        

Tripletex PHP SDK [API v2] [![Build Status](https://travis-ci.org/zaporylie/php-tripletex.svg?branch=master)](https://travis-ci.org/zaporylie/php-tripletex) [![codecov](https://codecov.io/gh/zaporylie/php-tripletex/branch/master/graph/badge.svg)](https://codecov.io/gh/zaporylie/php-tripletex) [![Packagist Pre Release](https://img.shields.io/packagist/vpre/zaporylie/tripletex.svg)](https://packagist.org/packages/zaporylie/tripletex)
====================

# Requirements

- PHP 5.6
- Composer

# Quickstart
`composer require zaporylie/tripletex`

or add this to your composer.json

```json
"require": {
"zaporylie/tripletex": "dev-master",
}
```

# API documentation

https://tripletex.no/v2-docs

# Implemented/Remaining API

- activity
- ~~address~~
- company
- contact
- country
- currency
- ~~customer~~
- department
- employee
- employee/entitlement
- ~~inventory~~
- ~~invoice~~
- ~~invoice/paymentType~~
- ledger
- ledger/account
- ledger/accountingPeriod
- ledger/annualAccount
- ledger/closeGroup
- ledger/posting
- ~~ledger/vatType~~
- ledger/voucher
- ledger/voucherType
- ~~order~~
- ~~order/orderline~~
- ~~product~~
- project
- project/category
- supplier
- timesheet/entry
- timesheet/timeClock
- token/consumer
- ~~token/session~~

If you want to contribute by adding one of missing APIs to this SDK you're more then welcome to submit a Pull Request.

# Credits

Jakub Piasecki for [Ny Media AS](https://www.nymedia.no)