PHPackages                             michaelbutler/phposh - 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. michaelbutler/phposh

ActiveLibrary

michaelbutler/phposh
====================

Unofficial PHP SDK for interacting with Poshmark

0.1.0(5y ago)1093[1 issues](https://github.com/michaelbutler/phposh/issues)MITPHPPHP &gt;=7.1CI failing

Since Jun 5Pushed 5y ago2 watchersCompare

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

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

PHPosh
======

[](#phposh)

[![Build Status](https://camo.githubusercontent.com/850a515ae4906917c1cd9489c9796c90b0e10872e4a48172037d1b492a268b2e/68747470733a2f2f6170692e7472617669732d63692e6f72672f6d69636861656c6275746c65722f7068706f73682e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/michaelbutler/phposh)[![Code Coverage](https://camo.githubusercontent.com/ad70abb8bf6c4d8b6674d306bdb2d79b1860e785496cdbaf380db8e4f7976edc/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d69636861656c6275746c65722f7068706f73682f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/michaelbutler/phposh/?branch=master)[![Software License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](https://github.com/michaelbutler/phposh/blob/master/LICENSE)[![Latest Commit](https://camo.githubusercontent.com/b951a0cbd83d5613813e2aa39d406b7ef16a3f275be8104fbb509ab60c654062/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f6d69636861656c6275746c65722f7068706f73682f6d6173746572)](https://github.com/michaelbutler/phposh/commits/master)[![Coded in PhpStorm](https://camo.githubusercontent.com/029dc3ed466b638cab721dbfefca0a250b59a7e009204bb077e7cbc0e6486a01/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f646564253230696e2d50687053746f726d2d626c756576696f6c6574)](https://jetbrains.com/phpstorm)

PHP composer package to interact with Poshmark's website and APIs. Currently this uses your browser cookie information to do this.

Requirements
------------

[](#requirements)

- `php >= 7.1`

Supported API
-------------

[](#supported-api)

- [getItems](#getItems)
- [getItem](#getItem)
- [getOrderSummaries](#getOrderSummaries)
- [getOrderDetail](#getOrderDetail)
- [updateItem](#updateItem)

Usage:
------

[](#usage)

Add the composer package to your project.

```
# TODO: This is not in packagist yet
composer require michaelbutler/phposh
```

### Usage &amp; Examples

[](#usage--examples)

Setup the service object that is used in all method calls:

```
