Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walternascimentobarroso/testguzzle
Teste guzzle para listar os salários minimos
https://github.com/walternascimentobarroso/testguzzle
guzzlehttp heroku php7
Last synced: 4 days ago
JSON representation
Teste guzzle para listar os salários minimos
- Host: GitHub
- URL: https://github.com/walternascimentobarroso/testguzzle
- Owner: walternascimentobarroso
- License: mit
- Created: 2020-03-06T16:48:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:28:36.000Z (over 1 year ago)
- Last Synced: 2024-04-11T20:58:05.768Z (7 months ago)
- Topics: guzzlehttp, heroku, php7
- Language: PHP
- Homepage: https://testguzzle.herokuapp.com/
- Size: 59.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TestGuzzle
> Projeto de teste## Instalação
```sh
composer install
php -S localhost:8080 -t app
```## Visualização
Por padrão será exibido em array, mas se precisar pode ver em json| Parâmetro | Descrição |
| ------------- |-------------------------------|
| ?format=json | Visualiza o dados em json |
| ?format=array | Ver os dados em array |## Estrutura de pasta
```
.
├── app
│ └── index.php
├── .gitignore
├── composer.json
├── json.png
├── array.png
├── Procfile
└── README.md
```## Demo
Demo => https://testguzzle.herokuapp.com/## Pré-Visualização
![json](json.png)
![array](array.png)