SkillAgentSearch skills...

InstallationWizard

These handy classes help to create simple setup scripts for PHP web applications. First invented during the HTML5Wiki project, this framework is now available as standalone project.

Install / Use

/learn @swissmanu/InstallationWizard
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

InstallationWizard Framework for PHP

When setting up a web application on a target system, you often have to create configuration files manually. You enter information for the database connection, customize the application for your special needs etc.

Many application solve this problem with a installation wizard which takes the user through these setup step by step. As a developer, writing such a wizard means most of the time a lot of extra effort.

Here comes the InstallationWizard framework in: It provides a stable base for creating flexible wizards within PHP. You can create an installation routine with only a few lines of code. The framework supports you with already implemented functions for:

  • File creation
  • Filesystem permission checks
  • Collecting information in forms
  • ... and more
View on GitHub
GitHub Stars7
CategoryDevelopment
Updated3y ago
Forks1

Languages

PHP

Security Score

55/100

Audited on Jan 28, 2023

No findings