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

https://github.com/attla/attla

✌ An elegant PHP framework for web developers
https://github.com/attla/attla

attla framework hacktoberfest laravel laravel-compatibility php

Last synced: about 1 month ago
JSON representation

✌ An elegant PHP framework for web developers

Awesome Lists containing this project

README

        


License
Latest Stable Version
Total Downloads

## About Attla framework

Attla framework is a PHP framework with expressive, elegant syntax, facilitating common tasks used in many web projects. We built Attla on the base of Laravel so it contains all of its features:

- [Simple, fast routing engine](https://laravel.com/docs/routing).
- [Powerful dependency injection container](https://laravel.com/docs/container).
- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
- Database agnostic [schema migrations](https://laravel.com/docs/migrations).

## Documentation

Documentação em português [https://attla.github.io/](https://attla.github.io/)

Documentation in english [https://attla.github.io/#/en/](https://attla.github.io/#/en/)

## Installation

Use Composer to manage all dependencies

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

If you don't have composer, [learn how to install](https://getcomposer.org/).

## License

The Attla framework is open-sourced software licensed under the [MIT license](LICENSE) © [Octha](https://octha.com).