Download the PHP package asuwebplatforms/webspark-module-asu_degree_rfi without Composer

On this page you can find all versions of the php package asuwebplatforms/webspark-module-asu_degree_rfi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package webspark-module-asu_degree_rfi

webspark-module-asu_degree_rfi

Degree and RFI component launcher module.

About the asu_degree_rfi module

The ASU Degree RFI module provides Webspark 2 integrations for the Unity Design System app-degree-pages and app-rfi components.

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

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 <environsSourceIDHere> with the environment's matching Source ID.

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.


All versions of webspark-module-asu_degree_rfi with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package asuwebplatforms/webspark-module-asu_degree_rfi contains the following files

Loading the files please wait ....