Download the PHP package pessek/digest without Composer

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

Digest

Build Status Scrutinizer Code Quality Latest Stable Version License

Send out a digest to your users

Features

Sends mails with update information to your site or group members based on default or personal intervals (monthly, fortnightly, weekly or daily)

Plugin developers

If you wish to supply content for either the Site digest of Group digest you can easily extend the digest.

For the Site digest

Please extend the view "digest/elements/site" with the content from your plugin and extend the view "css/digest/site" with the CSS that's part of this content.

You can find out which variables your have available in your view by checking the view "digest/elements/site".

We suggest you put your content in "digest/elements/site/" and the CSS in "css/digest/site/". This is just a suggestion, but it would make it easier for theme developers.

For the Group digest

Please extend the view "digest/elements/group" with the content from your plugin and extend the view "css/digest/group" with the CSS that's part of this content.

You can find out which variables your have available in your view by checking the view "digest/elements/group".

We suggest you put your content in "digest/elements/group/" and the CSS in "css/digest/group/". This is just a suggestion, but it would make it easier for theme developers.

Theme developers

If you want to adjust the Digest to look like your theme, please check to following elements

Shell

The base layout of the digest can be found in the view "page/layouts/digest". The CSS that's part of the base layout can be found in the view "css/digest/core".

Elements

The base layout consists of a few default elements

Header

In the view "digest/elements/header" this contains the title of the current digest.

Online link

In the view "digest/elements/online" this contains a link to the online view of the digest. In case the digest can't be viewed correctly in the e-mail client.

Content

The content of the digest will be made using the view view "digest/elements/site" for the Site digest or "digest/elements/group" for the Group digest.

Both view are just empty wrapper view, all plugins are required to extend to these views in order to display content.

Footer

In the view "digest/elements/footer" this contains a description of either the Site or the Group, depending on the digest.

Unsubscribe

In the view "digest/elements/unsubscribe" this contains some information about where the digest came from, how the user can change the settings of the digest and a direct link to unsubscribe from the digest.


All versions of digest with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1
composer/installers Version ~1.0
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 pessek/digest contains the following files

Loading the files please wait ....