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+).
- Host: GitHub
- URL: https://github.com/php-censor/common
- Owner: php-censor
- License: bsd-2-clause
- Created: 2018-11-23T16:29:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T07:30:01.000Z (over 1 year ago)
- Last Synced: 2025-03-01T09:38:43.815Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 170 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://packagist.org/packages/php-censor/common)
[](https://github.com/php-censor/common/actions)
[](http://ci.php-censor.info/build-status/view/14?branch=master)
[](https://codecov.io/gh/php-censor/common)
[](https://packagist.org/packages/php-censor/common)
[](https://packagist.org/packages/php-censor/common)
[](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).