Download the PHP package socket-manager/contents-project without Composer

On this page you can find all versions of the php package socket-manager/contents-project. 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 contents-project

CONTENTS-PROJECT:マインクラフト専用環境プロジェクト

マインクラフト向けのコンテンツ開発と運用を支援するプロジェクト環境です。WebSocket ベースの通信でサーバー側ロジックを活用し、スコアボードや複雑なコマンド運用に頼らずにコンテンツを実装できます。

「機雷の弓」を使って「いなずまの矢」の効果を同時発動 「機雷の弓」を使って「はかいの矢」の効果を同時発動

【 概要 】

CONTENTS-PROJECT は、Minecraft 向けのコンテンツを容易に作成・運用できる環境を提供します。サーバー側でイベント判定やゲームロジックを処理することで、運用の負担を軽減し、安定したマルチプレイヤー体験を実現します。

【 特徴 】

【 運用ポリシー 】

この環境は WebSocket サーバーを利用した運用を前提としています。スコアボードや複雑なコマンド判定に頼らず、サーバーサイドのプログラムでイベントや状態管理を行うことで、運用負荷の低減を目指します。基本的にファミリー向けで楽しく遊べるコンテンツを想定しており、現時点ではグローバル公開や商用利用を主目的としていません。

【 デモとベースプロジェクトについて 】

このプロジェクトはデモ環境("demo-project")をベースに構築しています。サーバーやクライアントの起動手順はデモ環境と同一です。詳細な実装やサンプルはドキュメントを参照してください。

【 サーバーの起動 】

プロジェクトルートで以下(コンテンツサーバーの例)を実行してください。

デフォルトポートや追加オプションはドキュメントを参照してください。

【 クライアントの起動 】

ブラウザ

jQuery / React のサンプル HTML を用意しています。任意のブラウザでファイルを開くか、静的ファイルサーバーに配置してアクセスしてください。

Minecraft(UWP)の接続方法

Minecraft 内のチャット画面から以下のコマンドを実行して接続できます。

接続後は通常のチャット操作が可能です。特定ユーザーへのプライベートメッセージは以下のフォーマットで送信できます。

注意: Minecraft(UWP)はループバック制限があるため、Windows 上で接続する場合は以下のコマンドでループバックアクセスを許可してください。

【 補足 / ドキュメント 】

詳細な実装やコンテンツの一覧はドキュメントを参照してください
https://socket-manager.github.io/document/minecraft-contents/

デモ環境の詳細な使い方
https://socket-manager.github.io/document/extra-demo.html

Laravel 連携方法
https://socket-manager.github.io/document/laravel.html

【 Contact Us 】

バグ報告やご要望などはこちらから受け付けております。

【 License 】

MIT, see LICENSE file.


All versions of contents-project with dependencies

PHP Build Version
Package Version
Requires socket-manager/library Version ~1.20.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 socket-manager/contents-project contains the following files

Loading the files please wait ...