Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simplito/pson-php
PHP implementation of PSON
https://github.com/simplito/pson-php
php pson
Last synced: about 12 hours ago
JSON representation
PHP implementation of PSON
- Host: GitHub
- URL: https://github.com/simplito/pson-php
- Owner: simplito
- License: mit
- Created: 2018-02-27T12:18:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T13:50:36.000Z (over 6 years ago)
- Last Synced: 2024-07-04T02:30:53.354Z (4 months ago)
- Topics: php, pson
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PSON-PHP
## Information
This library is an php implementation of [PSON](https://github.com/dcodeIO/PSON). This software is licensed under the MIT License.
## Installation
You can install this library via Composer:
```
composer require simplito/pson-php
```