PHPackages                             esyede/rakit - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. esyede/rakit

ActiveProject[Framework](/categories/framework)

esyede/rakit
============

Rakit Web Framework

v0.9.9(4y ago)264012MITPHPPHP &gt;=5.4.0CI passing

Since Mar 7Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/esyede/rakit)[ Packagist](https://packagist.org/packages/esyede/rakit)[ Docs](https://rakit.esyede.my.id/)[ Fund](https://saweria.co/esyede)[ GitHub Sponsors](https://github.com/esyede)[ RSS](/packages/esyede-rakit/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

Rakit Web Framework
===================

[](#rakit-web-framework)

 [![build](https://github.com/esyede/rakit/workflows/build/badge.svg)](https://github.com/esyede/rakit/workflows/build/badge.svg) [![release](https://camo.githubusercontent.com/c868b27e990a9d66fde53eff43fd22db488f298a34846b6b68a989d52119234f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6573796564652f72616b69743f696e636c7564655f70726572656c6561736573)](https://camo.githubusercontent.com/c868b27e990a9d66fde53eff43fd22db488f298a34846b6b68a989d52119234f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6573796564652f72616b69743f696e636c7564655f70726572656c6561736573) [![language](https://camo.githubusercontent.com/8c682d8de4aa039cde24b7eab955a41ea32158341508cc3a45e80c06cbd91e06/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f746f702f6573796564652f72616b6974)](https://camo.githubusercontent.com/8c682d8de4aa039cde24b7eab955a41ea32158341508cc3a45e80c06cbd91e06/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f746f702f6573796564652f72616b6974) [![license](https://camo.githubusercontent.com/142db2a74d6b1a74e6aee2c15cb234b03217bb7a8101f30d37652448aa755f3d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6573796564652f72616b6974)](https://camo.githubusercontent.com/142db2a74d6b1a74e6aee2c15cb234b03217bb7a8101f30d37652448aa755f3d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6573796564652f72616b6974) [![size](https://camo.githubusercontent.com/a67092a794ba9144f965415b3b89edd3ccccbb261e3c0f3e8f589ef750edb22e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f636f64652d73697a652f6573796564652f72616b6974)](https://camo.githubusercontent.com/a67092a794ba9144f965415b3b89edd3ccccbb261e3c0f3e8f589ef750edb22e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f636f64652d73697a652f6573796564652f72616b6974) [![pulls](https://camo.githubusercontent.com/dd0b24c1e6776719edb2c273548a510d6490d8d25269a043dfabbd38419905da/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5052732d77656c636f6d652d627269676874677265656e2e737667)](https://camo.githubusercontent.com/dd0b24c1e6776719edb2c273548a510d6490d8d25269a043dfabbd38419905da/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5052732d77656c636f6d652d627269676874677265656e2e737667)

What is Rakit?
--------------

[](#what-is-rakit)

Rakit is a lightweight, easy-to-learn PHP web framework built for simplicity and efficiency. Whether you're a beginner or an experienced developer, Rakit offers a smooth development experience similar to other popular PHP frameworks, while giving you the flexibility to write clean, modular code.

Features
--------

[](#features)

- **Compact Size**: Less than 1MB zipped, including offline documentation.
- **Wide PHP Support**: Compatible with PHP 5.4.0 to PHP 8.x.
- **Flexible Installation**: Works with or without [Composer](https://getcomposer.org).
- **Powerful Routing**: Supports closures and controllers (MVC architecture).
- **Templating Options**: Native views or Blade templating engine.
- **Database Abstraction**: Models and query builders for seamless database interactions.
- **Schema &amp; Migrations**: Easy database schema building and migration tools.
- **Authentication**: Simple, built-in user authentication.
- **CLI Tools**: Command-line utilities for efficient development.
- **And More**: Extensive features to boost your productivity!

System Requirements
-------------------

[](#system-requirements)

- **PHP**: 5.4.0 to 8.x
- **Extensions**:
    - [Mbstring](https://www.php.net/manual/en/book.mbstring.php)
    - [OpenSSL](https://www.php.net/manual/en/book.openssl.php)
    - [Fileinfo](https://www.php.net/manual/en/book.fileinfo.php)

**Recommended Extensions** (for full functionality):

- [PDO](https://www.php.net/manual/en/pdo.installation.php) for database support (SQLite, MySQL, PostgreSQL, SQL Server).
- [cURL](https://www.php.net/manual/en/book.curl.php) for package installation via console.
- [GD Image](https://www.php.net/manual/en/book.image.php) for image processing.
- [Socket](https://www.php.net/manual/en/book.sockets.php) for WebSocket support.

Documentation
-------------

[](#documentation)

Every release includes offline documentation, so you can learn even without internet access. For the latest updates, check out the [official website](https://rakit.esyede.my.id).

Get Involved
------------

[](#get-involved)

Help shape Rakit! Submit pull requests to the [official repository](https://github.com/esyede/rakit)or join discussions in our [forum](https://github.com/esyede/rakit/discussions) to assist fellow developers. You can also donate to support ongoing development and maintenance. Every contribution, big or small, is appreciated!

[![Buy Me a Coffee at ko-fi.com](https://camo.githubusercontent.com/98e68a8a848c0aff42ae688c194b8826ec9b5a8480d9bfbd2caaee987ab3aa7f/68747470733a2f2f73746f726167652e6b6f2d66692e636f6d2f63646e2f6b6f6669362e706e673f763d36)](https://ko-fi.com/A0A61UOVND)

License
-------

[](#license)

Rakit is released under the [MIT License](http://www.opensource.org/licenses/mit-license.php). This means, you can modify, redistribute, and use it for personal or commercial purposes, as long as the original attribution is included. No warranties or liabilities are provided for any damages.

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance60

Regular maintenance activity

Popularity22

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~80 days

Total

4

Last Release

1699d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10582583?v=4)[Suyadi](/maintainers/esyede)[@esyede](https://github.com/esyede)

---

Top Contributors

[![esyede](https://avatars.githubusercontent.com/u/10582583?v=4)](https://github.com/esyede "esyede (1192 commits)")[![andifahruddinakas](https://avatars.githubusercontent.com/u/57283157?v=4)](https://github.com/andifahruddinakas "andifahruddinakas (7 commits)")[![zerosdev](https://avatars.githubusercontent.com/u/33526722?v=4)](https://github.com/zerosdev "zerosdev (5 commits)")[![CxrlosKenobi](https://avatars.githubusercontent.com/u/65223024?v=4)](https://github.com/CxrlosKenobi "CxrlosKenobi (2 commits)")[![reidsneo](https://avatars.githubusercontent.com/u/12298979?v=4)](https://github.com/reidsneo "reidsneo (1 commits)")[![rhmtty](https://avatars.githubusercontent.com/u/42424141?v=4)](https://github.com/rhmtty "rhmtty (1 commits)")

---

Tags

frameworklightweightmodularphpshared-hostframeworkrakit

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/esyede-rakit/health.svg)

```
[![Health](https://phpackages.com/badges/esyede-rakit/health.svg)](https://phpackages.com/packages/esyede-rakit)
```

###  Alternatives

[hemp/presenter

Easy Model Presenters in Laravel

247616.4k1](/packages/hemp-presenter)[pestphp/pest-plugin-stressless

Stressless plugin for Pest

681.0M18](/packages/pestphp-pest-plugin-stressless)[wpstarter/framework

The WpStarter Framework - Laravel Framework for WordPress

1610.2k5](/packages/wpstarter-framework)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
