Skip to content

Latest commit

 

History

History
133 lines (93 loc) · 5.2 KB

README-en.md

File metadata and controls

133 lines (93 loc) · 5.2 KB

ChatBotPHP

Passing Passing Passing

Stars Package Issues


Readme em Portugues

Documentation

A complete system documentation is available online at this link.

System Requirements

Install

  # download zip
  git clone https://github.com/PaulaoDev/khan khan-project && cd khan-project && composer install
  
  # using cli khan
  php khan list
     
  # download using cli khan
  php khan create khan-project && cd khan-project && composer install
  
  # dependencies 
  composer install 

  # run server (  php 7 )
  php khan server 80
  

Command line

php khan list

News

LiveServer

# Init live server
php khan live

Contribution

Generates

  # run the command where the framework is configured
  
  # generates a login system
  khan make auth
  
  # generates a chat system
  khan make chat

About Khan

Khan is a web application framework. We believe that development must be a good and not tiresome experience to be truly productive. RouterKhan streamlines development by easing common tasks used in most web projects, including:

Benchmarks

Framework Requisitions per second Versão do Framework PHP version
Khan 220.41 2.0 5.6
Laravel 66.57 5.6 5.6
Symfony 81.78 3.3.6 5.6

Framework Requisitions per second Versão do Framework PHP version
Khan 374 2.0 7.0
Laravel 114.55 5.6 7.0
Symfony 184.15 3.3.6 7.0

Attention

For the system to work 100% it is necessary to have a Virtual Host configured in your localhost or directly in the ROOT folder of a hosting.

Routes

Create files with routes in directory routes/

Routes Khan

Security

Relate all vulnerabilities found in a responsible and constructive way Email.

Credits

License

The RouterKhan is licensed under the MIT license. See License File for more information.

Contact