PHPackages                             noloh/noloh - 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. noloh/noloh

ActiveLibrary[Framework](/categories/framework)

noloh/noloh
===========

Unified, object-oriented PHP Framework that eliminates the need for HTML, JavaScript, and AJAX

1.10.18(2mo ago)315.8k↓35.5%4[1 PRs](https://github.com/noloh/noloh/pulls)LGPL-2.1PHP

Since Nov 29Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/noloh/noloh)[ Packagist](https://packagist.org/packages/noloh/noloh)[ RSS](/packages/noloh-noloh/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)DependenciesVersions (16)Used By (0)

NOLOH: The Future of Web Development is Now
===========================================

[](#noloh-the-future-of-web-development-is-now)

[![NOLOH PHP Framework Logo](https://user-images.githubusercontent.com/199062/262089354-16877707-0495-4bac-b794-807587eb90d0.png)](https://noloh.com)

Open-sourced in 2023, born in 2005 and continuously updated and maintained, NOLOH is a unified, object-oriented PHP Framework that eliminates the need for HTML, JavaScript, and AJAX. Unlike other frameworks, NOLOH is event-driven, lightweight, and on-demand, enabling you to create feature-rich web applications that are both client and server optimized. Experience the ease and power of a single development language and fully integrated framework that's still easier and more efficient than anything else out there.

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

[](#table-of-contents)

- [Getting Started with NOLOH](#getting-started-with-noloh)
- [Features](#features)
- [Code Examples](#code-examples)
- [Documentation](#documentation)
- [API Reference](#api-reference)
- [Deployment](#deployment)
- [Versioning](#versioning)
- [Authors](#authors)
- [License](#license)
- [Acknowledgments](#acknowledgments)
- [Support and Community](#support-and-community)

Getting Started with NOLOH
--------------------------

[](#getting-started-with-noloh)

### Prerequisites

[](#prerequisites)

NOLOH runs on any version of PHP after PHP 5.1. NOLOH is fully backwards compatible with prior versions of PHP and is tested to work with::

- PHP 5.1+
- PHP 7.0+
- PHP 8.0+

### Installation

[](#installation)

```
# Download the latest NOLOH release
wget https://github.com/noloh/noloh/releases/latest/download/noloh.zip

# Unzip the latest NOLOH release
unzip noloh.zip
```

### Quick Start / Hello World

[](#quick-start--hello-world)

Simply create a file, ex.`hello.php`, include NOLOH, and write a basic hello world application:

```
