PHPackages                             malfasih/slim3-json-parser - 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. [API Development](/categories/api)
4. /
5. malfasih/slim3-json-parser

ActiveLibrary[API Development](/categories/api)

malfasih/slim3-json-parser
==========================

Parsing JSON response for REST API with CORS management

v1.0.1(7y ago)230MITPHPPHP &gt;=5.5

Since Jul 4Pushed 7y agoCompare

[ Source](https://github.com/malfasih/slim3-json-parser)[ Packagist](https://packagist.org/packages/malfasih/slim3-json-parser)[ RSS](/packages/malfasih-slim3-json-parser/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)DependenciesVersions (3)Used By (0)

slim3-json-parser
=================

[](#slim3-json-parser)

Parsing JSON response for Slim v3 REST API with CORS management -

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

[](#installation)

Before we get started, please make sure that you have installed Slim 3 Framework. I was using [slim-born](https://github.com/HavenShen/slim-born/) from [HavenShen](https://github.com/HavenShen) for developing this module.

```
$ composer require malfasih/slim3-json-parser
```

or

*composer.json*

```
"require": {
    "malfasih/slim3-json-parser": "@dev"
}
```

Registering Component
---------------------

[](#registering-component)

```
