seworqs / seworqs-commons
Shared utilities, value objects, and helpers.
Requires
- php: ^8.1
- ext-intl: *
- adbario/php-dot-notation: ^3.3
- laminas/laminas-i18n: ^2.29
- nesbot/carbon: ~3.7.0
Requires (Dev)
- phpunit/phpunit: ^11
README
SEworqs Commons is collection of utilities, value object and helpers. Although it was created to be used in SEworqs projects, it can be used in any PHP project.
ATTENTION This version is a complete rewrite of SEworqs Commons. Please check the documentation! There is some documentation, but with just a few examples. This will become better in next versions.
How to install?
INstalling SEworqs Commons is easy. Follow these steps to install SEWorqs Commons.
-
Install SEworqs Commons
Install SEworqs using composer
$ composer require seworqs/seworqs-commons
What is in the package?
SEworqs Commons is a collection of utilities, value objects and helpers. We divide them by their use:
-
Translatable enumerations.
-
Helpers to make your devlife a little easier.
-
Use translations in your projects.
-
Easy JSON manipulation in PHP (array and 'dot' notation)