Looking to hire Laravel developers? Try LaraJobs

composertestphplaravel maintained by licenseman

Description
A generated package with licensing or encryption helpers.
Author
Package Author
Last update
2026/06/05 17:50 (dev-main)
License
Links
Downloads
0

Comments
comments powered by Disqus

licenseman/composertestphplaravel

    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`.