Download the PHP package razesoldier/arcaea-data-model without Composer

On this page you can find all versions of the php package razesoldier/arcaea-data-model. 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 arcaea-data-model

ArcaeaDataModel

Arcaea游戏数据结构的面对对象的模型

用法

本库提供了一些帮助类来模型化原始数据,助于面对对象编程。

曲包

Pack类

位置:src/Pack/Pack.php
功能:单个曲包的模型

PackMap类

位置:src/Pack/PackMap.php
功能:曲包映射
使用注意:请用PackMapBuilder获得本类的实例

PackMapBuilder类

位置:src/Pack/PackMapBuilder.php
功能:用于构建PackMap

PackSearcher类

位置:src/Pack/PackSearcher.php
功能:用于在PackMap里搜索特定的Pack

歌曲

Song类

位置:src/Song/Song.php
功能:单一歌曲的模型

SongMap类

位置:src/Song/SongMap.php
功能:歌曲映射
使用注意:请用SongMapBuilder来获取本类的实例

SongMapBuilder类

位置:src/Song/SongMapBuilder.php
功能:用于构建SongMap

SongSearcher类

位置:src/Song/SongSearcher.php
功能:用于在SongMap里搜索特定的Song

世界模式

Map类

位置:src/World/Map.php
功能:世界模式里地图的模型 使用注意:请用MapParser获得本类的实例

MapParser类

位置:src/World/MapParser.php
功能:用于解析世界模式里的梯子Raw数据

Step类

位置:src/World/Step.php
功能:世界模式里地图上台阶的模型 使用注意:请用StepParser获得本类的实例

StepParser类

位置:src/World/StepParser.php
功能:用于解析世界模式里梯子的台阶

贡献

欢迎各位大佬贡献代码,本库使用GPL-2.0许可证授权。


All versions of arcaea-data-model with dependencies

PHP Build Version
Package Version
Requires php Version >7.1.0
ext-json Version *
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 razesoldier/arcaea-data-model contains the following files

Loading the files please wait ....