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

https://github.com/mrbrunelli/php-exception

Trabalho de Tecnologias Emergentes | Faculdade Alfa
https://github.com/mrbrunelli/php-exception

composer docker docker-compose middleware php psr-4 psr-7 slim-framework

Last synced: about 2 months ago
JSON representation

Trabalho de Tecnologias Emergentes | Faculdade Alfa

Awesome Lists containing this project

README

        

## Subir servidor
```php
php -S localhost:8080 -t public
```

## Variáveis de ambiente
```php
ENV
BANCO_NOME
BANCO_USUARIO
BANCO_SENHA
BANCO_HOST
```