Download the PHP package flipboxfactory/craft-link without Composer

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

Link Field Type for Craft CMS

Join the chat at https://gitter.im/flipboxfactory/craft-link Latest Version Build Status Quality Score Total Downloads

Link provides a robust field type for cross-content, external and various other link types.

Requirements

This plugin requires Craft CMS 3.0 or later.

Installation

Choose one of the following ways to add Link to your project:

  1. Composer:

    Simply run the following command from your project root:

  2. Craft CMS Plugin Store:

    Within your Craft CMS project admin panel, navigate to the 'Plugin Store' and search for 'Link'. Installation is a button click away.

Once the plugin is included in your project, navigate to the Control Panel, go to Settings → Plugins and click the “Install” button for Link.

Additional information (including pricing) can be found in the Plugin Store.

Features

Link is the most robust and configurable 'link' field type for Craft CMS. Built with the content publisher in mind, Link is has an intuitive, easy to configure interface that enables admins to build a field precisely to their requirements.

Here are some of the features at a glance:

Templating

The field value will either be null or an instance of Link Type Interface.

Render a pre-constructed link:

Render a pre-constructed link with overrides:

Render a pre-constructed link with additional attributes:

Build your own link:

Screenshots

First Party Link Types

The following first party link types are supported:

Third Party Link Types

Including a custom link type is easy:

  1. Create a new link type class. The class must implement: flipbox\craft\link\types\TypeInterface (Ref: Link Type Interface)

    There are two abstract link types to help you get started:

  2. Register the link type class. Example:

Credits


All versions of craft-link with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
craftcms/cms Version ^4.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 flipboxfactory/craft-link contains the following files

Loading the files please wait ....