PHPackages                             stamplia/stamplia-php - 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. stamplia/stamplia-php

ActiveLibrary

stamplia/stamplia-php
=====================

A PHP client for the Stamplia API

v1.0.1(10y ago)714[1 issues](https://github.com/Stamplia/stamplia-php/issues)MITPHPPHP &gt;=5.4.0

Since Sep 14Pushed 10y ago3 watchersCompare

[ Source](https://github.com/Stamplia/stamplia-php)[ Packagist](https://packagist.org/packages/stamplia/stamplia-php)[ RSS](/packages/stamplia-stamplia-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

[![SensioLabsInsight](https://camo.githubusercontent.com/ac3df8260c0a313acd1a6d40cc9f286d7cfa790007435ae8b4623f1b86e4b443/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f33353830323235362d326439332d343839622d626632362d3432656633383830623230392f6269672e706e67)](https://insight.sensiolabs.com/projects/35802256-2d93-489b-bf26-42ef3880b209) [ ![Codeship Status for Stamplia/stamplia-php](https://camo.githubusercontent.com/629d997000f31552158552a499c7583ff4f7b29d86ff7779c0b0c0c3ef426f00/68747470733a2f2f636f6465736869702e636f6d2f70726f6a656374732f66373465653735302d336139302d303133332d656131362d3236393365356364653935622f7374617475733f6272616e63683d6d6173746572)](https://codeship.com/projects/101917)

stamplia-php
============

[](#stamplia-php)

A PHP library to access the [Stamplia](https://stamplia.com) API. It requires PHP 5.4+.

Setup
-----

[](#setup)

Using [composer](https://getcomposer.org) you can add the following to your composer.json file:

```
"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/Stamplia/stamplia-php.git"
    }
],
"require": {
    "php": ">=5.4.0",
    "Stamplia/stamplia-php": "~1.0"
},
"minimum-stability": "stable",
"config": {
    "process-timeout": 3600
}

```

Then in your PHP code include the composer autoloader, something similar to this:

```
