---
title: "Object Validator for PHP 8"
url: https://daily.dev/posts/object-validator-for-php-8-r4dda5abq
source_url: https://hackernoon.com/object-validator-for-php-8?source=rss
type: article
source: "Hacker Noon"
published: 2022-07-14T22:49:46.443Z
updated: 2022-07-14T22:49:46.442Z
tags: ["php"]
reading_time: 2
upvotes: 10
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Object Validator for PHP 8

**[Hacker Noon](https://daily.dev/sources/hackernoon)** · 2 min read · 10 upvotes · 0 comments

## Summary

I present to you my general solution using the strengths of PHP 8. Clean, concise, and easy to use. It consists of the following features:Lots of validationsSupports also nested object validation.Works with private properties and methods.Memory and time profiling.Custom property and method names for the exceptions.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://hackernoon.com/object-validator-for-php-8?source=rss>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#php](https://daily.dev/tags/php)

[View this post on daily.dev](https://daily.dev/posts/object-validator-for-php-8-r4dda5abq)
