PHP Package: apimatic/jsonmapper

PHP library for JSON data mapping, with easy object mapping and serialization features.

Current Version: 3.1.6
Last Updated: 2024-11-28
PHP Requirement: ^5.6 || ^7.0 || ^8.0
Dependencies: None

Package Description

JSONMapper is a PHP library designed for seamless JSON data mapping, serialization, and deserialization. It simplifies the process of converting JSON data into PHP objects and vice versa. With JSONMapper, developers can effortlessly handle JSON data in their PHP applications, improving efficiency and scalability. Whether you're working on RESTful APIs or data interchange, JSONMapper streamlines the JSON handling process, enhancing code readability and maintainability.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.1.6

Download Download v3.1.6

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/apimatic/jsonmapper/3.1.6/loader.php';
use JsonMapper\JsonMapper;
use Composer\Autoload\ClassLoader;

$obj = new JsonMapper();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.