https://github.com/phootwork/json
[READ-ONLY] PHP json wrapper library
https://github.com/phootwork/json
json php-json-library
Last synced: 4 months ago
JSON representation
[READ-ONLY] PHP json wrapper library
- Host: GitHub
- URL: https://github.com/phootwork/json
- Owner: phootwork
- License: mit
- Created: 2015-05-11T14:38:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T15:44:57.000Z (over 1 year ago)
- Last Synced: 2025-10-11T23:36:36.512Z (8 months ago)
- Topics: json, php-json-library
- Language: PHP
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP JSON Library

[](https://scrutinizer-ci.com/g/phootwork/phootwork/?branch=master)
[](https://scrutinizer-ci.com/g/phootwork/phootwork/?branch=master)
[](https://packagist.org/packages/phootwork/json)
[](https://packagist.org/packages/phootwork/json)
[](https://packagist.org/packages/phootwork/json)
PHP json library, with clean syntax and proper error management (through exception).
## Goals
- Wrap native PHP functions with classes
- Provide solid error handling with exceptions
## Installation
Installation via composer:
```
composer require phootwork/json
```
## Documentation
[https://phootwork.github.io/json](https://phootwork.github.io/json)
## Running tests
This package is a part of the Phootwork library. In order to run the test suite, you have to download the full library.
```
git clone https://github.com/phootwork/phootwork
```
Then install the dependencies via composer:
```
composer install
```
Now, run the *json* test suite:
```
vendor/bin/phpunit --testsuite json
```
If you want to run the whole library tests, simply run:
```
vendor/bin/phpunit
```
## Contact
Report issues at the github [Issue Tracker](https://github.com/phootwork/phootwork/issues).
## Changelog
Refer to [Releases](https://github.com/phootwork/phootwork/releases)