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

https://github.com/php-censor/common

[WIP] PHP Censor common library (for PHP Censor v3.0+).
https://github.com/php-censor/common

Last synced: 3 months ago
JSON representation

[WIP] PHP Censor common library (for PHP Censor v3.0+).

Awesome Lists containing this project

README

        

[![Minimum PHP version: 7.4.0](https://img.shields.io/badge/php-7.4.0%2B-blue.svg?label=PHP)](https://packagist.org/packages/php-censor/common)
[![Actions](https://github.com/php-censor/common/actions/workflows/ci.yaml/badge.svg)](https://github.com/php-censor/common/actions)
[![PHP Censor](http://ci.php-censor.info/build-status/image/14?branch=master&label=PHP%20Censor)](http://ci.php-censor.info/build-status/view/14?branch=master)
[![Codecov](https://codecov.io/gh/php-censor/common/branch/master/graph/badge.svg)](https://codecov.io/gh/php-censor/common)
[![Latest Version](https://img.shields.io/packagist/v/php-censor/common.svg?label=Version)](https://packagist.org/packages/php-censor/common)
[![Total downloads](https://img.shields.io/packagist/dt/php-censor/common.svg?label=Downloads)](https://packagist.org/packages/php-censor/common)
[![License](https://img.shields.io/packagist/l/php-censor/common.svg?label=License)](https://packagist.org/packages/php-censor/common)

PHP Censor Common
=================

PHP Censor common library.

Versions
--------

| Version | Branch | Latest | Description | PHP version |
|---------|---------------|---------|---------------------------------------------------------|-------------|
| `1.0` | `release-1.0` | `1.0.0` | Current stable version. Partial used in PHP Censor 2.0+ | `>= 7.4` |
| `2.0` | `master` | - | Feature major version for PHP Censor 3.0 (WIP) | `>= 8.1` |

Installation
------------

Via Composer:

```bash
composer require php-censor/common
```

Code Quality
------------

In the `Makefile` you can find commands for running unit tests, static analyzers etc.

License
-------

Licensed under the [BSD-2-Clause license](LICENSE).