Download the PHP package rindow/skeleton-fullfeatures-demo without Composer
On this page you can find all versions of the php package rindow/skeleton-fullfeatures-demo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package skeleton-fullfeatures-demo
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.
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)
- The minimal application skeleton contains nothing more than displaying a web page.
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
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.
Setup and Run skeleton application
Setup database. SQLite is set by default.
or After finishing the database setup...
(Database settings are described in config/local/database.sql.php.disable.)
Setup users for protected pages.
Run the application.
The sample is now running. Access http://localhost:8000/ with a web browser.
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 template engine
Change database platform
All versions of skeleton-fullfeatures-demo with dependencies
rindow/rindow-annotation Version ^1.0
rindow/rindow-aop Version ^1.0
rindow/rindow-container Version ^1.0
rindow/rindow-database-pdo Version ^1.0
rindow/rindow-transaction Version ^1.0
rindow/rindow-validation Version ^1.0
rindow/rindow-web-mvc Version ^1.0
rindow/rindow-web-router Version ^1.0
rindow/rindow-web-form Version ^1.0
rindow/rindow-web-http Version ^1.0
rindow/rindow-web-view Version ^1.0
rindow/rindow-web-session Version ^1.0
rindow/rindow-web-security Version ^1.0
rindow/rindow-module-monolog Version ^1.0
rindow/rindow-module-twig Version ^1.0
rindow/rindow-module-smarty Version ^1.0
rindow/rindow-console Version ^1.0
rindow/rindow-module-mongodb Version ^1.0
rindow/rindow-module-google-cloud Version ^1.0