LiuvIT / larapix

OpenPix Laravel SDK
MIT License
66 stars 5 forks source link

feat(larapix): implementing Service Provider and Facades #4

Closed DanielHe4rt closed 2 years ago

DanielHe4rt commented 2 years ago

Changelog

Implementado o Service Provider para o Laravel e Facades para um uso simples.

use Liuv/Larapix/Facades/Larapix

// Antes 
(new LarapixService(new Client()))->charges();
// Agora
Larapix::charges();

Mudanças