PHPackages                             asuwebplatforms/webspark-module-asu\_degree\_rfi - 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. asuwebplatforms/webspark-module-asu\_degree\_rfi

AbandonedArchivedDrupal-module

asuwebplatforms/webspark-module-asu\_degree\_rfi
================================================

Webspark degree and RFI component launcher module.

1.2.12(3y ago)112.1kMITPHP

Since Jul 6Pushed 3y ago8 watchersCompare

[ Source](https://github.com/ASUWebPlatforms/webspark-module-asu_degree_rfi)[ Packagist](https://packagist.org/packages/asuwebplatforms/webspark-module-asu_degree_rfi)[ RSS](/packages/asuwebplatforms-webspark-module-asu-degree-rfi/feed)WikiDiscussions main Synced yesterday

READMEChangelog (10)DependenciesVersions (68)Used By (0)

webspark-module-asu\_degree\_rfi
================================

[](#webspark-module-asu_degree_rfi)

Degree and RFI component launcher module.

About the asu\_degree\_rfi module
---------------------------------

[](#about-the-asu_degree_rfi-module)

The ASU Degree RFI module provides Webspark 2 integrations for the [Unity Design System](https://unity.web.asu.edu) app-degree-pages and app-rfi components.

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

[](#installation)

Enable the module through the Drupal admin interface like any other module.

Information about how these components function and are to be configured within Webspark 2 is found in the admin interface for the module at the path `/admin/config/asu_degree_rfi/settings`in your site.

Recommended RFI settings overrides
----------------------------------

[](#recommended-rfi-settings-overrides)

Because you will often be syncing configurations between environments, to avoid overwriting an environment's unique RFI Source ID and submission URL, it is recommended you add code to your site's settings.php to detect the environment and set its unique values. Below, you will find code that does this.

Also included with this code are PHP timeout overrides we highly recommend you make to avoid receiving unnecessary false-positive error emails regarding RFI delivery timeouts.

In the code below, please replace `` with the environment's matching Source ID.

```
// Environment-specific RFI settings. Drop this in your settings.php.
if (defined('PANTHEON_ENVIRONMENT')) {
  if (PANTHEON_ENVIRONMENT == 'dev') {
    $config['asu_degree_rfi.settings']['asu_degree_rfi']['rfi_source_id'] = '';
    $config['asu_degree_rfi.settings']['asu_degree_rfi']['rfi_submission_handler_url'] =
      'https://eakemwmmmpql5o523dnfkvvtem0ezhhc.lambda-url.us-west-2.on.aws/';
  }
  else if (PANTHEON_ENVIRONMENT == 'test') {
    $config['asu_degree_rfi.settings']['asu_degree_rfi']['rfi_source_id'] = '';
    $config['asu_degree_rfi.settings']['asu_degree_rfi']['rfi_submission_handler_url'] =
      'https://eakemwmmmpql5o523dnfkvvtem0ezhhc.lambda-url.us-west-2.on.aws/';
  }
  else if (PANTHEON_ENVIRONMENT == 'live') {
    $config['asu_degree_rfi.settings']['asu_degree_rfi']['rfi_source_id'] = '';
    $config['asu_degree_rfi.settings']['asu_degree_rfi']['rfi_submission_handler_url'] =
      'https://5gu33wnsdm2mpgmob4c2rt3mbq0mngfo.lambda-url.us-west-2.on.aws/';
  }
}
// Increase max_execution_time for RFI to wait for response.
ini_set('max_execution_time', '180');
// HTTP Client config for RFI
$settings['http_client_config']['timeout'] = 179; // -1 of max so time to complete

```

About Degree listing pages and Degree detail pages
--------------------------------------------------

[](#about-degree-listing-pages-and-degree-detail-pages)

The only type of degree pages you need to manually create in your site are Degree listing pages. In creating a Degree listing page, you define the parameters the degree listing component will use to display the links to the Degree detail pages in the UI. When a user follows one of those links, if no Degree detail page exists at that path yet it will automatically be created.

IMPORTANT NOTE: Because a Degree detail page relies on the page's path to determine whether or not to create the page, please do not alter the automatic path settings for Degree detail pages or edit the path after the page is created. We have taken measures to prevent you from doing this in the UI. In cases where the path is altered, duplicated Degree detail pages will be created.

If you need to map legacy paths, or other paths to a Degree detail page, please use a redirect in order to preserve the system path.

Additionally, it should be noted that because the parent node ID is included on the path of a Degree detail page so that a breadcrumb trail can be established, if you have a degree appearing in multiple Degree listing pages, a copy of the Degree detail page will be created for the context of each Degree listing page. This is considered a feature, and not a bug as it allows the most flexibility by providing the proper breadcrumb trail context and allows for each copy of the Degree detail page to be overridden with customizations for the unique context.

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 50.3% 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 ~19 days

Total

33

Last Release

1137d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ef1b4d562b29a2e31f1d7c671de1cc388b8afd25b833031f11e82f43ea82a87?d=identicon)[mlsamuel](/maintainers/mlsamuel)

![](https://www.gravatar.com/avatar/8f75e2a47756245df20e3851807bcdae3b357570e635f4a455ac863aa6ba0f3c?d=identicon)[chill5-0](/maintainers/chill5-0)

![](https://www.gravatar.com/avatar/2942d322525cdeac050d6126050d84324b4a6a8f4f04bfb3cbe02ac31f73bf4b?d=identicon)[tbutterf](/maintainers/tbutterf)

---

Top Contributors

[![mlsamuelson](https://avatars.githubusercontent.com/u/212131?v=4)](https://github.com/mlsamuelson "mlsamuelson (77 commits)")[![daniela-duarte-dept](https://avatars.githubusercontent.com/u/213461708?v=4)](https://github.com/daniela-duarte-dept "daniela-duarte-dept (26 commits)")[![duarte-daniela](https://avatars.githubusercontent.com/u/79106159?v=4)](https://github.com/duarte-daniela "duarte-daniela (22 commits)")[![tbutterf](https://avatars.githubusercontent.com/u/6109406?v=4)](https://github.com/tbutterf "tbutterf (11 commits)")[![georgebaev](https://avatars.githubusercontent.com/u/120784?v=4)](https://github.com/georgebaev "georgebaev (6 commits)")[![chill5-0](https://avatars.githubusercontent.com/u/32943416?v=4)](https://github.com/chill5-0 "chill5-0 (4 commits)")[![juanmitriatti](https://avatars.githubusercontent.com/u/33984278?v=4)](https://github.com/juanmitriatti "juanmitriatti (3 commits)")[![bebaps](https://avatars.githubusercontent.com/u/5995907?v=4)](https://github.com/bebaps "bebaps (1 commits)")[![ovista](https://avatars.githubusercontent.com/u/5928150?v=4)](https://github.com/ovista "ovista (1 commits)")[![poedan](https://avatars.githubusercontent.com/u/20988123?v=4)](https://github.com/poedan "poedan (1 commits)")[![bjdevil21](https://avatars.githubusercontent.com/u/2923973?v=4)](https://github.com/bjdevil21 "bjdevil21 (1 commits)")

### Embed Badge

![Health badge](/badges/asuwebplatforms-webspark-module-asu-degree-rfi/health.svg)

```
[![Health](https://phpackages.com/badges/asuwebplatforms-webspark-module-asu-degree-rfi/health.svg)](https://phpackages.com/packages/asuwebplatforms-webspark-module-asu-degree-rfi)
```

PHPackages © 2026

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