sonsofphp / assert
v0.3.10
2024-09-10 19:46 UTC
Requires
- php: >=8.2
This package is auto-updated.
Last update: 2026-02-22 04:29:52 UTC
README
Installation
composer require sonsofphp/assert
Usage
<?php use SonsOfPHP\Component\Assert\Assert; Assert::string('test'); // returns true Assert::string(false); // throws exception Assert::disable(); Assert::string(1234); // returns false
Learn More
- Documentation
- Contributing
- Report Issues and Submit Pull Requests in the Mother Repository
- Get Help & Support using Discussions