codefyphp / visio
Starter app that provides a simple and quick way to build websites in minutes.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:CSS
Type:project
pkg:composer/codefyphp/visio
Requires
- php: >=8.4
- ext-pdo: *
- codefyphp/codefy: ^3.1
- nomadicjosh/visio: ^1
Requires (Dev)
Suggests
- fenom/fenom: Lightweight and fast template engine for PHP.
- fenom/providers-collection: Additional providers for Fenom template engine.
- foil/foil: Write simple, clean, and concise templates with nothing more than PHP.
- phparkitect/phparkitect: Helps you to keep your PHP codebase coherent and solid.
This package is auto-updated.
Last update: 2026-03-03 19:02:55 UTC
README
Introduction
The Visio starter app provides a simple and quick way to build websites in minutes, not hours. Visio is a fork PHPageBuilder customized especially to work seamlessly with CodefyPHP.
To get started quickly, a ready to use theme (public/themes/bootstrap-business) is included when you create a new
project with this starter app template.
📍 Requirement
- PHP 8.4+
📦 Installation
To create a new project, run the following command:
composer create-project codefyphp/visio my-app-name
🙌 Sponsors
If you use CodefyPHP or you are interested in supporting the continued development of my opensource projects, please consider sponsoring me via Github.
🖋 Contributing
CodefyPHP could always be better! If you are interested in contributing enhancements or bug fixes, here are a few rules to follow in order to ease code reviews, and discussions before I accept and merge your work.
- You MUST follow the QubusPHP Coding Standards.
- You MUST write (or update) unit tests.
- You SHOULD write documentation.
- Please, write commit messages that make sense, and rebase your branch before submitting your Pull Request.
- Please squash your commits too.
This is used to "clean" your Pull Request before merging it (I don't want commits such as
fix tests,fix 2,fix 3, etc.).
🔐 Security Vulnerabilities
If you discover a vulnerability in the code, please email joshua@joshuaparker.dev.
📄 License
CodefyPHP is opensource software licensed under the MIT License.