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

ActiveLibrary

jolt/jolt
=========

Jolt Framework, a PHP micro framework

274952PHP

Since Feb 26Pushed 4y ago2 watchersCompare

[ Source](https://github.com/freekrai/jolt)[ Packagist](https://packagist.org/packages/jolt/jolt)[ RSS](/packages/jolt-jolt/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (2)Used By (2)

Jolt
====

[](#jolt)

Jolt is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.

Jolt takes some inspiration from ExpressJS.

Jolt is not a full featured MVC framework, it is built to be a micro framework that handles routing and carries some basic template rendering. Feel free to use your own template engine such as Twig instead.

You can see more info at the [Jolt wiki](https://github.com/freekrai/jolt/wiki/):

For database, I recommend [Idiorm and Paris](http://j4mie.github.com/idiormandparis/)

If you don't want to use Composer, then you can use the autoloader.

If you're looking for the older version of Jolt, you can [find it here](https://github.com/freekrai/jolt/tree/legacy) in the legacy branch of the repo.

### Requirements

[](#requirements)

- PHP 7+

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

[](#getting-started)

### Install

[](#install)

You may install the Jolt Framework with Composer (recommended) or manually.

[Read how to install Jolt](https://github.com/freekrai/jolt/wiki/install).

### Hello World Tutorial

[](#hello-world-tutorial)

A typical PHP app using Jolt will look like this.

If you didn't install Jolt via Composer, then use the following to load Jolt:

```
