Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LiuvIT/larapix
OpenPix Laravel SDK
https://github.com/LiuvIT/larapix
Last synced: 8 days ago
JSON representation
OpenPix Laravel SDK
- Host: GitHub
- URL: https://github.com/LiuvIT/larapix
- Owner: LiuvIT
- License: mit
- Created: 2022-03-17T15:06:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-11T15:09:30.000Z (over 2 years ago)
- Last Synced: 2024-08-01T21:55:38.263Z (4 months ago)
- Language: PHP
- Size: 365 KB
- Stars: 66
- Watchers: 7
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
Larapix, the OpenPix Client for Laravel
# Larapix, o SDK para OpenPix API.
[![Latest Version](https://img.shields.io/github/release/liuvIT/larapix.svg?style=flat-square)](https://github.com/liuvIT/larapix/releases)
[![Total Downloads](https://img.shields.io/packagist/dt/liuv/larapix.svg?style=flat-square)](https://packagist.org/packages/liuvIT/larapix)Larapix é um projeto criado para facilitar o consumo das API's do OpenPix no ecossistema Laravel em formato de
SDK.- Fácil implementação em qualquer projeto
- Value Objects para facilitar implementação
- Mantido pela comunidade LaravelBR e pela LiuvIT.```php
$service = new \Liuv\Larapix\Core\LarapixService();$charge = new \Liuv\Larapix\Charges\Charge(
'correlatedId', // ID used to track on your app
1000 // Value to charge in cents (10,00)
);$service->charges()->create($charge)
```## Contribuções
Nós usamos as Issues do Github para relatar novos bugs e indicações de novas features, então nos avise caso tenha alguma
sugestão!## Installing Larapix
Recomendamos você instalar o Larapix pelo [Composer](https://getcomposer.org/).
```bash
composer require liuv/larapix
```## Versões Disponíveis
| Version | Status | Packagist | Namespace | Docs | PSR-7 | PHP Version |
|---------|----------|----------------|-----------|------|-------|-------------|
| 1.x | Running | `liuv/larapix` | `liuv` | N/A | No | > = 7.0 |
| 2.x | Planning | `liuv/larapix` | `liuv` | N/A | No | > = 8.x |## Licença
Larapix está disponível na licença do MIT. Por favor, leia [License File](LICENSE) para mais informações.