Download the PHP package johndoh/globaladdressbook without Composer

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

Roundcube Webmail GlobalAddressbook

This plugin adds global SQL based address books to Roundcube. It can be global per installation, per IMAP host or per domain.

ATTENTION

This is just a snapshot from the GIT repository and is NOT A STABLE version of GlobalAddressbook. It is Intended for use with the GIT-master version of Roundcube and it may not be compatible with older versions. Stable versions of GlobalAddressbook are available from the Roundcube plugin repository (for 1.0 and above) or the releases section of the GitHub repository.

License

This plugin is released under the GNU General Public License Version 3+.

Even if skins might contain some programming work, they are not considered as a linked part of the plugin and therefore skins DO NOT fall under the provisions of the GPL license. See the README file located in the core skins folder for details on the skin license.

Install

NB: When downloading the plugin from GitHub you will need to create a directory called globaladdressbook and place the files in there, ignoring the root directory in the downloaded archive.

Config

The default config file is plugins/globaladdressbook/config.inc.php.dist Rename this to plugins/globaladdressbook/config.inc.php

'name'

This is the name of the address book that is displayed to users inside Roundcube. The value can be a string or an array of localized names. If an array is used the keys should be Roundcube localization identifiers and there must be a key called 'en_us'. All array keys must be lower case. For example:

'user'

This is the name of the dummy user which holds the global address book. The username does not have to belong to a valid email account. The username will be stored in the Roundcube database but will not be able to log into Roundcube unless it belongs to a valid email account on your server.

To create a single global address book for everyone who access Roundcube set this options to something like: '[global_addressbook_user]'

To create a global address book per email domain which Roundcube serves set this options to something like: 'global_addressbook@%d'

The username can contain the following macros that will be expanded as follows:

NB.: A host config option can also be used to override the default 'localhost' used by the plugin. This supports the same macros.

'perms'

Restrict the actions that can be performed by users in the global address book

NB.: With perms set to 0, 2, or 3 only admin users will be able to import contacts into the global address book.

_Tip: For more advanced options see tip globaladdressbook_permissions hook._

'force_copy'

Always copy a contact from the global address book to another one, for example when using drag 'n drop. Default behaviour is to move the contact.

'groups'

Should contact groups be available in the global address book

'admin'

The admin is a user or users who will always have full read/write access even if the address book is set to read only. The following options are available:

_Tip: For more advanced options see tip globaladdressbook_permissions hook._

'autocomplete'

Show contacts from this book in the auto complete menu when composing an email

'check_safe'

Use addresses in the global address book to identify known senders before displaying remote inline images in HTML messages (in addition to other configured address books).

'visibility'

Used to define which users can see a specific address book. The following options are available:

_Tip: For more advanced options see tip globaladdressbook_permissions hook._

'allowed_hosts'

Activate GlobalAddressbook for selected mail hosts only. If this is not set all mail hosts are allowed.

globaladdressbook_permissions hook

The globaladdressbook_permissions plugin hook allows dynamic setting of the permissions related config options. Arguments:

Return:

Tip: You can attach a function to the plugin hook from inside your config file.


All versions of globaladdressbook with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
roundcube/plugin-installer Version >=0.1.2
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 johndoh/globaladdressbook contains the following files

Loading the files please wait ....