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

https://github.com/viniciusmattosrj/template-php

Template PHP
https://github.com/viniciusmattosrj/template-php

composer docker-compose graphql jwt-authentication php rest-api

Last synced: 3 months ago
JSON representation

Template PHP

Awesome Lists containing this project

README

          

[![pipeline status](https://github.com/viniciusmattosrj/template-php/badges/releaseCandidate/pipeline.svg)](https://github.com/viniciusmattosrj/template-php/commits/releaseCandidate)

## Requerimentos

- Docker e docker-compose
- PHP ≥ 7.3.22

#### Tecnologias Utilizadas

* Composer
- Code: PSR1, PSR12 e PSR4
* DotEnv
* Restful ou GraphQL
* Postgres ≥ 11 MySQL ou ≥ 5.7 ou MongoDB
* Phinx
* PhpUnit

#### Sobre

Esse template para projetos.

Veja `.env.example` as [instruções](docs/installation.md) sobre as variáveis de ambiente.

É possível importar as `.collections` através do [collections](docs/collections.json) que contém querys/mutations/subscriptions.

#### Instalação

Para instalação verifique **[installation documentation](docs/installation.md)**.