PHPackages                             freekrai/jolt-skeleton - 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-skeleton

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

freekrai/jolt-skeleton
======================

A Jolt Framework skeleton application for rapid development of Jolt apps

v1.0.8(11y ago)010MITPHPPHP &gt;=5.3.0

Since Aug 13Pushed 11y ago1 watchersCompare

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

READMEChangelogDependencies (6)Versions (10)Used By (0)

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

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

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

This skeleton 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-skeleton [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 localhost: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.

Structure
---------

[](#structure)

The Twilio Skeleton Application comes complete with a few pieces already in place.

1. SQLite database located in content/data/data.sqlite, this database holds user information, it also has a post table for doing whatever else you may want it to do.
2. Views, all output is handled by the views folder located in content/views/ the filenames correspond to actions used by the system.
3. User system, you can quickly set up a user system with the /signup, /login and /dashboard actions that are already set up. Once logged in, you will also see a user dashboard and the ability to manage other users.

You can keep these, or remove them at your leisure, I just fiind it easier to get going when you already have something to work with.

Enjoy :)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity64

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

9

Last Release

4284d ago

### Community

Maintainers

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

---

Tags

restroutermicroframeworkjolt

### Embed Badge

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

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

###  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)
