Download the PHP package shebaoting/money without Composer

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

Money

License Latest Stable Version Total Downloads

A Flarum extension. Adds a virtual currency system to the Flarum community, allowing users to earn and spend points.

This extension is modified from flarum-ext-money by AntoineFr. It's an excellent extension, and I want to express my gratitude to the original author. I have added some additional features that I needed and have published it here in the hope that you will enjoy it as well.

Features

  1. All original features: The extension retains all the functionalities of the original version.

  2. Points Record: Added a feature to record all points transactions.

  3. Initial Points on Registration: New users receive a set amount of points upon registration.

  4. Negative Points Deduction: If points are set to negative, they will be deducted from the user's own account. If the account has insufficient points, the operation cannot be performed.

  5. Points Redistribution: When points are negative, and the user replies to a discussion, the deducted points will be awarded to the discussion starter.

  6. Like Reward System: When points are negative, points deducted from liking a post will be awarded to the person who received the like.

Idea

The design philosophy behind this system is a metaphor for time.

Everything you do here consumes your time. If a task is completed without receiving any meaningful response, it’s as if the task was done in vain. If a person continues to engage in meaningless activities, they are essentially wasting their time.

For a similar concept, I recommend watching the movie In Time.

Contact

You can also contact me if you wish to pay something to develop the flarum extension. Email: [email protected]

Installation

Install with composer:

Updating

Links


All versions of money with dependencies

PHP Build Version
Package Version
Requires flarum/core Version ^1.2.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 shebaoting/money contains the following files

Loading the files please wait ....