Download the PHP package illegal/linky without Composer

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

Linky-w@2x linky-darkgrey

TEST

THIS REPOSITORY IS UNDER ACTIVE DEVELOPMENT AND IS NOT READY FOR PRODUCTION USE.


Linky is an open-source Laravel package that started as a free alternative to Linktree, but quickly evolved into a powerful web enthusiast's Swiss Army knife. With Linky, you can intercept traffic to a Laravel application, analyze it, act as a honeypot, and create custom workflows and action pipelines based on incoming HTTP requests.

Linky's traffic interception and analysis capabilities make it an invaluable tool for developers, security researchers, and web enthusiasts who want to gain insights into their application's behavior and protect it from malicious actors. Its honeypot functionality allows you to attract and trap attackers, while its workflow and pipeline features enable you to automate complex tasks and responses based on incoming requests. Additionally, Linky can also be used in offensive cyber security activities to simulate attacks and test the security of web applications.

Whether you're a seasoned Laravel developer, a security researcher, or a cyber security professional looking to enhance your offensive capabilities, Linky is the perfect solution for you. Best of all, it's free and open-source, so you can contribute to its development and customize it to suit your needs.

Installation

Install Composer Package

Assets Publish

Usage

Authentication

Environment variables

LINKY_AUTH_USE_LINKY_AUTH

True or false. If true, the authentication will be handled by the linky project. If false, the authentication will be handled by the linky package.

Configure to false if yu want to use the linky package in another project that has its own authentication.

LINKY_AUTH_REQUIRE_VALID_USER

True or false. If true, a valid user is required to access the application.
If false, the application will be accessible without authentication.

LINKY_AUTH_MULTI_TENANT

True or false. If true, the application will be multi-tenant. Each user will only be able to access his own contents.


All versions of linky with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
illegal/insideauth Version ^0.2.12
illegal/laravel-utils Version ^1.0
laravel/framework Version ^9.19|^10
laravel/sanctum Version ^3.2
livewire/livewire Version ^2.11
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 illegal/linky contains the following files

Loading the files please wait ....