- Requires PHP 8.1+ (at least 8.1.19 recommended to avoid potential bugs).
- Requires Composer v2+ to manage PHP dependencies.
Install Vive DevTools using Composer:
-
By adding the
vivephp/devtools
dependency to yourcomposer.json
file:{ "require" : { "vivephp/devtools": "^0.x-dev" } }
-
Or by including the dependency:
composer require vivephp/devtools --dev --with-all-dependencies
The main purpose of this repository is to continue evolving Vive. We want to make contributing to this project as easy and transparent as possible, and we are grateful to the community for contributing bug fixes and improvements. Read below to learn how you can take part in improving Vive.
Vive has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.
π₯ Contributing Guide
Read our Contributing Guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Vive.
We have a list of good first issues that contain bugs which have a relatively limited scope. This is a great place to get started, gain experience, and get familiar with our contribution process.
Larger discussions and proposals are discussed in vivephp/community.
If you discover a security vulnerability within Vive, please email SIGUI KessΓ© Emmanuel at contact@sigui.ci. All security vulnerabilities will be promptly addressed.