PHPackages                             braghetto/hokoml - 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. [API Development](/categories/api)
4. /
5. braghetto/hokoml

ActiveProject[API Development](/categories/api)

braghetto/hokoml
================

Package to simplify the communication between the Mercado livre API and your app.

2.2.2(3y ago)2148↓100%MITPHPPHP &gt;=5.5.9

Since Nov 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/NetoBraghetto/Hokoml)[ Packagist](https://packagist.org/packages/braghetto/hokoml)[ RSS](/packages/braghetto-hokoml/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (16)Used By (0)

Hokoml
======

[](#hokoml)

Package to simplify the integration between the Mercado livre API and your app.

---

Table of Contents
=================

[](#table-of-contents)

- [Installation](#installation)
- [Configurations](#configs)
- [Authentication](#authentication)
    - [Get auth url](#get-auth-url)
    - [Authorize](#authorize)
    - [Refresh access token](#refresh-access-token)
- [Product](#product)
    - [Create](#create)
    - [Find product](#find-product)
    - [Update](#update)
    - [Pause](#pause)
    - [Unpause](#unpause)
    - [Finalize](#finalize)
    - [Relist](#relist)
    - [Delete](#delete)
- [Category](#category)
    - [List](#list)
    - [Predict](#predict)
- [Questions](#questions)
    - [Ask](#ask)
    - [Find question](#find-question)
    - [Answer](#answer)
    - [Questions from product](#questions-from-product)
    - [Unanswered from product](#unanswered-from-product)
    - [Block user](#block-user)
    - [Unblock user](#unblock-user)
    - [Blocked users](#blocked-users)
    - [Received questions](#received-questions)
- [User](#user)
    - [Me](#me)
    - [Find user](#find-user)
    - [Addresses](#addresses)
    - [Accepted payment methods](#accepted-payment-methods)
- [License](#license)

Installation
------------

[](#installation)

```
composer require braghetto/hokoml
```

Configs
-------

[](#configs)

```
