PHPackages                             romanpravda/php-scorm-packager - 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. romanpravda/php-scorm-packager

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

romanpravda/php-scorm-packager
==============================

Create SCORM Package

1.3.3(4y ago)48.2k1MITPHPPHP &gt;=7.1.0

Since Mar 26Pushed 4y ago2 watchersCompare

[ Source](https://github.com/romanpravda/php-scorm-packager)[ Packagist](https://packagist.org/packages/romanpravda/php-scorm-packager)[ RSS](/packages/romanpravda-php-scorm-packager/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

PHP SCORM packager
==================

[](#php-scorm-packager)

Create SCORM Package

Usage
-----

[](#usage)

```
$config = [
    "title" => "",
    "identifier" => "",
    "version" => "",
    "source" => "",
    "destination" => "",
    "masteryScore" => "",
    "startingPage" => "",
    "organization" => "",
    "metadataDescription" => "",
];

$packager = new \Romanpravda\Scormpackager\Packager($config);
$packager->buildPackage();
```

Parameters in config
--------------------

[](#parameters-in-config)

- title

    Title of course
- identifier

    Course identifier
- version

    Version of SCORM package. Must be one of this:

    - 1.2
    - 2004 3th Edition
    - 2004 4th Edition
- source

    Path to directory with course package data
- destination

    Path to directory where ZIP archive with course package will be placed
- masteryScore

    Score for course passing. Default - 80
- startingPage

    Page that will open on course start. Default - index.html
- organization

    Name of organization. Default - empty
- metadataDescription

    Metadata description. Default - build date and technology

If you need SCORM 2004 4th Edition
----------------------------------

[](#if-you-need-scorm-2004-4th-edition)

#### You must pass the metadata config as the second parameter

[](#you-must-pass-the-metadata-config-as-the-second-parameter)

```
$config = [
    ...
];

$metadataConfig = [
    "entryIdentifier" => "",
    "catalogValue" => "",
    "lifeCycleVersion" => "",
    "classification" => "",
];

$packager = new \Romanpravda\Scormpackager\Packager($config, $metadataConfig);
$packager->buildPackage();
```

Parameters in metadata config
-----------------------------

[](#parameters-in-metadata-config)

- entryIdentifier

    Metadata entry identifier. Default - "1"
- catalogValue

    Metadata catalog value. Default - "Catalog"
- lifeCycleVersion

    LifeCycle version of Metadata. Default - "1"
- classification

    Metadata classification. Default - "educational objective"

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

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

Total

5

Last Release

1800d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.0.0

1.1.0PHP &gt;=7.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2094931b56235e1048319d066b8e19b80d37b62321d7cd17cb073c4f34e45cb6?d=identicon)[romanpravda](/maintainers/romanpravda)

---

Top Contributors

[![romanpravda](https://avatars.githubusercontent.com/u/59819062?v=4)](https://github.com/romanpravda "romanpravda (2 commits)")

### Embed Badge

![Health badge](/badges/romanpravda-php-scorm-packager/health.svg)

```
[![Health](https://phpackages.com/badges/romanpravda-php-scorm-packager/health.svg)](https://phpackages.com/packages/romanpravda-php-scorm-packager)
```

###  Alternatives

[jms/google-closure-bundle

Eases development with the Google Closure Tools in Symfony2

2113.5k](/packages/jms-google-closure-bundle)

PHPackages © 2026

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