PHPackages                             danielpleal/prjapi - 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. danielpleal/prjapi

ActiveLibrary[API Development](/categories/api)

danielpleal/prjapi
==================

Biblioteca API para integração com o webservice do SaaS Controle de Orçamento

1.0.0(5y ago)04MITPHPPHP ^7.1

Since Apr 21Pushed 5y ago1 watchersCompare

[ Source](https://github.com/DanielPLeal/prjapi)[ Packagist](https://packagist.org/packages/danielpleal/prjapi)[ Docs](http://www.delassistencia.com.br)[ RSS](/packages/danielpleal-prjapi/feed)WikiDiscussions master Synced 6d ago

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

PrjApi Library Test
===================

[](#prjapi-library-test)

[![Maintainer](https://camo.githubusercontent.com/226fd4a28b87fe3b7425d368d167984750058d5dc65dd254fe14d6f8e6f75ac5/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e7461696e65722d4064616e69656c706c65616c2d626c75652e7376673f7374796c653d666c61742d737175617265)](https://twitter.com/danielpleal)[![Source Code](https://camo.githubusercontent.com/ac0ead0b8bfe6bba1a8f23c21d700042c7b68a7f0cb6de7ba70d07f2e56c7e49/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d64616e69656c706c65616c2f70726a6170692d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/danielpleal/prjapi)[![PHP from Packagist](https://camo.githubusercontent.com/21f9fc4551919d756f767db3aff32326b0f73f83cb97d82f6a8eedc6b6391249/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f64616e69656c706c65616c2f70726a6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/danielpleal/prjapi)[![Latest Version](https://camo.githubusercontent.com/59d87c909e623c2b77e0e86ef8c47fb2bee92063206b9745275c020cb602836b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f64616e69656c706c65616c2f70726a6170692e7376673f7374796c653d666c61742d737175617265)](https://github.com/danielpleal/prjapi/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build](https://camo.githubusercontent.com/8a49d727c1c3027433a16aa70edf742374748719fca76fb5067d6b7c1c4b7efe/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f6275696c642f672f64616e69656c706c65616c2f70726a6170692e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/danielpleal/prjapi)[![Quality Score](https://camo.githubusercontent.com/d42c29575ddf0c2109fec13ede70856dabba57054395a4cc81552cd702a9c896/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f64616e69656c706c65616c2f70726a6170692e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/danielpleal/prjapi)[![Total Downloads](https://camo.githubusercontent.com/9c7e4ef6705a9a013a468fc384056ab763227fdff0df474aff859be3908f04d0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64616e69656c706c65616c2f70726a6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/danielpleal/prjapi)

###### PrjApi Library is a small set of classes developed to integrate a SaaS platform into the webservice....

[](#prjapi-library-is-a-small-set-of-classes-developed-to-integrate-a-saas-platform-into-the-webservice)

PrjApi Library é um pequeno conjunto de classes desenvolvidas para integração ao webservice de uma plataforma SaaS.

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

### 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:

```
"danielpleal/prjapi": "^1.0"
```

or run

```
composer require danielpleal/prjapi
```

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)

```
