Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siguici/devtools
π§ͺ @vivephp development and automation tools.
https://github.com/siguici/devtools
automated-testing composer dev-tools devtools php php81 php82 test-automation test-tools testing-tools vivephp
Last synced: about 1 month ago
JSON representation
π§ͺ @vivephp development and automation tools.
- Host: GitHub
- URL: https://github.com/siguici/devtools
- Owner: siguici
- License: mit
- Fork: true (sikessem/devtools)
- Created: 2023-06-06T22:40:41.000Z (over 1 year ago)
- Default Branch: 0.x
- Last Pushed: 2023-06-07T00:40:57.000Z (over 1 year ago)
- Last Synced: 2024-09-25T20:06:08.712Z (about 1 month ago)
- Topics: automated-testing, composer, dev-tools, devtools, php, php81, php82, test-automation, test-tools, testing-tools, vivephp
- Homepage: https://packagist.org/packages/vivephp/devtools
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![packagist-version-icon]][packagist-version-link]
[![packagist-download-icon]][packagist-download-link]
[![enabled-icon]][enabled-link]
[![license-icon]][license-link]
[![pr-icon]][pr-link]
[![twitter-icon]][twitter-link][vive-link]: https://github.com/vivephp "Vive"
[enabled-icon]: https://img.shields.io/badge/DevTools-enabled-brightgreen.svg?style=flat
[enabled-link]: https://github.com/vivephp/devtools "DevTools enabled"[packagist-version-icon]: https://img.shields.io/packagist/v/vivephp/devtools
[packagist-version-link]: https://packagist.org/packages/vivephp/devtools "Vive DevTools Releases"[packagist-download-icon]: https://img.shields.io/packagist/dt/vivephp/devtools
[packagist-download-link]: https://packagist.org/packages/vivephp/devtools "Vive DevTools Downloads"[pr-icon]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?color=brightgreen
[pr-link]: [contrib-link] "PRs welcome!"[twitter-icon]: https://img.shields.io/twitter/follow/vivephp.svg?label=@vivephp
[twitter-link]: https://twitter.com/intent/follow?screen_name=vivephp "Ping Vive"[license-icon]: https://img.shields.io/badge/license-MIT-blue.svg
[license-link]: https://github.com/vivephp/devtools/blob/HEAD/LICENSE "Vive DevTools License"
[conduct-link]: https://github.com/vivephp/.github/blob/HEAD/CODE_OF_CONDUCT.md
[contrib-link]: https://github.com/vivephp/.github/blob/HEAD/CONTRIBUTING.md
[discuss-link]: https://github.com/orgs/vivephp/discussions***
# π§ͺ Vive development and automation tools
## π Contents
- [π§ͺ Vive development and automation tools](#-vive-development-and-automation-tools)
- [π Contents](#-contents)
- [π Requirements](#-requirements)
- [β‘οΈ Installation](#οΈ-installation)
- [π Contribution](#-contribution)
- [Code of Conduct](#code-of-conduct)
- [π₯ Contributing Guide](#-contributing-guide)
- [ποΈ Good First Issues](#οΈ-good-first-issues)
- [π¬ Discussions](#-discussions)
- [π Security Reports](#-security-reports)## π Requirements
> - **Requires [PHP 8.1+](https://php.net/releases/)** (at least 8.1.19 recommended to avoid potential bugs).
> - **Requires [Composer v2+](https://getcomposer.org/)** to manage PHP dependencies.## β‘οΈ Installation
Install [Vive DevTools](https://packagist.org/packages/vivephp/devtools) using [Composer](https://getcomposer.org/):
- By adding the `vivephp/devtools` dependency to your `composer.json` file:
```json
{
"require" : {
"vivephp/devtools": "^0.x-dev"
}
}
```- Or by including the dependency:
```bash
composer require vivephp/devtools --dev --with-all-dependencies
```## π Contribution
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.
### [Code of Conduct][conduct-link]
Vive has adopted a Code of Conduct that we expect project participants to adhere to.
Please read the [full text][conduct-link] so that you can understand what actions will and will not be tolerated.### π₯ [Contributing Guide][contrib-link]
Read our [**Contributing Guide**][contrib-link] to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Vive.
### ποΈ Good First Issues
We have a list of [good first issues][gfi] 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.
[gfi]: https://github.com/vivephp/devtools/labels/good%20first%20issue
### π¬ Discussions
Larger discussions and proposals are discussed in [**vivephp/community**][discuss-link].
## π Security Reports
If you discover a security vulnerability within [Vive][vive-link], please email [SIGUI KessΓ© Emmanuel](https://sigui.ci/) at [[email protected]](mailto:[email protected]). All security vulnerabilities will be promptly addressed.
***
Made with β€οΈ by @siguici.