Download the PHP package aungmyokyaw/lapakgaming without Composer

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

LapakGaming Reseller API

Laravel package for LapakGaming Reseller API integration.

About

This package provides a simple and efficient method to integrate with LapakGaming Reseller API using Laravel. It supports all major operations including product management, order creation, and balance checking.

Installation

Configuration

You will need to publish the configuration file to your application:

After publishing, you will find the configuration file at config/lapakgaming.php. Fill out the necessary data:

Usage Examples

Get Categories

Get Products

Get Products by Category

Get Products by Product Code

Get Products with Both Filters

Get All Products

Get Best Products

Get Best Products by Category

Get Best Products by Group Product Code

Get Best Products with Both Filters

Get Balance

Order

Basic Order with Product Code

Order with Zone/Server Information

Order with Complete Additional Information

Order with Price Validation

Order with Custom Quantity

Order with Country Code

Order with Login Game Details

Order with Idempotency Protection

Order with Custom Callback URL

Order using Group Product

Complete Advanced Order

Parameter Usage Summary

Method Parameter Required Example
setProduct() product_code, price product_code required setProduct('ML78_8-S2', 15000)
setGroupProduct() group_product, country group_product required setGroupProduct('mobile-legends', 'id')
setUser() user_id, additional_id, additional_info user_id for most games setUser('123456789', '2345', 'additional_information')
setQuantity() count_order optional (default: 1) setQuantity(5)
setCountryCode() country_code optional setCountryCode('my')
setOrderDetail() orderdetail optional setOrderDetail('Password : 123')
setPartnerReferenceId() partner_reference_id optional setPartnerReferenceId('unique-123')
setCallbackUrl() override_callback_url optional setCallbackUrl('https://site.com/cb')

Order Parameters Explained

Based on LapakGaming API documentation, here are all the parameters you can use when creating orders:

Required Parameters

Product Identification (Choose One)

Order Quantity

Optional Parameters

User Information (Game-specific)

Login Game Details

Validation & Control

Order Status

Check Status by Transaction ID

Check Status by Partner Reference ID

Check Status with Both Parameters

Check Status with Flexible Parameters

Supported Country Codes

When using group products or country-specific operations, use these country codes:

License

MIT License


All versions of lapakgaming with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4|^8.0|^8.1|^8.2|^8.3|^8.4
illuminate/support Version ^8.0|^9.0|^10.0|^11.0|^12.0
guzzlehttp/guzzle Version ^7.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 aungmyokyaw/lapakgaming contains the following files

Loading the files please wait ....