PHPackages                             kapxapot/plasticode-boilerplate - 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. [Templating &amp; Views](/categories/templating)
4. /
5. kapxapot/plasticode-boilerplate

ActiveLibrary[Templating &amp; Views](/categories/templating)

kapxapot/plasticode-boilerplate
===============================

Boilerplate for the Plasticode framework

0.2.0(6y ago)01[1 PRs](https://github.com/kapxapot/plasticode-boilerplate/pulls)MITPHPCI failing

Since Jul 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/kapxapot/plasticode-boilerplate)[ Packagist](https://packagist.org/packages/kapxapot/plasticode-boilerplate)[ Docs](http://github.com/kapxapot/plasticode-boilerplate)[ RSS](/packages/kapxapot-plasticode-boilerplate/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

Plasticode Boilerplate 0.2
==========================

[](#plasticode-boilerplate-02)

Basic site built on [Plasticode](https://github.com/kapxapot/plasticode).

Installation
------------

[](#installation)

1. Prerequisites: `PHP 7.2+`, `DB` (e.g. MySQL).
2. Load the source code.
3. Create a new MySQL database with `utf8_general_ci` encoding.
4. Create `.env` file from `.env.example`.

Fill in the database settings (host, db name, user, password).

**Note:** DB user's password shouldn't be empty (that's a known [issue](https://github.com/kapxapot/plasticode/issues/2)).

Customize the path. For example, if the site's path on the local server will be `/boilerplate`, you should set:

- ROOT\_PATH="**/boilerplate**"
- PLASTICODE\_PUBLIC\_PATH="/**boilerplate**/vendor/kapxapot/plasticode/public/"
- SITE\_PUBLIC\_PATH="/**boilerplate**/public/"

4. Add redirect to your web server.

In case of Apache you should add to `.htaccess`:

```
RewriteEngine On
RewriteBase /
RewriteRule ^boilerplate boilerplate/public/ [L,QSA,NC]

```

5. Run `composer install` in the project's root folder.

This will install and update all required PHP libraries (Plasticode first of all).

6. Run `vendor/bin/phinx migrate` in the project's root folder.

This will create the tables in the DB and create a default admin user with login "admin" and password "admin" (you can change the password in the Admin UI (`/admin`) after the installation is finished).

7. Open the browser and navigate to your site ( in case of Apache).

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Unknown

Total

1

Last Release

2537d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8f765c27e2ef5af9bf2f046b746d45c6c1429d2216f5adead0f4e04fce9cd3b9?d=identicon)[kapxapot](/maintainers/kapxapot)

---

Top Contributors

[![kapxapot](https://avatars.githubusercontent.com/u/17349892?v=4)](https://github.com/kapxapot "kapxapot (20 commits)")

---

Tags

phpapitwigslimboilerplatebootstrapPlasticode

### Embed Badge

![Health badge](/badges/kapxapot-plasticode-boilerplate/health.svg)

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

###  Alternatives

[entomb/slim-json-api

Slim extension to implement fast JSON API's

267157.7k4](/packages/entomb-slim-json-api)[luyadev/luya-bootstrap4

Bootstrap4 Assets and Helper classes like ActiveForm for LUYA and Yii2.

1844.6k3](/packages/luyadev-luya-bootstrap4)

PHPackages © 2026

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