Download the PHP package cubear/cwd_events without Composer

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

CD_cwd_events

rename your branch to main

Latest Stable Version Build passing Code Coverage

A light weight Drupal module to pull localist and render in a cwd_events block. With six options for built in views.

Interactive Demo Page (Deprecated)

Component Demo Page

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

This module is made for use with a Drupal websites. Development requires Node and NPM.

Installing

with composer

or download directly from Github Repo.

Development to compile sass and javascript.

Running the tests

start a local server in the /dev folder using http-server

then run

check for test coverage:

view browser tests Demo Page

Break down into end to end tests

Test are loocated in the dev/test folder and test for:

And coding style tests

This module follows drupal code standards for phpcs and linting.

production builds npm prod require all linting tests to pass before the build can finish with success.

Deployment

enable the module with drush

add a Events block and configure block settings.

This is an example of the block output:

To use the Drupal API enable install and enable the Drupal Graphql Modules

Set the Graphql permissions for anonymous users.

More about the Localist API

The localist api docs https://developer.localist.com/doc/api#usage

API query Filters

READ the API DOCS! In many cases just play around with the demo, until you get the results you need.

The module builds a query that is made to to the localist api

The localist api returns results with the three parameters Anded together:

Departments are (OR) keywords (AND) Group_id (integer)

Currently the Drupal module does not support multiple keywords. The API does support multiple keywords but they would be ORed together and in most cases the resulting query is very small. If you have a project that requires multiple keywords put in a issue for it.

Built With

Versioning

For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU General Public License v2.0 - see the LICENSE.md file for details

Acknowledgments

Sites using this plugin.


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

Loading the files please wait ....