https://github.com/walternascimentobarroso/testguzzle
Teste guzzle para listar os salários minimos
https://github.com/walternascimentobarroso/testguzzle
guzzlehttp heroku php7
Last synced: about 1 month 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 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:28:36.000Z (about 3 years ago)
- Last Synced: 2025-01-10T15:22:15.597Z (over 1 year 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

