Download the PHP package webparking/laravel-cash without Composer

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

Laravel helper for CASH

workflow Latest Stable Version

Attempt to connect the past and the future in a stable and manageable way. The wrapper is developed using the v3 API with credentials (and not using the generated token). I only worked out the mapping for the endpoints that I needed.

Installation

Usage

Note: the CASH API accepts a maximum of 100 requests per minute

Advanced usage

It's possible to add parameters to an index request. E.g.:

Note: Parameter "X" is universal to all endpoints and causes the CASH response to include field names instead of only the codes.\ Useful for testing.

Relations and customers

Customers (2220) are a subset of relations (0101). The customer entity connects you through to the customerGroup and customerGroupTwo.

CASH field definition reference

The notation is the letter + a number which indicated (in most cases) the max length. So L4 is a lowercase word of max 4 characters.

Development

This repository comes with a handy Docker Compose setup to aid in development.

To get started simply run the following and you're off to the races:

Licence and Postcardware

This software is open source and licensed under the MIT license.

If you use this software in your daily development we would appreciate to receive a postcard of your hometown.

Please send it to: Webparking BV, Cypresbaan 31a, 2908 LT Capelle aan den IJssel, The Netherlands


All versions of laravel-cash with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4|^8.0
artisaninweb/laravel-soap Version 0.3.0.10
myclabs/php-enum Version ^1.7
ext-simplexml Version *
symfony/http-kernel Version ^5.1.5
laravel/framework Version ^7.30.4|^8.40.0
ext-dom Version *
ext-soap Version *
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 webparking/laravel-cash contains the following files

Loading the files please wait ....