PHPackages                             freekrai/jolt-barebones - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. freekrai/jolt-barebones

ActiveLibrary[HTTP &amp; Networking](/categories/http)

freekrai/jolt-barebones
=======================

A Jolt Framework skeleton application for rapid development of Jolt apps

v1.0.3(11y ago)012MITJavaScriptPHP &gt;=5.3.0

Since Sep 7Pushed 11y ago1 watchersCompare

[ Source](https://github.com/freekrai/jolt-barebones)[ Packagist](https://packagist.org/packages/freekrai/jolt-barebones)[ Docs](http://github.com/freekrai/jolt-skeleton)[ RSS](/packages/freekrai-jolt-barebones/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (5)Used By (0)

Twilio Barebones Application built on the Jolt framework
========================================================

[](#twilio-barebones-application-built-on-the-jolt-framework)

Use this barebones application to quickly setup and start working on a new Jolt application. This application uses the latest Jolt repositories.

This barebones application was built for Composer. This makes setting up a new Twilio application quick and easy.

Install Composer
----------------

[](#install-composer)

If you have not installed Composer, do that now. I prefer to install Composer globally in `/usr/local/bin`, but you may also install Composer locally in your current working directory. For this tutorial, I assume you have installed Composer locally.

Install the Application
-----------------------

[](#install-the-application)

After you install Composer, run this command from the directory in which you want to install your new Jolt Framework application.

```
php composer.phar create-project freekrai/jolt-barebones [my-app-name]

```

Replace `[my-app-name]` with the desired directory name for your new application. You'll want to point your virtual host document root to your new application's directory.

Edit config.ini with your configuration settings, and that's it! Now go build something cool.

Built-in server
---------------

[](#built-in-server)

With PHP 5.4 and up, we have a built-in web server, this is handy for local development.

You can run your new app locally using the following command in the terminal:

```
php -S 127.0.0.1:8888 server.php

```

This will route all processes through the server.php file, which whill then treat this the same as if it was on a web server. This lets you handle local development nicely.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity61

Established project with proven stability

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 ~1 days

Total

4

Last Release

4258d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/93d83710046d56c020715ef0d82333b55162d4f3bf7145039230629f0a938004?d=identicon)[freekrai](/maintainers/freekrai)

---

Tags

restroutermicroframeworkjolt

### Embed Badge

![Health badge](/badges/freekrai-jolt-barebones/health.svg)

```
[![Health](https://phpackages.com/badges/freekrai-jolt-barebones/health.svg)](https://phpackages.com/packages/freekrai-jolt-barebones)
```

###  Alternatives

[lukasdev/drouter

Um sistema simplista de roteamento, com o intuito de ser utilizado em aplicacoes web pequenas e webservices REST

172.6k](/packages/lukasdev-drouter)

PHPackages © 2026

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