seworqs/seworqs-commons

Shared utilities, value objects, and helpers.

2.1.1 2025-03-28 16:36 UTC

This package is auto-updated.

Last update: 2025-03-28 16:38:11 UTC


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.

  1. 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:

  • Enumeration

    Translatable enumerations.

  • Helpers

    Helpers to make your devlife a little easier.

  • i18n

    Use translations in your projects.

  • Json

    Easy JSON manipulation in PHP (array and 'dot' notation)