meritoo / common-library
Useful classes, methods, extensions etc.
Installs: 3 947
Dependents: 3
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 1
Requires
- php: ^8.0
- ext-dom: *
- ext-fileinfo: *
- ext-intl: *
- ext-json: *
- ext-pcre: *
- ext-simplexml: *
- doctrine/orm: ^2.14
- 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
- dev-master
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.0
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- 0.0.20
- 0.0.19
- 0.0.18
- 0.0.17
- 0.0.16
- 0.0.15
- 0.0.14
- 0.0.13
- 0.0.12
- 0.0.11
- 0.0.10
- 0.0.9
- 0.0.8
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- dev-chore/phpstan
- dev-develop
- dev-chore/docker-compose
- dev-feature/implement-github-actions
- dev-feature/support-php-8.1
- dev-feature/support-php-8.0
- dev-php-7.4
- dev-feature/interfaces-of-different-types-of-collections
- dev-upgrade/dev-packages
- dev-feature/use-name-of-data-set-in-data-provider
- dev-php5
- dev-feature/travis-testing
- dev-analysis-qgx2JE
This package is auto-updated.
Last update: 2024-10-26 17:50:28 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!