Download the PHP package moirei/saas-metre without Composer

On this page you can find all versions of the php package moirei/saas-metre. 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 saas-metre

SaaS Metre

This package is a minimal and straight forward solution for tracking services usage on SaaS applications.

💚 Features

Installation

Concepts

Metre: A metre is container of measurements for your SaaS offering usage.

Period: Usage periods indicating your weekly, monthly, etc., SaaS subscription or billing cycle.

Measure: A measure fauture on the metre for your SaaS offering. E.g. "user_accounts", "auio_downloads".

Measure type: The types of measuremeants. Currently METERED and VOLUME. Usage of metreed measurements are calculated per period. E.g. if you provide your users 10 MP3 downloads per week. Volume measurements on the other hand are calculated for all time. E.g. you user may be allowed only a maximum of 2 collaborators at all times.

Measure limits [int]: Used to limit usage of measures.

Measure tags: Tags make it possible to categorise and group usage on a single measure.

Usage

Create a metre

With array

Make from object value

Build progressively

Increment usage

Check usability

Use the canUse method to determine whether a measure is usable. Returns bool.

Get usage

Depending of the measure type (METERED or VOLUME), calculates usage for current period if metreed. Calculates usage for all time if volumed.

To get usage within a set time, provide a period.

Clear usage

Periods

Start a new period

Tags

Tags make it possible to categorise and group usage on a single measure. E.g. a product purchase, and ticket purchase may both be considered orders. However your users' subscription may be billed depending or the type of sale.

Now usage can be checked per measure tags:

With eloquent attributes

To use directly with Eloquent, use the provided Caster.

Now, perform user action according to usage status

Tests


All versions of saas-metre with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
illuminate/support Version ^7|^8|^9
illuminate/contracts Version ^7|^8|^9
laravel/helpers Version ^1.5
spatie/data-transfer-object Version ^3.7
funeralzone/valueobjects Version ^0.5.0
nesbot/carbon Version ^2.58
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 moirei/saas-metre contains the following files

Loading the files please wait ....