Download the PHP package arturrossbach/statamic-linkwise without Composer

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

Linkwise

An internal-linking and SEO toolkit for Statamic 6: broken-link checking, entry-level link suggestions, rel-attribute control per domain, and bulk URL replacement, all inside the Control Panel.

FAQ: docs/FAQ.md 📝 Changelog: CHANGELOG.md 🛒 Marketplace: statamic.com/addons/arturrossbach/linkwise

Features

Installation

Auto-registers via AddonServiceProvider. Open the Control Panel and navigate to Linkwise. Click Scan Content to build the initial index, or run php artisan linkwise:index from the CLI.

Requirements

Hosting notes

Linkwise dispatches long-running operations (Scan Content, Check Links, Bulk Unlink, Apply Rule, URL Changer Apply, Inbound/Outbound Insert) as detached background processes via exec(). If your host has blacklisted exec or proc_open via the PHP disable_functions directive, those features silently no-op: the buttons reach the server but the dispatched job never starts.

The Linkwise Control Panel detects this on every page load and shows a visible red banner when the primitives are missing, so you'll know up front instead of debugging a hanging "Scan Content" button. Single-entry actions (creating individual links from the entry editor, custom keywords) keep working without exec().

Cheap shared-hosting plans often disable these PHP functions; managed Statamic-friendly hosts and self-managed VPS / cloud servers normally have them enabled. If you're unsure, check phpinfo() for the disable_functions directive or ask your provider before deploying.

Configuration

All settings are configurable in the Control Panel under Settings > Linkwise, or via config/linkwise.php after php artisan vendor:publish --tag=linkwise-config.

Language support

Linkwise's NLP pipeline (stemming, stopwords, keyword extraction) is language-aware. Three tiers reflect what Linkwise actually does for each language out of the box, derived from objective code-level capability (not marketing claims). If your language is not listed, the runtime falls back to English defaults; verify behaviour with a local scan before licensing.

Language tiers

Full pipeline (stemming, stopwords, and inflected-form matching): English, German, French, Spanish, Italian, Dutch, Portuguese, Swedish, Danish, Norwegian, Finnish, Romanian, Russian, Catalan.

Stopwords only (no stemmer, so auto-link matches exact word forms; plurals and conjugations don't fold together): Hungarian, Polish, Czech, Slovak, Slovenian, Croatian, Bulgarian, Ukrainian, Latvian, Lithuanian, Estonian, Irish, Greek, Turkish.

Not supported: Arabic, Hebrew, Chinese, Japanese, Korean, Thai, Vietnamese.

The Settings dropdown only lists supported languages, so you cannot accidentally configure something that won't work.

Multilingual content (V1.2+)

Multisite is not the same as multilingual. Multisite means multiple Sites in sites.yaml (can share a language). Multilingual means content in two or more different languages, typically via Multisite where each Site declares its own lang:. The features below kick in when the index carries two or more distinct locales.

On Statamic-multisite installs with multiple content languages, Linkwise auto-detects each entry's content language via $site->lang() and:

Single-site installs see no UI differences; every multilang surface hides itself when the index has fewer than two distinct locales.

For the full per-tab UX inventory + V1.3 roadmap, see docs/MULTISITE_AUDIT.md.

Privacy

All link data lives in storage/linkwise/ on your server. No telemetry, no analytics, no external service calls. Frontend errors are captured locally to storage/linkwise/frontend-errors.log for debugging.

Reporting issues

Open a GitHub issue. The Control Panel's Help > Download diagnostic ZIP attaches the privacy-safe runtime info needed for triage.

Commercial support: [email protected]

License

Commercial license. See Statamic Marketplace.


All versions of statamic-linkwise with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
laravel/framework Version ^12.40 || ^13.0
statamic/cms Version ^6.0
wamania/php-stemmer 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 arturrossbach/statamic-linkwise contains the following files

Loading the files please wait ...