PHPackages                             daizygod/json-schema-localistaion-laravel - 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. daizygod/json-schema-localistaion-laravel

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

daizygod/json-schema-localistaion-laravel
=========================================

A library to validate a json schema.

00PHP

Since Mar 2Pushed 3y agoCompare

[ Source](https://github.com/Daizygod/json-schema-localistaion-laravel)[ Packagist](https://packagist.org/packages/daizygod/json-schema-localistaion-laravel)[ RSS](/packages/daizygod-json-schema-localistaion-laravel/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Localisation JSON Schema for Laravel
====================================

[](#localisation-json-schema-for-laravel)

[![Build Status](https://github.com/daizygod/json-schema-localistaion-laravel/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/daizygod/json-schema-localistaion-laravel/actions)[![Latest Stable Version](https://camo.githubusercontent.com/f8ea28776bc6ee155d92aa7d0213d32ee28db639c29fc630c3205289a84d694d/68747470733a2f2f706f7365722e707567782e6f72672f6461697a79676f642f6a736f6e2d736368656d612d6c6f63616c69737461696f6e2d6c61726176656c2f762f737461626c652e706e67)](https://packagist.org/packages/daizygod/json-schema-localistaion-laravel)[![Total Downloads](https://camo.githubusercontent.com/a36161ac1002fe9250e5bb60880c5bafc7f0c556789b5e7d24201f77a3ce9030/68747470733a2f2f706f7365722e707567782e6f72672f6461697a79676f642f6a736f6e2d736368656d612d6c6f63616c69737461696f6e2d6c61726176656c2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/daizygod/json-schema-localistaion-laravel)

A PHP Implementation for validating `JSON` Structures against a given `Schema` with support for `Schemas` of Draft-3 or Draft-4. Features of newer Drafts might not be supported. See [Table of All Versions of Everything](https://json-schema.org/specification-links.html#table-of-all-versions-of-everything) to get an overview of all existing Drafts.

See [json-schema](http://json-schema.org/) for more details.

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

[](#installation)

### Library

[](#library)

```
git clone https://github.com/daizygod/json-schema-localistaion-laravel.git
```

### Composer

[](#composer)

[Install PHP Composer](https://getcomposer.org/doc/00-intro.md)

```
composer require daizygod/json-schema-localistaion-laravel
```

Usage
-----

[](#usage)

For a complete reference see [Understanding JSON Schema](https://json-schema.org/understanding-json-schema/).

**Note:** features of Drafts newer than Draft-4 might not be supported!

### Basic usage

[](#basic-usage)

```
