Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 2.92 KB

README-en.md

File metadata and controls

77 lines (50 loc) · 2.92 KB

Rakit Web Framework

phpcs release language license size pulls
https://rakit.esyede.my.id

What is a rakit?

Rakit is a simple and easy to learn web framework. New users will enjoy the same ease of development found in The most popular PHP framework today.

More experienced users will have the opportunity to modulate their code in an easier and more efficient way.

Features

  • Relatively small size (< 1MB includes offline documentation).
  • Runs on PHP 5.4.0 to PHP 8.0
  • Can be used with or without Composer.
  • Routing via Closure and Controller (MVC).
  • View and templating (native / blade).
  • Database abstraction (Model and Query Builder).
  • Schema builder.
  • Migration of databases.
  • Simple authentication.
  • CLI tools.
  • And much more..

System Requirements

Additional Extensions:

Installing the following extensions will help you get the full benefit of the rakit, but not required:

  • Driver PDO for SQLite, MySQL, PostgreSQL, or SQL Server for working with databases.
  • Extension cURL to install packages via assembly console.
  • Extension GD Image for processing images.

Documentation

Documentation is included with every release archive you download, so you can still learn it even without an internet connection.

Online documentation is also available at official website.

Come Help

To participate in helping the development of the rakit, please send a pull your request to the official rakit repository.

In addition, you can also help the development of the rakit by answering questions submitted by other users in the official forum.

License

Rakit is released under the MIT License.

This means that you may modify, redistribute and use it for personal or commercial needs, provided that the original manufacturer's information is included, and there is no guarantee and no responsibility for any damage caused.