PHPackages                             jsonms/php - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. jsonms/php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

jsonms/php
==========

A JSON.ms requests handler to install on your own server.

1.0.13(1y ago)026MITPHPPHP ^8.0

Since Apr 11Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/JSON-ms/php)[ Packagist](https://packagist.org/packages/jsonms/php)[ RSS](/packages/jsonms-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (8)Used By (0)

jsonms/php
==========

[](#jsonmsphp)

A PHP request handler to use as a endpoint in [json.ms](https://json.ms).

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

[](#installation)

You can install `jsonms/php` via composer:

### Requirements

[](#requirements)

```
composer require jsonms/php
```

### Preparation

[](#preparation)

Make sure you first created a endpoint in the JSON.ms Settings section of your interface. Obtain your secret and cypher key using the Get button of each field.

### Configuration

[](#configuration)

For auto-configuration, you can launch the install script.

```
php vendor/jsonms/php/install.php
```

Or create a index.php file manually in your directory.

```
