PHPackages                             onix-solutions/boletosimples - 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. onix-solutions/boletosimples

ActiveLibrary[API Development](/categories/api)

onix-solutions/boletosimples
============================

A PHP client library for easily accessing Boleto Simples API.

v0.1.0a(7y ago)014MITPHP

Since Mar 8Pushed 7y ago1 watchersCompare

[ Source](https://github.com/onix-solutions/boletosimples-php)[ Packagist](https://packagist.org/packages/onix-solutions/boletosimples)[ Docs](http://api.boletosimples.com.br)[ RSS](/packages/onix-solutions-boletosimples/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (6)Versions (8)Used By (0)

Boleto Simples PHP
==================

[](#boleto-simples-php)

[![Lates Stable Version](https://camo.githubusercontent.com/ba58d0301fca01c23e9ee75cc88956b85ecacc0ffe5a2fb5b174ca6dd8017a81/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6e69782d736f6c7574696f6e732f626f6c65746f73696d706c65732e737667)](https://packagist.org/packages/onix-solutions/boletosimples)[![Build Status](https://camo.githubusercontent.com/4ebb355fa5ceff288691907d60073cb019125d5531f00314380c3c0bd41a2d5a/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f4f6e69782d736f6c7574696f6e732f626f6c65746f73696d706c65732d7068702e737667)](http://travis-ci.org/Onix-solutions/boletosimples-php)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/851d07c84e0b184af6d689f6424e8df2a50f3aabc4afaa40ac1f7e86e7a617b0/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f4f6e69782d736f6c7574696f6e732f626f6c65746f73696d706c65732d7068702e737667)](https://scrutinizer-ci.com/g/Onix-solutions/boletosimples-php/)[![Scrutinizer Code Coverage](https://camo.githubusercontent.com/4a3dfec738b0c20da5c28bd3f1e6712adf525d579f60af15788d188f4aa8034f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f4f6e69782d736f6c7574696f6e732f626f6c65746f73696d706c65732d7068702e737667)](https://scrutinizer-ci.com/g/Onix-solutions/boletosimples-php/)[![Dependency Status](https://camo.githubusercontent.com/11a301898280c44a296f3279d7afa516d3dfe6841c431be9a7f557957296c765/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3534663364353930346633313038336531623030303833382f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/54f3d5904f31083e1b000838)[![License](https://camo.githubusercontent.com/c59c9291128792715a0319d46278649fb5e7f34d3b7ac033de25e001ed9a1b31/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6f6e69782d736f6c7574696f6e732f626f6c65746f73696d706c65732e737667)](https://github.com/Onix-solutions/boletosimples-php/blob/master/LICENSE)

Biblioteca PHP para acessar informações do [Boleto Simples](http://boletosimples.com.br) através da [API](http://api.boletosimples.com.br).

Instalação
----------

[](#instalação)

### Requisitos

[](#requisitos)

PHP 5.4 ou superior

### Usando [Composer](https://getcomposer.org/)

[](#usando-composer)

Crie um arquivo chamado `composer.json` com o seguinte conteúdo:

```
{
  "minimum-stability": "dev",
  "prefer-stable" : true,
  "require": {
    "onix-solutions/boletosimples": "dev-master"
  }
}
```

Execute:

```
$ composer install

```

Configuração
------------

[](#configuração)

```
