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
- Host: GitHub
- URL: https://github.com/attla/core
- Owner: attla
- License: mit
- Created: 2021-09-03T18:30:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T01:46:13.000Z (almost 3 years ago)
- Last Synced: 2025-02-20T00:41:19.211Z (3 months ago)
- Topics: attla, framework, laravel, laravel-compatibility, php
- Language: PHP
- Homepage: https://attla.github.io
- Size: 264 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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).