Download the PHP package jbeyerstedt/quote without Composer

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

Quote Kirbytag for Kirby CMS v3

by Jannik Beyerstedt from Hamburg, Germany
jannikbeyerstedt.de | Github
license: GNU GPL v3
version: v2.0.0

Notice About Branches and Kirby 2

Kirby 3 support was added in the kirby3 branch, because Kirby 2 and Kirby 3 plugins are quite different. Now that Kirby 3 is released, I changed the default branch to kirby3 but will keep the master, because old Kirby 2 projects might break, if I rename the branches.

Updating from the Kirby 2 version: The configuration options are now prefixed by jbeyerstedt.quote instead of quote. This is caused by the new way, how plugins work within Kirby 3.

Introduction

This Kirbytag creates a html blockquote tag with the option to add an author via a footer tag. For everyone using the Bootstrap framework, the default Bootstrap classes can be activated in the settings.

User Manual

Installation

For manual installation, copy all of these files to site/plugins/kirbytag-quote.

If you are using git submodules to manage the plugins, use this command:

If you are using composer add this to your composer.json to always get the latest version:

Alternatively, you can select any version greater than 2.0.

Configuration

To enable the styling classes used by Bootstrap 4, add this to your config.php:

Usage

Use this kirbytag as every other one in your text. Here are some examples:

Parameters

Contribution

Feel free to fork this repository and make it better. If there is a bug I missed, please let me know by opening an issue.


All versions of quote with dependencies

PHP Build Version
Package Version
Requires getkirby/composer-installer Version ^1.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 jbeyerstedt/quote contains the following files

Loading the files please wait ....