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

https://github.com/attla/core

⚙ The core of Attla framework
https://github.com/attla/core

attla framework laravel laravel-compatibility php

Last synced: 3 months ago
JSON representation

⚙ The core of Attla framework

Awesome Lists containing this project

README

        


License
Latest Stable Version
Total Downloads

## About Attla framework

> **Note:** This repository contains the core code of the Attla framework. If you want to build an application using Attla, visit the main [Attla repository](https://github.com/attla/attla).

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).