attla / core
The core of Attla Framework.
dev-main
2022-07-18 01:46 UTC
Requires
- php: ^8.0.2
- attla/cookier: dev-main
- attla/data-token: dev-main
- attla/laravel-html-minify: dev-main
- attla/pincryp: dev-main
- doctrine/dbal: ^2.0 || ^3.0
- hisorange/browser-detect: ^4.5.2
- illuminate/cache: ^9.0
- illuminate/config: ^9.0
- illuminate/console: ^9.0
- illuminate/cookie: ^9.0
- illuminate/database: ^9.0
- illuminate/log: ^9.0
- illuminate/mail: ^9.0
- illuminate/pagination: ^9.0
- illuminate/routing: ^9.0
- illuminate/translation: ^9.0
- illuminate/validation: ^9.0
- illuminate/view: ^9.0
- league/flysystem: ^3.0
- spatie/ignition: ^1.0
- vlucas/phpdotenv: ^5.4.1
- voku/anti-xss: ^4.1
This package is auto-updated.
Last update: 2024-11-18 07:25:24 UTC
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.
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.
- Powerful dependency injection container.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
Documentation
Documentação em português https://attla.github.io/
Documentation in english https://attla.github.io/#/en/
Installation
Use Composer to manage all dependencies
composer create-project --prefer-dist attla/attla
If you don't have composer, learn how to install.
License
The Attla framework is open-sourced software licensed under the MIT license © Octha.