1- # chillerlan/php-library-template-nodocs
1+ # chillerlan/php-standard-utilities
22
3- A template/boilerplate for PHP libraries (similar to [ chillerlan/php-library-template ] ( https://github.com/chillerlan/php-library-template ) but without phpdocs and readthedocs deployment) .
3+ A collection of reusable multi-purpose functions for PHP libraries .
44
55[ ![ PHP Version Support] [ php-badge ]] [ php ]
66[ ![ Packagist version] [ packagist-badge ]] [ packagist ]
@@ -9,37 +9,30 @@ A template/boilerplate for PHP libraries (similar to [chillerlan/php-library-tem
99[ ![ CodeCov] [ coverage-badge ]] [ coverage ]
1010[ ![ Packagist downloads] [ downloads-badge ]] [ downloads ]
1111
12- [ php-badge ] : https://img.shields.io/packagist/php-v/chillerlan/php-library-template-nodocs ?logo=php&color=8892BF&logoColor=fff
12+ [ php-badge ] : https://img.shields.io/packagist/php-v/chillerlan/php-standard-utilities ?logo=php&color=8892BF&logoColor=fff
1313[ php ] : https://www.php.net/supported-versions.php
14- [ packagist-badge ] : https://img.shields.io/packagist/v/chillerlan/php-library-template-nodocs .svg?logo=packagist&logoColor=fff
15- [ packagist ] : https://packagist.org/packages/chillerlan/php-library-template-nodocs
16- [ license-badge ] : https://img.shields.io/github/license/chillerlan/php-library-template-nodocs
17- [ license ] : https://github.com/chillerlan/php-library-template-nodocs /blob/main/LICENSE
18- [ gh-action-badge ] : https://img.shields.io/github/actions/workflow/status/chillerlan/php-library-template-nodocs /ci.yml?branch=main&logo=github&logoColor=fff
19- [ gh-action ] : https://github.com/chillerlan/php-library-template-nodocs /actions/workflows/ci.yml?query=branch%3Amain
20- [ coverage-badge ] : https://img.shields.io/codecov/c/github/chillerlan/php-library-template-nodocs .svg?logo=codecov&logoColor=fff
21- [ coverage ] : https://codecov.io/github/chillerlan/php-library-template-nodocs
22- [ downloads-badge ] : https://img.shields.io/packagist/dt/chillerlan/php-library-template-nodocs .svg?logo=packagist&logoColor=fff
23- [ downloads ] : https://packagist.org/packages/chillerlan/php-library-template-nodocs /stats
14+ [ packagist-badge ] : https://img.shields.io/packagist/v/chillerlan/php-standard-utilities .svg?logo=packagist&logoColor=fff
15+ [ packagist ] : https://packagist.org/packages/chillerlan/php-standard-utilities
16+ [ license-badge ] : https://img.shields.io/github/license/chillerlan/php-standard-utilities
17+ [ license ] : https://github.com/chillerlan/php-standard-utilities /blob/main/LICENSE
18+ [ gh-action-badge ] : https://img.shields.io/github/actions/workflow/status/chillerlan/php-standard-utilities /ci.yml?branch=main&logo=github&logoColor=fff
19+ [ gh-action ] : https://github.com/chillerlan/php-standard-utilities /actions/workflows/ci.yml?query=branch%3Amain
20+ [ coverage-badge ] : https://img.shields.io/codecov/c/github/chillerlan/php-standard-utilities .svg?logo=codecov&logoColor=fff
21+ [ coverage ] : https://codecov.io/github/chillerlan/php-standard-utilities
22+ [ downloads-badge ] : https://img.shields.io/packagist/dt/chillerlan/php-standard-utilities .svg?logo=packagist&logoColor=fff
23+ [ downloads ] : https://packagist.org/packages/chillerlan/php-standard-utilities /stats
2424
2525## Overview
2626
2727### Features
2828
29- - [ GitHub Actions] ( https://github.com/chillerlan/php-library-template-nodocs/actions ) runner
30- - [ Composer] ( https://getcomposer.org ) dependency management
31- - [ PHPUnit] ( https://phpunit.de ) unit tests
32- - [ PHPStan] ( https://github.com/phpstan/phpstan ) static analysis
33- - [ PHPCS] ( https://github.com/PHPCSStandards/PHP_CodeSniffer ) coding standard analyzer
34- - [ PHPMD] ( https://phpmd.org ) mess detector
35- - [ Codecov] ( https://codecov.io ) code coverage analysis
36- - [ phpDocumentor] ( https://www.phpdoc.org ) auto generated API docs
29+ This library features some common functions to reduce overall duplication and avoid certain ugly workarounds (looking at you, phpstan...).
3730
3831
3932### Requirements
4033
4134- PHP 8.1+
42-
35+ - extensions: `json`, `mbstring`, `sodium`
4336
4437## Disclaimer
4538
0 commit comments