Download the PHP package kyleleber/runescape without Composer

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

CONTENTS OF THIS FILE

INTRODUCTION

The runescape module provides functionality used to integrate a runescape private server source base into the Drupal application through a series of routes, controllers, and extendable services. The main runescape module contains configuration entities for NPCs and Items, containing the original RSC ids and descriptions that are used to sync the game server to these entities. The list is currently incomplete, but is a work-in-progress to get them updated and added. This system also allows for custom items and npcs.

This module has no dependencies on any other modules.

Packaged within are a handful of sub-modules that can be optionally added for additional features.

runescape_account_management

The account management module provides an integration between the game server and a drupal form to create new in-game accounts and link them through the Drupal account. This module also allows in-game account migrations to happen from various other runescape private servers through parsing their highscores table.

runescape_highscores

The highscores module provides an integration between the game server and Drupal to create a tabular view of in-game account stats and experiences and ranks them against other players.

runescape_map_tracking

The map tracking module privates an integration between the game server and Drupal to create a player-tracking map. This utilizes the coordinates that the in-game character is currently at, and overlays it on a map of the base-level map areas. Currently, only the ground level works for tracking.

runescape_server_integration The server integration module is a base module that is used by the other submodules as the interface between Drupal's database and the external database.

REQUIREMENTS

This module has no other module dependencies.

INSTALLATION

Follow the standard installation of any Drupal module. Upon installation, configuration entities will be created for npcs and items. A new administrative configuration menu item will be created at /admin/config/runescape.

CONFIGURATION

No manual configuration is necessary for enabling this module.

TROUBLESHOOTING

N/A

FAQ

N/A

MAINTAINERS

Kyle Leber [email protected]


All versions of runescape with dependencies

PHP Build Version
Package Version
No informations.
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 kyleleber/runescape contains the following files

Loading the files please wait ....