PHPackages                             takemo101/simple-prop-check - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Validation &amp; Sanitization](/categories/validation)
4. /
5. takemo101/simple-prop-check

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

takemo101/simple-prop-check
===========================

Simple Prop Check

v0.2.2(3y ago)2823MITPHPPHP ^8.1

Since Mar 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/takemo101/simple-prop-check)[ Packagist](https://packagist.org/packages/takemo101/simple-prop-check)[ Docs](https://github.com/takemo101/simple-prop-check)[ RSS](/packages/takemo101-simple-prop-check/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (14)Used By (0)

The Simple Prop Check
=====================

[](#the-simple-prop-check)

[![Testing](https://github.com/takemo101/simple-prop-check/actions/workflows/testing.yml/badge.svg)](https://github.com/takemo101/simple-prop-check/actions/workflows/testing.yml)[![PHPStan](https://github.com/takemo101/simple-prop-check/actions/workflows/phpstan.yml/badge.svg)](https://github.com/takemo101/simple-prop-check/actions/workflows/phpstan.yml)[![Validate Composer](https://github.com/takemo101/simple-prop-check/actions/workflows/composer.yml/badge.svg)](https://github.com/takemo101/simple-prop-check/actions/workflows/composer.yml)

The Simple Prop Check is a simple property validator.
Enjoy!

Installation
------------

[](#installation)

Execute the following composer command.

```
composer require takemo101/simple-prop-check

```

How to use
----------

[](#how-to-use)

Please use as follows

### PHP Attribute

[](#php-attribute)

Validate properties using PHP's Attribute feature.

```
