PHPackages                             smtech/lti-configuration-xml - 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. smtech/lti-configuration-xml

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

smtech/lti-configuration-xml
============================

Generate an LTI configuration XML file from parameters

v1.0.1(9y ago)01211LGPL-3.0PHP

Since Jul 21Pushed 9y ago2 watchersCompare

[ Source](https://github.com/smtech/lti-configuration-xml)[ Packagist](https://packagist.org/packages/smtech/lti-configuration-xml)[ RSS](/packages/smtech-lti-configuration-xml/feed)WikiDiscussions master Synced 4w ago

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

LTI Configuration XML Generator
===============================

[](#lti-configuration-xml-generator)

[![Latest Version](https://camo.githubusercontent.com/5dc00e2799139cbbc1b90e0e63a39bd2a82a8d8a5c8ccc5e1f2d378765873032/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736d746563682f6c74692d636f6e66696775726174696f6e2d786d6c2e737667)](https://packagist.org/packages/smtech/lti-configuration-xml)

Generate an LTI configuration XML file from parameters

Install
-------

[](#install)

Include in your `composer.json`:

```
"require": {
    "smtech/lti-configuration-xml": "~1.0"
}
```

Use
---

[](#use)

```
/* display a simple configuration */
$config = new \smtech\LTI\Configuration\Generator(
    'My Spiffy Tool',
    'my-spiffy-tool',
    'https://example.com/my-spiffy-tool/launch.php'
);
header('Content-type: application/xml');
echo $config->saveXML();
exit;
```

[Documentation included in the repo.](https://htmlpreview.github.io/?https://raw.githubusercontent.com/smtech/lti-configuration-xml/master/doc/namespaces/smtech.LTI.Configuration.html)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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 ~5 days

Total

2

Last Release

3627d ago

### Community

Maintainers

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

---

Top Contributors

[![battis](https://avatars.githubusercontent.com/u/419619?v=4)](https://github.com/battis "battis (1 commits)")

### Embed Badge

![Health badge](/badges/smtech-lti-configuration-xml/health.svg)

```
[![Health](https://phpackages.com/badges/smtech-lti-configuration-xml/health.svg)](https://phpackages.com/packages/smtech-lti-configuration-xml)
```

###  Alternatives

[open-feature/sdk

PHP implementation of the OpenFeature SDK

42781.1k19](/packages/open-feature-sdk)[sylius/refund-plugin

Plugin provides basic refunds functionality for Sylius application.

701.8M18](/packages/sylius-refund-plugin)[seboettg/citeproc-php

Full-featured CSL processor (https://citationstyles.org)

771.4M31](/packages/seboettg-citeproc-php)[timeweb/phpstan-enum

Enum class reflection extension for PHPStan

443.4M26](/packages/timeweb-phpstan-enum)[php-unit-conversion/php-unit-conversion

A fully PSR-4 compatible PHP library for converting between standard units of measure.

691.2M2](/packages/php-unit-conversion-php-unit-conversion)[panlatent/cron-expression-descriptor

Converts cron expressions into human readable descriptions.

21681.7k7](/packages/panlatent-cron-expression-descriptor)

PHPackages © 2026

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