/value-objects

A library with VOs to agreggate in your projects

Primary LanguagePHP

Value Objects Library

A lib to aggregate in your projects with most commons VO's.

Produced by Renan Delmonico to use in his projects

Summary

What's Value Objects?

Documentation

To read the documentation run the Makefile command:

make doc-generate

Value Objects

  • Address
  • Boolean
  • City
  • Email
  • Integer
  • Numeric
  • Password
  • Str
  • Text

Enums

  • Country
  • PasswordAlgo
  • State (Brazil)

Pull Requests

Before you submit a Pull Request you must run the unit and mutation tests.

How?

There are two commands in Makefile (test-unit and test-mutation). You must run both commands.

Please, rate this lib ❤️ and give stars ⭐