Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jetimob/notafacil-sdk-php-laravel
https://github.com/jetimob/notafacil-sdk-php-laravel
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jetimob/notafacil-sdk-php-laravel
- Owner: jetimob
- License: mit
- Created: 2021-07-21T13:32:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T13:01:33.000Z (over 1 year ago)
- Last Synced: 2024-10-24T18:02:36.150Z (2 months ago)
- Language: PHP
- Size: 65.4 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
notafacil-sdk-php-laravel
=========================notafacil-sdk-php-laravel foi criado e é mantido pela equipe [Jetimob](https://github.com/jetimob). É um SDK utilizado
para interagir com a API da [Nota Facil](https://notafacil.io/) de forma simples e direta. A complexidade de autenticação
[OAuth2](https://oauth.net/2/) é abstraída pelo pacote [http-php-laravel](https://github.com/jetimob/http-php-laravel/),
também desenvolvido dentro da Jetimob.> Os comandos abaixo devem ser executados dentro da pasta raíz do projeto onde o pacote deve ser instalado.
## Instalação
Utilizando o composer:
```shell
composer require jetimob/notafacil-sdk-php-laravel
```## Configuração
Para começar, as configurações do pacote devem ser publicadas através do comando:
````shell
php artisan notafacil:install
````Este comando irá criar o arquivo de configuração `config/notafacil.php` para que você possa modificar conforme a
necessidade do seu projeto.## Licença
notafacil-sdk-php-laravel está publicado sob [The MIT License (MIT)](LICENSE).