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

ActiveLibrary[Framework](/categories/framework)

tabel/tabel
===========

A simple simple custom framework

00PHP

Since Dec 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/munenepeter/Tabel)[ Packagist](https://packagist.org/packages/tabel/tabel)[ RSS](/packages/tabel-tabel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Tabel
=====

[](#tabel)

Overview
--------

[](#overview)

**Tabel** is a foundational template designed to help developers quickly build simple PHP applications using the Tabel framework. This skeleton provides a minimal setup that streamlines the development process, allowing you to focus on your application's functionality without the overhead of a full-fledged framework.

Features
--------

[](#features)

- **Basic Directory Structure**: Organized layout for easy navigation and management of your application.
- **Lightweight Design**: Minimal dependencies for faster performance.

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

[](#getting-started)

### Prerequisites

[](#prerequisites)

Before you begin, ensure you have the following installed:

- PHP (version 8.1 or higher)
- Composer (for dependency management)

### Installation

[](#installation)

1. **Clone the Repository**: ```
    git clone https://github.com/munenepeter/Tabel.git --depth=1
    ```
2. **Navigate into Your Project Directory &amp; remove git**: ```
    cd Tabel

    rm -rf .git/

    #initialize your own tracking

    git init
    ```
3. **Install Dependencies**: ```
    composer install
    ```

### Configuration

[](#configuration)

1. **Environment Variables**:
    - Copy the `.env.example` file to `.env`: ```
        cp .env.example .env
        ```
    - Update the `.env` file with your environment-specific settings, such as database credentials.

### Running Your Application

[](#running-your-application)

To run your application locally, you can use PHP's built-in server. From the root of your project directory, execute:

```
php -S localhost:8000 -t server.php
```

You can then access your application at `http://localhost:8000`.

Development Guidelines
----------------------

[](#development-guidelines)

### Adding Routes

[](#adding-routes)

Define your application routes in a dedicated routes file (e.g., `routes/web.php`).

And for cli commands, instead of the famous `artisan` you can use `tabel` or rename the file to whatever you would like and the framework will not be supporting extensive cli commands, just those one can use for CRON jobs. Remember i made this for my usecase and more often than not i create my files manually.

Also it closely resembes laravel, so you should feel at home if you are familiar with the framework

License
-------

[](#license)

This skeleton is open-source and free to use. Feel free to modify it according to your project needs. Please ensure compliance with any licenses of third-party libraries included within.

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/485049d92d2ed4ccd8029a71bd58279ddff7fcbf1e815e90c69a0a80c1832716?d=identicon)[munenepeter](/maintainers/munenepeter)

---

Top Contributors

[![munenepeter](https://avatars.githubusercontent.com/u/68741159?v=4)](https://github.com/munenepeter "munenepeter (17 commits)")

### Embed Badge

![Health badge](/badges/tabel-tabel/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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