https://github.com/diego-brocanelli/base-api-zend-expressive
Estrutura base para construção de API com Zend Expressive
https://github.com/diego-brocanelli/base-api-zend-expressive
api base zend-expressive
Last synced: about 1 year ago
JSON representation
Estrutura base para construção de API com Zend Expressive
- Host: GitHub
- URL: https://github.com/diego-brocanelli/base-api-zend-expressive
- Owner: Diego-Brocanelli
- License: mit
- Created: 2018-03-16T03:25:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T03:36:23.000Z (about 8 years ago)
- Last Synced: 2025-02-17T03:34:26.255Z (over 1 year ago)
- Topics: api, base, zend-expressive
- Language: PHP
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Base API Zend Expressive
Estrutura base para construção de API com Zend Expressive
# Requisitos do sistema
- PHP >= 7.1
# Instalação
Execute o comando abaixo para instalação das dependências.
```php
composer install
```
# Executando o projeto
Execute o comando abaixo para executar o servidor embutido do PHP
```php
composer serve
```
Acesso a seguinte URL pelo navegador.
```
localhost:8080
```
# Rotas
***API Wellcome***
```
/api
```