Download the PHP package defectivecode/link-sharer without Composer

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

Defective Code Logo

[English](https://www.defectivecode.com/packages/link-sharer/en) | [العربية](https://www.defectivecode.com/packages/link-sharer/ar) | [বাংলা](https://www.defectivecode.com/packages/link-sharer/bn) | [Bosanski](https://www.defectivecode.com/packages/link-sharer/bs) | [Deutsch](https://www.defectivecode.com/packages/link-sharer/de) | [Español](https://www.defectivecode.com/packages/link-sharer/es) | [Français](https://www.defectivecode.com/packages/link-sharer/fr) | [हिन्दी](https://www.defectivecode.com/packages/link-sharer/hi) | [Italiano](https://www.defectivecode.com/packages/link-sharer/it) | [日本語](https://www.defectivecode.com/packages/link-sharer/ja) | [한국어](https://www.defectivecode.com/packages/link-sharer/ko) | [मराठी](https://www.defectivecode.com/packages/link-sharer/mr) | [Português](https://www.defectivecode.com/packages/link-sharer/pt) | [Русский](https://www.defectivecode.com/packages/link-sharer/ru) | [Kiswahili](https://www.defectivecode.com/packages/link-sharer/sw) | [தமிழ்](https://www.defectivecode.com/packages/link-sharer/ta) | [తెలుగు](https://www.defectivecode.com/packages/link-sharer/te) | [Türkçe](https://www.defectivecode.com/packages/link-sharer/tr) | [اردو](https://www.defectivecode.com/packages/link-sharer/ur) | [Tiếng Việt](https://www.defectivecode.com/packages/link-sharer/vi) | [中文](https://www.defectivecode.com/packages/link-sharer/zh) # Introduction This package simplifies the process of adding share links to your Laravel application. Feel free to open a pull request if you notice we are missing a service! A share link is a URL combining a social media base URL with query parameters for sharing content from your website or app. Parameters usually include the content URL and a preset message. These links, as shown in examples, let users easily share posts on platforms like Twitter, Facebook, and Telegram. Use this open-source package to quickly create share links via Laravel's blade component system. ## Example # Documentation You may read the [documentation on our website](https://www.defectivecode.com/packages/link-sharer/en). # License The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

All versions of link-sharer with dependencies

PHP Build Version
Package Version
Requires php Version >=8.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 defectivecode/link-sharer contains the following files

Loading the files please wait ....