tjetak / kalkulator-php
Official Tjetak Kalkulator API wrapper in PHP.
Requires
- php: >=7.0.0
- ext-json: *
- guzzlehttp/guzzle: ~6.0
Requires (Dev)
- phpunit/phpunit: ^7
- dev-master
- 0.1.52
- 0.1.51
- 0.1.50
- 0.1.49
- 0.1.48
- 0.1.47
- 0.1.46
- 0.1.45
- 0.1.44
- 0.1.43
- 0.1.42
- 0.1.41
- 0.1.40
- 0.1.39
- 0.1.38
- 0.1.37
- 0.1.36
- 0.1.35
- 0.1.34
- 0.1.33
- 0.1.32
- 0.1.31
- 0.1.30
- 0.1.29
- 0.1.28
- 0.1.27
- 0.1.26
- 0.1.25
- 0.1.24
- 0.1.23
- 0.1.22
- 0.1.21
- 0.1.20
- 0.1.19
- 0.1.18
- 0.1.17
- 0.1.16
- 0.1.15
- 0.1.14
- 0.1.13
- 0.1.12
- 0.1.11
- 0.1.10
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- dev-dev
- dev-release/0.1.52
- dev-feature/masker-plastic-bottle-promozee-lunch-box-promozee
- dev-release/0.1.51
- dev-feature/bundle-products-part-2
- dev-hotfix/0.1.50
- dev-hotfix/0.1.49
- dev-hotfix/0.1.48
- dev-hotfix/0.1.47
- dev-release/0.1.46
- dev-feature/plain-snack-box
- dev-feature/plain-packaging
- dev-release/0.1.45
- dev-hotfix/0.1.44
- dev-release/0.1.43
- dev-feature/20.07-food-pail-cake-box-comb
- dev-release/0.1.42
- dev-feature/plastic-and-sealer-paper-cup-plastic-cup
- dev-hotfix/0.1.41
- dev-release/0.1.40
- dev-feature/square-bottom-paper-bag
- dev-feature/pinched-bottom-paper-bag
- dev-release/0.1.39
- dev-feature/calculator-mouse-speaker
- dev-release/0.1.38
- dev-feature/travel-adaptor
- dev-release/0.1.37
- dev-feature/powerbank
- dev-release/0.1.36
- dev-feature/mug
- dev-release/0.1.35
- dev-feature/garmen-t-shirt-polo-goodie-bag
- dev-feature/hat
- dev-feature/wall-clock
- dev-feature/tumbler
- dev-release/0.1.34
- dev-feature/promotional-product
- dev-release/0.1.32
- dev-feature/19.18-new-product-pricing-plain-packaging
- dev-feature/food-pail-paper-tray-sealer-wrapper
- dev-release/0.1.31
- dev-feature/food-box
- dev-release/0.1.30
- dev-feature/plastic-bag-and-product-box-advance
- dev-release/0.1.29
- dev-feature/additional-spec-continuous-form
- dev-release/0.1.28
- dev-feature/corrugated-box-mailer-box
- dev-release/0.1.27
- dev-feature/bouquet
- dev-hotfix/0.1.26
- dev-release/0.1.25
- dev-feature/continuous-form
- dev-release/0.1.24
- dev-feature/calendar
- dev-release/0.1.23
- dev-feature/map-folder
- dev-release/0.1.22
- dev-feature/get-all-products
- dev-release/0.1.21
- dev-feature/corrugated-pin-umbrella
- dev-hotfix/0.1.20
- dev-release/0.1.19
- dev-feature/card-poster-greeting-card
- dev-release/0.1.18
- dev-feature/fan
- dev-feature/jam
- dev-release/0.1.17
- dev-feature/add-spec-polo-t-shirt
- dev-feature/pen
- dev-release/0.1.16
- dev-feature/product-box-snack-box
- dev-release/0.1.15
- dev-feature/book
- dev-feature/hardbox
- dev-release/0.1.14
- dev-feature/lunchbox-snackbox-hardbox-paperbag
- dev-release/0.1.13
- dev-feature/sticker
- dev-release/0.1.12
- dev-feature/envelope
- dev-feature/banner
- dev-release/0.1.11
- dev-feature/letterhead-minixbanner-tripodbanner
- dev-release/0.1.10
- dev-feature/ncr-note
- dev-feature/flyer&brochure
- dev-release/0.1.9
- dev-feature/spunbond
- dev-release/0.1.8
- dev-feature/stample
- dev-feature/polo-shirt
- dev-feature/t-shirt
- dev-hotfix/0.1.7
- dev-release/0.1.6
- dev-feature/vendor-data
- dev-feature/roll-banner
- dev-release/0.1.5
- dev-feature/paper-bowl
- dev-feature/pop-up-counter-fix
- dev-feature/plastic-cup
- dev-release/0.1.4
- dev-feature/business-card-fix
- dev-feature/x-banner
- dev-feature/y-banner
- dev-hotfix/0.1.3
- dev-release/0.1.2
- dev-feature/lanyard
- dev-feature/pop-up-counter
- dev-feature/business-card
- dev-feature/event-desk
- dev-feature/id-card
- dev-hotfix/0.1.1
- dev-release/0.1.0
- dev-feature/paper-cup
This package is auto-updated.
Last update: 2025-03-29 00:41:29 UTC
README
Tjetak :heart: PHP!
This is the official Tjetak Kalkulator API wrapper in PHP.
Tjetak Kalkulator is an API which provides information on various printed & customized products price in Tjetak database. For more information about Tjetak Kalkulator, please visit https://calc.tjetak.com.
Installation
Require this package with Composer using the following command:
$ composer require tjetak/kalkulator-php
How to Use
Set the Key
Set the key with your Tjetak Kalkulator API key.
Kalkulator::$key = "YOUR_API_KEY";
Get Resources
Kalkulator PHP provides you the classes to get the corresponding resources. For example, you can get the business cards specifications by using the following code.
use Kalkulator/BusinessCard;
function myFunction() {
$specs = BusinessCard::specs(); // this returns business cards specifications
}
Contributing
We welcome any contribution to the Kalkulator PHP! The contribution guide can be found here.
License
Kalkulator PHP is open-sourced software licensed under the MIT license.