https://github.com/zaporylie/php-tripletex
PHP SDK for Tripletex API (v2)
https://github.com/zaporylie/php-tripletex
ecommerce norway
Last synced: 3 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T11:20:56.000Z (about 1 year ago)
- Last Synced: 2025-03-01T01:15:57.429Z (4 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] [](https://travis-ci.org/zaporylie/php-tripletex) [](https://codecov.io/gh/zaporylie/php-tripletex) [](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)