PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of The Algoslingers   Auto-Price   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Auto-Price
Adjust prices based on the current user location
Author: By
Last change:
Date: 1 month ago
Size: 577 bytes
 

Contents

Class file image Download
{ "name": "thealgoslingers/autoprice", "description": "The AutoPrice class provides functionalities for calculating prices dynamically based on the user's location.", "keywords": ["library", "algoslingfileanew", "currency convertor","convert currency from location"], "type": "library", "require-dev": { "phpunit/phpunit": "^5.7" }, "license": "MIT", "authors": [ { "name": "thealgoslingers" } ], "autoload": { "psr-4": { "thealgoslingers\\": "src" } }, "require": {} }