Download the PHP package flesh404/laravel-kaspa-address without Composer

On this page you can find all versions of the php package flesh404/laravel-kaspa-address. 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 laravel-kaspa-address

laravel-kaspa-address

Laravel package for validating, analyzing and generating Kaspa addresses.

Disclaimer:
This project is not officially affiliated with, endorsed by, or connected to Kaspa or the Kaspa Foundation.

Features

Installation

Laravel will auto-discover the service provider.

Usage

Validate an address

Returns true or false.

Parse and inspect an address

Throws InvalidKaspaAddress if invalid.

Analyzer (recommended for APIs & checker websites)

The KaspaAddressAnalyzer never throws and always returns a structured result.

Result format

For invalid addresses:

Address Generator

The KaspaAddressGenerator provides a convenient way to generate valid random Kaspa addresses for testing and development purposes.

You can also generate addresses for other networks:

Note: The generator is intended for testing, fixtures, and tooling. It does not derive keys or represent real wallet ownership.

Artisan Commands

The package ships with a CLI command for validating & generating Kaspa addresses.

Validate an Address

Example Output:

For invalid addresses:

Exit codes:

Generate an address

Generate a random valid Kaspa address for a given network:

Defaults to mainnet (kaspa).

Generate for a specific network:

Output:

Exit codes:

Laravel Validation Rule

The package provides a Laravel validation rule for Kaspa addresses.

It validates that a value is:

Basic usage (allow all networks):

Restrict to a specific network:

Allow multiple networks:

Validation error messages are currently hardcoded and do not require Laravel translation files.

Supported Networks & Prefixes

Network Prefix
Mainnet kaspa
Testnet kaspatest
Devnet kaspadev
Simnet kaspasim

Testing

Includes:

References


All versions of laravel-kaspa-address with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
illuminate/support Version ^10.0|^11.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 flesh404/laravel-kaspa-address contains the following files

Loading the files please wait ...