Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/zaporylie/php-tripletex
- Owner: zaporylie
- Created: 2017-07-11T13:58:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T11:20:56.000Z (9 months ago)
- Last Synced: 2024-10-12T01:43:05.879Z (2 months ago)
- Topics: ecommerce, norway
- Language: PHP
- Size: 117 KB
- Stars: 8
- Watchers: 7
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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)