Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)