PHPackages                             pletfix/app - 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. pletfix/app

ActiveLibrary[Framework](/categories/framework)

pletfix/app
===========

The Pletfix Application Skeleton.

v0.7.3(8y ago)2321MITPHPPHP &gt;=5.6.4

Since Sep 26Pushed 8y ago2 watchersCompare

[ Source](https://github.com/pletfix/app)[ Packagist](https://packagist.org/packages/pletfix/app)[ RSS](/packages/pletfix-app/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (15)Versions (3)Used By (0)

The Pletfix Application Skeleton.
=================================

[](#the-pletfix-application-skeleton)

 [ ![](https://avatars3.githubusercontent.com/u/25625700?v=4&s=200) ](https://pletfix.com)

[![Build Status](https://camo.githubusercontent.com/7e302919e3c07f76069e3b911b21fd04fec0ceeddeff1bcc5e8a3d4661dd82d3/68747470733a2f2f7472617669732d63692e6f72672f706c65746669782f6170702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/pletfix/app)[![Latest Stable Version](https://camo.githubusercontent.com/f2e0d0351465dbc390bbbe785587df4803a5d4db449ff1a43120642e6a867dc3/68747470733a2f2f706f7365722e707567782e6f72672f706c65746669782f6170702f762f737461626c652e737667)](https://packagist.org/packages/pletfix/app)[![Total Downloads](https://camo.githubusercontent.com/1244c61f14a9bc8e1a5562b6acdf693f8f9df0bcaa8932f1450665c0c3c75cd9/68747470733a2f2f706f7365722e707567782e6f72672f706c65746669782f6170702f642f746f74616c2e737667)](https://packagist.org/packages/pletfix/app)[![License](https://camo.githubusercontent.com/401ad98277fccbe140a8d2acdb3c993a6694c37fb1ee4ab7ba0ae9206729ca8e/68747470733a2f2f706f7365722e707567782e6f72672f706c65746669782f6170702f6c6963656e73652e737667)](https://packagist.org/packages/pletfix/app)

About Pletfix
-------------

[](#about-pletfix)

This is a application skeleton for the Pletfix framework.

Pletfix is going to be an easy to learn and fasted PHP framework.

But currently, Pletfix is **under construction** and not ready to use yet!

Please have patience with us :-)

Some parts of the project were influenced by: Laravel, Symfony, CakePHP, Aura for PHP, Doctrine, Slim and Flight. Thank you!

Read more about Pletfix in the [official documentation](https://pletfix.com).

Requirements
------------

[](#requirements)

- Web server with URL rewriting
- PHP &gt;= 5.6.4
- [Composer](https://getcomposer.org/)

Installing Pletfix Application
------------------------------

[](#installing-pletfix-application)

Install Pletfix by entering the Composer's create-project command in your terminal:

```
composer create-project pletfix/app myapp
```

The current development version (may be unstable):

```
composer create-project pletfix/app --stability=dev myapp
```

> Pletfix uses the [Asset Packagist](https://asset-packagist.org/) by [HiQDev](https://hiqdev.com/) to download Bower and NPM packages via Composer. It's licensed under [BSD 3-clause](https://github.com/hiqdev/asset-packagist/blob/master/LICENSE). Thanks for this great work!

The command above creates a directory you specify (here "myapp") and downloads the package in this folder.

[![Screenshot - Installation started](https://raw.githubusercontent.com/pletfix/app/master/resources/docs/screenshot_started.png)](https://raw.githubusercontent.com/pletfix/app/master/resources/docs/screenshot_started.png)

**Storage Folder**

After then, the installation procedure asks you about a file mode and group that should be used for the directories to be created in the storage folder.

Note, that the directories within the storage folder must be writable by your web server!

Enter "-" to skip this part. In this case you have to set the permissions after the installation procedure manually like this:

```
cd storage
chgrp www-data *
chmod 775 *
chmod g+s *
```

**Database**

In addition, you are asked if a SQLite database should be created. If you answer yes, the migration procedure will be executed at the end of the installation.

**Remove VCS**

Composer loads all dependent packages into the vendor folder. It could take a few minutes.

At the end it will ask you "Do you want to remove the existing VCS (.git, .svn..) history? \[Y,n\]?". You should answer with **Y** (the default).

[![Screenshot - Installation completed](https://raw.githubusercontent.com/pletfix/app/master/resources/docs/screenshot_completed.png)](https://raw.githubusercontent.com/pletfix/app/master/resources/docs/screenshot_completed.png)

Now the application is ready for the first request.

Start the Application
---------------------

[](#start-the-application)

Before you open the application with your browser, you should configure the document root of the web server to be the `public` directory.

If you have not installed a web server on your development environment, or if you do not have time or desire to
configure your server, you can start up the PHP's built-in web server with the following command:

```
php -S localhost:8000 -t public/ router.php
```

> Note, that the built-in web server should never be used in a production environment. It is only intended as a basic development server!

That's all! This command will serve your application at `http://localhost:8000`.

[![Screenshot - Application](https://raw.githubusercontent.com/pletfix/app/master/resources/docs/screenshot_app.png)](https://raw.githubusercontent.com/pletfix/app/master/resources/docs/screenshot_app.png)

Customizing
-----------

[](#customizing)

### Environment

[](#environment)

After you have installed Pletfix, modify the entries in the environment file `.env` as you need.

Because this file typically contains sensitive data, e.g. Passwords, it must not be pushed into your repository! Therefore, be sure, that this file is registered in `.gitignore`.

### Additional Configuration

[](#additional-configuration)

Customize the configuration files stored in `config` folder.

Web Server Configuration
------------------------

[](#web-server-configuration)

For the production environment a web server with URL rewriting is required, e.g. Apache or Nginx. Read the [Pletfix documentation](https://pletfix.com/docs/master/en/installation#web-server) for setup instructions.

License
-------

[](#license)

The Pletfix framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~12 days

Total

2

Last Release

3187d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/64489babc88aa87c56b4097f2a4fe20233d1a3ee63ce0da7c2cc2f97a883f444?d=identicon)[frohlfing](/maintainers/frohlfing)

---

Top Contributors

[![frohlfing](https://avatars.githubusercontent.com/u/9631952?v=4)](https://github.com/frohlfing "frohlfing (86 commits)")

---

Tags

frameworkphppletfixframeworkSkeletonfullstackkisspletfix

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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