PHPackages                             rindow/skeleton-fullfeatures-demo - 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. rindow/skeleton-fullfeatures-demo

ActiveProject[Framework](/categories/framework)

rindow/skeleton-fullfeatures-demo
=================================

Rindow fullfeatures application skeleton

1.0.1(6y ago)03BSD-3-ClauseCSSPHP ^7.2CI failing

Since Apr 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/rindow/skeleton-fullfeatures-demo)[ Packagist](https://packagist.org/packages/rindow/skeleton-fullfeatures-demo)[ RSS](/packages/rindow-skeleton-fullfeatures-demo/feed)WikiDiscussions master Synced yesterday

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

Rindow PHP Application Skeleton
===============================

[](#rindow-php-application-skeleton)

This is a web application skeleton for Rindow PHP Application Framework. You can make your new application with this skeleton.

The Rindow Framework is a PHP Application Framework that provides a modern programming and configuration model to all PHP programmers. Please see [The Rindow Framework](https://rindow.github.io).

Application Skeleton Types
--------------------------

[](#application-skeleton-types)

You can choose skeleton type.

- Standard Application Skeleton.(*This skeleton*)
    - A typical web Application and command line application uses template engine and database to the Rindow Framework.
- Minimum Web Application Skeleton.([Get a mini app from here](https://github.com/rindow/skeleton-mini-webappl))
    - The minimal application skeleton contains nothing more than displaying a web page.

### Features of Standard Application Skeleton

[](#features-of-standard-application-skeleton)

You'll be able to choose the platform you want to use, as well as the features you will use most often.

- Inverse of control

    - Inverse of control programming is actually demonstrated by the application.
    - Flexible module exchange is possible by dependency injection and configuration injection.
- Annotation based configuration

    - The definition of Components, Controller, Transaction, Validation, Forms etc. is set to annotation base.
- Template Engine Manager

    - Includes separate samples for you to choose between Twig, Smarty and PHP. You can switch by setting.
    - We have already prepared Bootstrap, Foundation and Material Design Lite templates so you can start using them right away. This can also be switched by setting.
- Databases

    - Database can be used by switching between SQL Database (SQLite, MySQL, PostgreSQL), MongoDB and Google Cloud Datastore.
    - The access method from the application adopts the standard Repository method by declarative transaction. For the ORM method, another skeleton will be prepared.
- Access control

    - Includes sample user authentication and access control on web applications.
    - Although Rindow Framework access control is available for all applications, not just web-based, this sample demonstrates access control for web applications using forms authentication.
- REST Api application

    - A REST Api application sample is included with Vue.js.
- Command line application

    - A command line application sample is included for database maintenance.

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

[](#requirements)

This sample was created for PHP 7.2 and later.

However, Rindow Framework supports PHP 5.3.3 and later. You can use the same features of Rindow Framework by rewriting only the sample code for PHP 5.x.

Installing
----------

[](#installing)

### Using Composer(*recommend*)

[](#using-composerrecommend)

If you do not have Composer, download it from  or just run the following command:

```
$ php -r "readfile('https://getcomposer.org/installer');" | php

```

Then, generate a new project of the Application Skeleton with `create-project` command:

```
  php composer.phar create-project rindow/skeleton-fullfeatures-demo path/to/install

```

Composer will install Rindow Web Application Skeleton and components that depend on it under path/to/install directory.

### Download from Github

[](#download-from-github)

Also you can download it directly from github.

```
  $ git clone https://github.com/rindow/skeleton-fullfeatures-demo path/to/install
  $ cd path/to/install
  $ composer update

```

Setup and Run skeleton application
----------------------------------

[](#setup-and-run-skeleton-application)

Setup database. SQLite is set by default.

```
    $ cd path/to/install
    $ bin/myapp create-schema

```

or After finishing the database setup...

```
    $ bin/myapp create-schema -s | mysql -u username -p database_name

```

(Database settings are described in config/local/database.sql.php.disable.)

Setup users for protected pages.

```
    $ bin/myapp user-add -p password test@test.com

```

Run the application.

```
    $ php -S localhost:8000 -t public

```

The sample is now running. Access  with a web browser.

Change settings
---------------

[](#change-settings)

We have prepared a template of the changes so that you can easily change the settings. Please enable each setting under config/local/

The settings are compiled and saved. You must clear the cache after changing the settings. Script is prepared in the sample. If you are using a memory cache such as APCu, also clear the memory cache.

If you change the version item in the module\_manager section of webapp.config.php, the cache will be cleared automatically.

### Change pages theme

[](#change-pages-theme)

```
    $ mv config/local/theme.mdl.local.php.disable config/local/theme.mdl.local.php
    $ bin/cache-clear

```

### Change template engine

[](#change-template-engine)

```
    $ mv config/local/template.smarty.local.php.disable config/local/template.smarty.local.php
    $ bin/cache-clear

```

### Change database platform

[](#change-database-platform)

```
    $ mv config/local/database.mongodb.local.php.disable config/local/database.mongodb.local.php
    $ bin/cache-clear

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

2

Last Release

2215d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d06646842e737ff51d26230fde1c977f60763e198eb82946c1a64f8aa90d743b?d=identicon)[yuichiis](/maintainers/yuichiis)

---

Top Contributors

[![yuichiis](https://avatars.githubusercontent.com/u/6028098?v=4)](https://github.com/yuichiis "yuichiis (7 commits)")

---

Tags

frameworkphpskeletonframeworkSkeletonrindow

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rindow-skeleton-fullfeatures-demo/health.svg)

```
[![Health](https://phpackages.com/badges/rindow-skeleton-fullfeatures-demo/health.svg)](https://phpackages.com/packages/rindow-skeleton-fullfeatures-demo)
```

PHPackages © 2026

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