Skip to content

Commit

Permalink
docs: Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aszenz committed Nov 26, 2023
1 parent 7914279 commit 74156da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# PHP Typed Schema

[![ci](https://github.com/aszenz/php-typed-schema/actions/workflows/ci.yml/badge.svg)](https://github.com/aszenz/php-typed-schema/actions/workflows/ci.yml)
Typed Schema is a php library to parse unknown data (often as `mixed` type) into properly typed data

Typed Schema has built-in parser's for common use cases and a simple way to compose them to validate any form of data
PHP Typed Schema is a php library to parse unknown data (often as `mixed` type) into properly typed data

Typed Schema has built-in validators's for common use cases and a simple way to compose them to validate any form of data

## Use cases

Expand Down

0 comments on commit 74156da

Please sign in to comment.