licenseman/composertestphplaravel

Versions of this package have been flagged as malware by Aikido!

A generated package with licensing or encryption helpers.

Maintainers

Package info

github.com/blomp829-arch/composertestphplaravel

pkg:composer/licenseman/composertestphplaravel

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0 2026-06-05 15:50 UTC

This package is not auto-updated.

Last update: 2026-06-05 19:02:32 UTC


README

    A generated package with licensing or encryption helpers.

    ## Install and build

    Windows:

    ```powershell
    .\scripts\install_deps.ps1
    .\scripts\build.ps1
    ```

    Linux/macOS:

    ```sh
    sh ./scripts/install_deps.sh
    sh ./scripts/build.sh
    ```

    ## Usage

    ```php

use Licenseman\Composertestphplaravel\Composertestphplaravel;

$package = new Composertestphplaravel(); $token = $package->encrypt('hello', 'secret'); echo $package->decrypt($token, 'secret');


        ## Publish

        Push the repository to GitHub, tag a semantic version, then submit the repository URL to Packagist. Composer users install it with `composer require licenseman/composertestphplaravel`.