meritoo / common-library
Useful classes, methods, extensions etc.
1.4.0
2025-01-11 13:43 UTC
Requires
- php: ^8.2
- ext-dom: *
- ext-fileinfo: *
- ext-intl: *
- ext-json: *
- ext-pcre: *
- ext-simplexml: *
- doctrine/orm: ^3.3
- gedmo/doctrine-extensions: ^3.11
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.11
- infection/infection: ^0.26
- php-coveralls/php-coveralls: ^2.5
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ^9
- sebastian/phpcpd: ^6.0
- squizlabs/php_codesniffer: ^3.7
- vimeo/psalm: ^4.0
This package is auto-updated.
Last update: 2026-06-11 17:16:56 UTC
README
Common and useful classes, methods, exceptions etc.
Installation
Run Composer to install this package in your project:
composer require meritoo/common-library
Usage
- Base test case (with common methods and data providers)
- Collection of elements
- Exceptions
- Static methods
- Value Objects
Development
More information you can find here
Enjoy!