PHPackages                             lawrence72/koala-framework - 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. lawrence72/koala-framework

ActiveLibrary[Framework](/categories/framework)

lawrence72/koala-framework
==========================

A simple PHP framework

v1.0.21(11mo ago)0511MITPHPPHP &gt;=8.0

Since Jan 1Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/Lawrence72/koala-framework)[ Packagist](https://packagist.org/packages/lawrence72/koala-framework)[ RSS](/packages/lawrence72-koala-framework/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)DependenciesVersions (23)Used By (1)

Koala Framework
===============

[](#koala-framework)

A lightweight PHP framework focusing on simplicity and flexibility. It provides a robust foundation for building web applications with features like dependency injection, routing, database abstraction, and middleware support.

Table of Contents
-----------------

[](#table-of-contents)

- [Introduction](#introduction)
- [Getting Started](#getting-started)
- [Core Concepts](#core-concepts)
- [Components](#components)
- [Usage Guide](#usage-guide)

Getting Started
---------------

[](#getting-started)

### Installation

[](#installation)

```
composer require lawrence72/koala-framework
```

### Basic Setup

[](#basic-setup)

1. Create an entry point (public/index.php):

```
