iquety/shield

Assertion Toolkit

Maintainers

Details

github.com/iquety/shield

Source

Issues

Installs: 118

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 1

pkg:composer/iquety/shield

v3.0.1 2026-02-02 23:39 UTC

This package is auto-updated.

Last update: 2026-02-03 00:16:26 UTC


README

GitHub Release PHP Version License Codacy Grade Codacy Coverage

English Português

Synopsis

composer require iquety/shield

This library provides a set of Assertions to verify values ​​and expressions.

In computing, an assertion is a verification with the objective of certifying that a certain condition imposed by the developer is true. If it is true, nothing happens. If it is false, errors should be used to notify the user.

The use of assertions is very useful, especially in the validation of values ​​coming from method arguments or user input in web applications.

For detailed information, see Documentation Summary.

Characteristics

  • Codified with best practices and maximum quality;
  • Well documented and IDE friendly;
  • Made with TDD (Test Driven Development);
  • Implemented with unit tests using PHPUnit;
  • Made with ❤️ & ☕.

Credits

Ricardo Pereira Dias