Download the PHP package ycloudyusa/yusaopeny_memberships without Composer

On this page you can find all versions of the php package ycloudyusa/yusaopeny_memberships. 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 yusaopeny_memberships

Memberships Builder Framework for OpenY

Description

By installing this module, you will have a complete solution for the membership search and selection functionality for your Open Y website. It includes landing pages and an application for the memberships builder.

Installation

You can install this module with the help of Composer. Please use these commands:

composer config minimum-stability dev composer require ycloudyusa/yusaopeny_memberships

If you encounter an error when installing the commerce module due to incompatibility with inline_entity_form, use this command: composer require "drupal/inline_entity_form:2.0.0-rc10 as 1.0"

We strongly recommend using Composer, because the OpenY Membership project requires many dependencies.

You need to build styles using these commands:

cd modules/openy_memberships_front/app npm install cd ../../.. npm install npm run scss-build

If you do not have a mail system installed

If you do not have a mail system installed and you need support for sending emails, please configure your mail system.

For example, you can use SMTP and Mail System:

Add it to your project with Composer:

And configure it via the UI with your SMTP provider settings.

Upgrade to 2.4 version

Release 2.3 (https://github.com/ycloudyusa/yusaopeny_memberships/releases/tag/2.3) is needed as an intermediate step for the upgrade path. In order to uninstall SwiftMailer, upgrade to the 2.3 release and uninstall the module from your Drupal installation. Once uninstalled, proceed with upgrading to the 2.4 version of Open Y Memberships.

Demo content for Memberships framework

To install the demo content, please follow these steps:

  1. Enable the additional module: drush en openy_memberships_demo_content -y
  2. Run demo content migrations from the module description

Installation of the Memberships Framework on a new Open Y site

  1. run

  2. run

  3. run

  4. run

  5. run

  6. run

  7. run

Add-ons

In the initial build of the Memberships framework, we had a robust Add-ons/Discounts functionality. The application had a separate step for that feature. Since that step was very complex for many organizations, the development team hid it from the application.

To have the Discount Finder step included in the Membership builder, please revert the code from this PR: https://github.com/ycloudyusa/yusaopeny_memberships/pull/60 And add the DiscountFinder step here: /admin/openy/memberships/settings (after the "Results" step).

Documentation

Marketing and Membership Content Admins: How to Configure Membership Pages

For site admins and content managers to configure and update their online membership experience.

docs/Home.md


All versions of yusaopeny_memberships with dependencies

PHP Build Version
Package Version
Requires drupal/commerce Version ^2
drupal/paragraph_skins Version ^3
drupal/commerce_cart_api Version ^1.9
drupal/webform Version ^6.1
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 ycloudyusa/yusaopeny_memberships contains the following files

Loading the files please wait ....