Download the PHP package 3neti/cash without Composer

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

3neti/cash

A lightweight Laravel package for representing monetary value as a first-class model, with support for:

This package is designed as a supporting domain layer for the x-change ecosystem, particularly for voucher issuance, redemption, and disbursement workflows.


โœจ Core Concept

Cash is a value container:

It is not a ledger
It is not a wallet

It is a portable monetary unit used across workflows.


๐Ÿ“ฆ Installation


โš™๏ธ Configuration

Publish config (optional):


๐Ÿงฑ Database Migrations

This package uses:

So migrations are auto-loaded.

Run:


โš ๏ธ Migration Prerequisites

This package depends on the following schema:

๐Ÿ‘‰ These must be installed and migrated by the host application.

This package does NOT publish or manage those migrations.


๐Ÿง  Usage

Creating Cash


Using Money Object

Stored internally as minor units.


Accessing Amount


Metadata


Expiration


Status Management


Secret Protection


Redemption Check


Tags


Wallet Integration


๐Ÿงพ Data Transformation

Use CashData for API responses:


๐Ÿงฑ Schema


๐Ÿงฉ Relationships


๐Ÿงช Testing

This package uses:

No vendor migrations are required for tests.


๐Ÿงญ Architecture Role

In the x-change ecosystem:


๐Ÿ”’ Design Principles


๐Ÿš€ Future Enhancements


๐Ÿงพ License

Proprietary


All versions of cash with dependencies

PHP Build Version
Package Version
Requires spatie/laravel-data Version ^4.16
lorisleiva/laravel-actions Version ^2.9
brick/money Version ^0.10.1
spatie/laravel-model-status Version ^1.18
spatie/laravel-tags Version ^4.10
propaganistas/laravel-phone Version ^6.0
3neti/wallet Version ^v1.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 3neti/cash contains the following files

Loading the files please wait ...