PHPackages                             iuriluis/devupdate - 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. iuriluis/devupdate

ActiveLibrary[API Development](/categories/api)

iuriluis/devupdate
==================

Biblioteca API para integração com o webservice do SaaS FSPHP

1.0.0(4y ago)05MITPHPPHP ^7.1

Since May 20Pushed 4y ago1 watchersCompare

[ Source](https://github.com/IuriLuis/devupdate)[ Packagist](https://packagist.org/packages/iuriluis/devupdate)[ Docs](http://www.upinside.com.br)[ RSS](/packages/iuriluis-devupdate/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

CaféApi Library Test
====================

[](#caféapi-library-test)

[![Maintainer](https://camo.githubusercontent.com/e86431887db61b02fb8dd48783e7dd3638d07cdd94181baf1b9b1456c184b1bd/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e7461696e65722d4064656c6761646f697572692d626c75652e7376673f7374796c653d666c61742d737175617265)](https://twitter.com/iuriluis)[![Source Code](https://camo.githubusercontent.com/afcaac88fadc4e372997322eda180f555d25d1422e86c064991d627247bd68cb/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d697572696c7569732f6465767570646174652d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/iuriluis/devupdate)[![PHP from Packagist](https://camo.githubusercontent.com/29e11943ab28fe2a46d22e5e61b0735e24e1274163e7f25d243059c7f947cae7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f697572696c7569732f6465767570646174652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/iuriluis/devupdate)[![Latest Version](https://camo.githubusercontent.com/f1d9186d0bc2394add23c07ab06574c85a665017e87f618798c3c6384b43657c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f697572696c7569732f6465767570646174652e7376673f7374796c653d666c61742d737175617265)](https://github.com/iuriluis/devupdate/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build](https://camo.githubusercontent.com/06a19adc6522878b772b0ac0a6c51f19c9e8febd7233d7d1f97acc9d08df0edd/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f6275696c642f672f697572696c7569732f6465767570646174652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/iuriluis/devupdate)[![Quality Score](https://camo.githubusercontent.com/420024ad47ef06a6855db016f89570e164850ed5a895af62b1d1437ab73ef753/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f697572696c7569732f6465767570646174652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/iuriluis/devupdate)[![Total Downloads](https://camo.githubusercontent.com/f9686e43f8d6c4dfee6517744e0bab7a950c757722d352d6599afdc78e2b7adb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f697572696c7569732f6465767570646174652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/crobsonvleite/devupdate)

###### CaféApi Library is a small set of classes developed in UpInside's Full Stack PHP Developer training for integration into the webservice of a SaaS platform developed in the course..

[](#caféapi-library-is-a-small-set-of-classes-developed-in-upinsides-full-stack-php-developer-training-for-integration-into-the-webservice-of-a-saas-platform-developed-in-the-course)

CaféApi Library é um pequeno conjunto de classes desenvolvidas na formação Full Stack PHP Developer da UpInside para integração ao webservice de uma plataforma SaaS desenvolvida no curso.

Você pode saber mais **[clicando aqui](https://www.upinside.com.br/fsphp)**.

### Highlights

[](#highlights)

- Simple installation (Instalação simples)
- Abstraction of all API methods (Abstração de todos os métodos da API)
- Easy authentication with login and password (Fácil autenticação com login e senha)
- Composer ready and PSR-2 compliant (Pronto para o composer e compatível com PSR-2)

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

[](#installation)

Uploader is available via Composer:

```
"iuriluis/devupdate": "^1.0"
```

or run

```
composer require iuriluis/devupdate
```

Documentation
-------------

[](#documentation)

###### For details on how to use, see a sample folder in the component directory. In it you will have an example of use for each class. It works like this:

[](#for-details-on-how-to-use-see-a-sample-folder-in-the-component-directory-in-it-you-will-have-an-example-of-use-for-each-class-it-works-like-this)

Para mais detalhes sobre como usar, veja uma pasta de exemplo no diretório do componente. Nela terá um exemplo de uso para cada classe. Ele funciona assim:

#### User endpoint:

[](#user-endpoint)

```
