Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 10 hours ago
JSON representation

πŸ§ͺ @vivephp development and automation tools.

Awesome Lists containing this project

README

        


Vive Logo


[![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.