Download the PHP package faithcatholic/masstimes_widget without Composer

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

MassTimes Widget

A custom Drupal module embedding a full-screen interactive map and sidebar list of Catholic parishes, powered by the MassTimes Trust database & API.

🚀 Features

🔧 Installation

  1. Clone or download into web/modules/custom/masstimes_widget.
  2. Run drush en masstimes_widget -y (or enable via the UI).
  3. Clear caches: drush cr.

No contrib module dependencies are required. Leaflet is loaded from a CDN by the module's own asset library.

[!WARNING] Font Awesome is not shipped with this module. The map markers, search form, and parish cards all render Font Awesome icons, so make sure your theme or another module already loads Font Awesome site-wide. Without it, those icons render as blank boxes.

⚙️ Configuration

  1. In the Block layout screen, place the MassTimes Map Fullscreen Block.
  2. Under Default latitude and Default longitude, enter your preferred fallback coordinates.

  3. When viewing the page, the map will render full-width with the sidebar alongside:

🧩 How It Works

The map centre is resolved in a fixed order:

  1. ?lat=…&long=… in the URL, read server-side by the block plugin.
  2. Browser geolocation, which reloads the page with those query arguments.
  3. The Default latitude/Default longitude configured on the block, used when geolocation is denied or unsupported.

From there:

🙏 Credits

📝 License

Licensed under GPL-2.0-or-later. All church data © Mass Times Trust; used with permission.


All versions of masstimes_widget 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 faithcatholic/masstimes_widget contains the following files

Loading the files please wait ...