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

https://github.com/attla/attla.github.io

:notebook_with_decorative_cover: Attla framework documentation
https://github.com/attla/attla.github.io

Last synced: 5 days ago
JSON representation

:notebook_with_decorative_cover: Attla framework documentation

Awesome Lists containing this project

README

          

# Attla Framework   [![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/attla/attla/blob/master/LICENSE) [![Latest Version](https://img.shields.io/github/release/attla/attla.svg)](https://github.com/attla/attla/releases) [![Latest Stable Version](https://img.shields.io/packagist/v/attla/attla)](https://packagist.org/packages/attla/attla) [![Total Downloads](https://img.shields.io/packagist/dt/attla/attla.svg)](https://packagist.org/packages/attla/attla)

> Um pequeno framework em PHP para desenvolvedores web.

# Instalação

Use o Composer para gerenciar todas as dependências

```bash
composer create-project --prefer-dist attla/attla
```

Se você não tem o composer, [aprenda como instala-lo](https://getcomposer.org/).

##### Requisitos do servidor

O Attla Framework possui alguns requisitos de sistema, você precisará garantir que o servidor atenda aos seguintes requisitos:

- PHP >= 7.2.5
- JSON PHP Extension
- PDO PHP Extension

## Licença

[MIT](https://github.com/attla/attla/blob/master/LICENSE) © [Attla](http://www.attla.com.br)