PHPackages                             pdchaudhary/pimcore-ar-viewer - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. pdchaudhary/pimcore-ar-viewer

ActivePimcore-bundle[Utility &amp; Helpers](/categories/utility)

pdchaudhary/pimcore-ar-viewer
=============================

A tool for previewing 3D Augmented Reality (AR) models directly within the Pimcore platform. Supports formats like GLB, USDZ, and OBJ, allowing users to interact with models in real-time

1.1(1y ago)17GPL-3.0-or-laterJavaScriptPHP &gt;=8.0

Since Dec 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/pdchaudhary/pimcore-ar-viewer)[ Packagist](https://packagist.org/packages/pdchaudhary/pimcore-ar-viewer)[ Docs](https://pravinchaudhary.com)[ RSS](/packages/pdchaudhary-pimcore-ar-viewer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

pimcore-ar-viewer
=================

[](#pimcore-ar-viewer)

A tool for previewing 3D Augmented Reality (AR) models directly within the Pimcore platform. Supports formats like GLB, USDZ, and OBJ, allowing users to interact with models in real-time.

Coming Soon
-----------

[](#coming-soon)

- **AR Asset Editor**: Allow users to edit AR assets (3D models, textures) directly in Pimcore. This could include features like resizing, repositioning, or adding textures, providing a more robust AR asset management solution..

    For more information about our Package and its benefits, contact us at .

Overview
========

[](#overview)

```
composer require pdchaudhary/pimcore-ar-viewer
```

Make sure the bundle is enabled in the config/bundles.php file. The following lines should be added:

```
// ...
return [
    // ...
    Pdchaudhary\PimcoreARPreviewerBundle\PimcoreARPreviewerBundle::class => ['all' => true]
    // ...
];
```

Install the assets:

```
php bin/console assets:install
```

[![demo-ar](https://private-user-images.githubusercontent.com/30948231/398784621-7ece3a2b-69be-4ea0-9f01-03bd8703fbeb.gif?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzMzMzc4MzcsIm5iZiI6MTc3MzMzNzUzNywicGF0aCI6Ii8zMDk0ODIzMS8zOTg3ODQ2MjEtN2VjZTNhMmItNjliZS00ZWEwLTlmMDEtMDNiZDg3MDNmYmViLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAzMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwMzEyVDE3NDUzN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI3NjU1MjliMmUzOTQ2ZTljZmY3YWQ0NWRjMTU5NzNjYjc5NTg0MDkxNmVmNjNjZDRlZjBjNjQwZGFiNjgxNmYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.HLcRiYa871CcPzfqMzqbeE77gac4WVtohOWuxENsqag)](https://private-user-images.githubusercontent.com/30948231/398784621-7ece3a2b-69be-4ea0-9f01-03bd8703fbeb.gif?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzMzMzc4MzcsIm5iZiI6MTc3MzMzNzUzNywicGF0aCI6Ii8zMDk0ODIzMS8zOTg3ODQ2MjEtN2VjZTNhMmItNjliZS00ZWEwLTlmMDEtMDNiZDg3MDNmYmViLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAzMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwMzEyVDE3NDUzN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI3NjU1MjliMmUzOTQ2ZTljZmY3YWQ0NWRjMTU5NzNjYjc5NTg0MDkxNmVmNjNjZDRlZjBjNjQwZGFiNjgxNmYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.HLcRiYa871CcPzfqMzqbeE77gac4WVtohOWuxENsqag)

Supported File Types
====================

[](#supported-file-types)

- GLB (GLTF Binary Format): A common format for 3D models, widely supported across various AR platforms.
- USDZ: A file format used for 3D models and AR content, particularly on iOS devices.
- OBJ: A widely-used 3D model format supported by most 3D applications.
- FBX: Another widely-supported 3D model format, often used for animation.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance40

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

503d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/db2db2249df7a78cc8bc4c42caf844065ec2f101f782d2d6f6e87ba68b9943fb?d=identicon)[pdchaudhary](/maintainers/pdchaudhary)

---

Top Contributors

[![pdchaudhary](https://avatars.githubusercontent.com/u/30948231?v=4)](https://github.com/pdchaudhary "pdchaudhary (3 commits)")

---

Tags

e-commercepimcorepimcore-pluginmarketplacearaugmented-realityAR-preview3D-modelsAR-viewerpimcore-ar3D-assetsAR-integration

### Embed Badge

![Health badge](/badges/pdchaudhary-pimcore-ar-viewer/health.svg)

```
[![Health](https://phpackages.com/badges/pdchaudhary-pimcore-ar-viewer/health.svg)](https://phpackages.com/packages/pdchaudhary-pimcore-ar-viewer)
```

###  Alternatives

[instride/data-definitions

Data Definitions allows you to define your DataObject Imports and Exports using a nice GUI and re-run the definitions as often you like.

8117.7k](/packages/instride-data-definitions)[dpfaffenbauer/process-manager

Process Manager helps you to see statuses for long running Processes

3289.3k2](/packages/dpfaffenbauer-process-manager)[youwe/workflow-gui

Workflow Configuration UI for Pimcore

2884.6k](/packages/youwe-workflow-gui)[dachcom-digital/formbuilder

Pimcore FormBuilder - create forms easily!

96269.7k](/packages/dachcom-digital-formbuilder)[dachcom-digital/schema

Pimcore Schema

1075.7k](/packages/dachcom-digital-schema)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
