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
- Host: GitHub
- URL: https://github.com/attla/attla
- Owner: attla
- License: mit
- Created: 2020-04-23T17:32:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-11T23:34:46.000Z (almost 3 years ago)
- Last Synced: 2025-04-03T06:41:52.154Z (3 months ago)
- Topics: attla, framework, hacktoberfest, laravel, laravel-compatibility, php
- Language: PHP
- Homepage: https://attla.github.io
- Size: 211 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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).