Download the PHP
package cloned/luckybox without Composer
On this page you can find all versions of the php package
cloned/luckybox. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor cloned Package luckybox Short Description A library to pick up the one with a specified probability from some items. License
MIT Homepage https://github.com/cloned/luckybox
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.
LuckyBox is a library for PHP to pick up the one with a specified probability from some items.
Requirements
PHP 5.3.0 and up
Install
In your application or dependent library root directory, create a composer.json file.
In the require or alternatively in the require-dev section, add the following dependency:
"cloned/luckybox": "$VERSION"
with $VERSION being one of the versions available at Packagist.
Usage
Example
Here is a simple example to pick up the item from 3 items which are Coin, Mushroom and Star.
Probability of each item is below.
Coin: 60%
Mushroom: 35%
Star: 5%
Consume cards
Cards in LuckyBox are not consumable by default. This means that the cards can be drawn endlessly.
If you want to consume the cards in LuckyBox, set consumable to true.
Increase the accuracy
You may want to higher accuracy than percent (0 to 100). You can set the rate more than 100.
Remove a card
Remove one card
Remove all of the cards
License
LuckyBox is licensed under the MIT License - see the LICENSE file for details
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 cloned/luckybox contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.