PHPackages                             gsixme/php-vuforia - 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. [API Development](/categories/api)
4. /
5. gsixme/php-vuforia

ActiveLibrary[API Development](/categories/api)

gsixme/php-vuforia
==================

Vuforia web services api wrapper in php

1.0.1(5y ago)11641[1 issues](https://github.com/gsixme/php-vuforia/issues)MITPHPPHP ^7.2

Since Oct 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/gsixme/php-vuforia)[ Packagist](https://packagist.org/packages/gsixme/php-vuforia)[ Docs](https://github.com/gsixme/php-vuforia)[ RSS](/packages/gsixme-php-vuforia/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Vuforia Web Service PHP Wrapper
===============================

[](#vuforia-web-service-php-wrapper)

Note: This is not an official package from Vuforia.

To learn more, go to

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

[](#installation)

Include the package in your composer file

```
"require": {
    "gsixme/php-vuforia": "^1.0.0"
}

```

Run `composer update`

Or simply run

`composer require gsixme/php-vuforia`

Usage
-----

[](#usage)

Create new VuforiaClient

```
$vuforiaClient = new Gsix\Vuforia\VuforiaClient([
	'access_key' => YOUR_ACCESS_KEY,
	'secret_key' => YOUR_SECRET_KEY,
]);

```

Create new Target

```
$target = new Gsix\Vuforia\Target([
	'name' => 'Targetname',
	'width' => 320, // must be > 320
	'path' => 'image.jpg', // path to image
	'active' => 1,
	'metadata' => 'other relevant data that you may need later'
]);

```

Available methods
-----------------

[](#available-methods)

```
// list all targets
$vuforiaClient->targets->all();

// get target by id
$vuforiaClient->targets->get($id);

// create target
$vuforiaClient->targets->create($target);

// update target
$vuforiaClient->targets->update($id, $target);

// delete target
$vuforiaClient->targets->delete($id);

// list uplicates for target
$vuforiaClient->duplicates->get($id);

// summary for the whole db
$vuforiaClient->summary->database();

// summary for target
$vuforiaClient->summary->target($id);

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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

2048d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11685535?v=4)[Teddy](/maintainers/teddy)[@teddy](https://github.com/teddy)

---

Top Contributors

[![teodos](https://avatars.githubusercontent.com/u/5166695?v=4)](https://github.com/teodos "teodos (9 commits)")

---

Tags

phpvuforiavuforia-sdkphpapiarvuforiaaugmented-reality

### Embed Badge

![Health badge](/badges/gsixme-php-vuforia/health.svg)

```
[![Health](https://phpackages.com/badges/gsixme-php-vuforia/health.svg)](https://phpackages.com/packages/gsixme-php-vuforia)
```

###  Alternatives

[jstolpe/instagram-graph-api-php-sdk

Instagram Graph API PHP SDK

13998.4k2](/packages/jstolpe-instagram-graph-api-php-sdk)

PHPackages © 2026

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