Download the PHP package rindow/skeleton-mini-webappl without Composer
On this page you can find all versions of the php package rindow/skeleton-mini-webappl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package skeleton-mini-webappl
Rindow Mini Web 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.
Application Skeleton Types
You can choose skeleton type.
- Standard Application Skeleton.(Get the skeleton from here)
- A typical web Application and command line application uses template engine and database to the Rindow Framework.
- Minimum Web Application Skeleton.(This skeleton)
- The minimal application skeleton contains nothing more than displaying a web page.
Features of Mini Web 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.
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
Using Composer(recommend)
If you do not have Composer, download it from http://getcomposer.org/ or just run the following command:
Then, generate a new project of the Application Skeleton with create-project
command:
Composer will install Rindow Web Application Skeleton and components that depend on it under path/to/install directory.
Download from Github
Also you can download it directly from github.
Start demo application
Run the application.
The sample is now running. Access http://localhost:8000/ with a web browser.
Change settings
Rewrite "config/webapp.config.php" or write additional settings to "config/local/" directory.
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.
All versions of skeleton-mini-webappl with dependencies
rindow/rindow-annotation Version ^1.0
rindow/rindow-container Version ^1.0
rindow/rindow-web-mvc Version ^1.0
rindow/rindow-web-router Version ^1.0
rindow/rindow-web-http Version ^1.0
rindow/rindow-web-session Version ^1.0
rindow/rindow-web-security Version ^1.0
rindow/rindow-module-twig Version ^1.0