knut7 / framework
Min framework
This package's canonical repository appears to be gone and the package has been frozen as a result.
Requires
- php: ^8.0
- gabordemooij/redbean: ^5.7
- guzzlehttp/guzzle: ^7.8
- illuminate/events: ^10.28
- league/plates: ^3.5
- phpmailer/phpmailer: ^6.8
- phpseclib/phpseclib: ^3.0
- psr/container: ^2.0
- psr/http-message: ^2.0
- psr/http-server-middleware: ^1.0
- rafaelgou/padl: ^1.1
- robmorgan/phinx: ^0.15.2
- symfony/http-foundation: ^6.3
- twig/twig: ^3.7
- vlucas/phpdotenv: ^5.5
Requires (Dev)
- php: ^8.0
- friendsofphp/php-cs-fixer: dev-master
- php-coveralls/php-coveralls: ^0.1.0
- phpstan/phpstan: 1.11.x-dev
- phpunit/phpunit: 10.5.x-dev
README
/** *
- knut7 Framework (https://github.com/knut7/framework/)
- @link http://github.com/knut7/knut7 for the canonical source repository
- @copyright (c) 2016. MACHIZE Technologies AO Inc. (https://github.com/knut7/framework/)
- @license https://github.com/knut7/framework//license/new-bsd MIT lIcense */
Introduction
Knut7 is a framework created and maintained by MACHIZE to facilitate the rapid development of systems for any experienced developer or not !! A web application framework is a software framework designed to support the development of dynamic web sites, web applications and web services. The framework is designed to alleviate the overhead associated with common web development activities.
Source: wikipedia
Knut7- FRAMEWORK follows the Architectural Model Vision and Controller (MVC) pattern that will allow you to reuse your code without much difficulty. It has the following structure:
Requirements:
PHP v7.x Basic knowledge of php The rest is easy.
Link to contributions and Download: https://github.com/knut7 && https://github.com/knut7/framework
Installation
Create project
composer create-project --prefer-dist knut7/knut7 site
Install
composer.json file:
{ "require": { "knut7/framework": "*" } }
after run the install command.
$ composer install
OR run the following command directly.
$ composer require knut7/framework
Docs
Documentation page: Framework Docs