承接 steam-market-providers/enums 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

steam-market-providers/enums

最新稳定版本:1.0.5

Composer 安装命令:

composer require steam-market-providers/enums

包简介

This library contains useful values that the Steam platform uses. For example filters, tags, currencies, categories. If you work with the market place, or parse Steam, you will need it.

README 文档

README

Build Status Scrutinizer Code Quality Code Coverage Code Intelligence Status Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

This library has collected all the necessary values of filters, currencies, countries, categories, and so on from the Steam service. If you are developing under steam, this library will come in handy.

Why do you need

  • Who works with api steam
  • Who is parsing the site
  • Who parses the marketplace
  • And in other cases of working with the steam platform

Install

composer require steam-market-providers/enums

Implementation List

  • Steam App
  • Steam Currency
  • Steam Language
  • Steam Global tag
  • Steam Platform
  • Steam Countries
  • Steam Players
  • Steam Visuals
  • Steam Themes moods
  • Steam Genre
  • Steam Sub genre
  • Steam Top level genre

How to use

Get app id

echo \KrepyshSpec\SteamEnums\SteamApp::CSGO->name; // CSGO
echo \KrepyshSpec\SteamEnums\SteamApp::CSGO->value; // 730

Get all from SteamApp

$all = \KrepyshSpec\SteamEnums\SteamApp::cases();
var_dump($all);

/**
 array(2) {
   [0]=>
   enum(KrepyshSpec\SteamEnums\SteamApp::CSGO)
   [1]=>
   enum(KrepyshSpec\SteamEnums\SteamApp::Dota2)
 }
 **/

Steam App

Total app games 2

echo SteamApp::Dota2->name // USD
echo SteamApp::Dota2->value; // 570

Steam Currency

Total currencies 32

echo SteamCurrency::USD->name; // USD
echo SteamCurrency::USD->value; // 1

Steam Language

Total languages 28

echo SteamLanguage::English->name; // English
echo SteamLanguage::English->value; // english

Steam Global tag

Total tags 431

Using here Steam browse tag

echo SteamGlobalTag::Survival->name; // Survival
echo SteamGlobalTag::Survival->value; // 1662

Steam Platforms

Total platforms 3

echo SteamPlatform::MacOS->name; // MacOS
echo SteamPlatform::MacOS->value; // mac

Steam Countries

Total countries 259

echo SteamCountry::United_States->name; // United_States
echo SteamCountry::United_States->value; // US

Support

For support, email evgeniymykhalichenko@gmail.com or telegram @krep1sh

License

MIT

统计信息

  • 总下载量: 40
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 2
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-07-09

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固