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

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

NEW-PROJECT:新規開発環境プロジェクト

NEW-PROJECT は SOCKET-MANAGER Framework を使ったソケット通信サーバーの新規プロジェクト開発テンプレートです。
主に TCP/UDP ソケット通信、カスタムプロトコル、ビジネスロジックを PHP で開発するための環境と雛形を提供します。Laravel との連携も可能です。


【 概要 】

このプロジェクトは、ソケット通信のサーバーアプリケーションを素早く立ち上げ、独自のプロトコルやビジネスロジックを実装できるようにするための開発環境です。プロトコル部やコマンド(ビジネスロジック)部は自由に定義できますが、対象プロトコルに関する知識が必要になります。事前にアーキテクチャを確認することを推奨します。


【 特徴 】


【 インストールと動作確認 (Quick Start) 】

プロジェクトルートで CLI を使ってメイン処理クラスを生成します。ここでは例として MainForTest を作成します。

  1. メイン処理クラスの生成

出力例(成功時):

  1. 生成したコマンドが登録されているか確認

出力の Usage セクションに app:main-for-test が追加されていることを確認してください。例:

  1. サーバー起動(例: ポート 10000)

  2. 別端末でポートが LISTEN されているか確認(Windows PowerShell 例)

期待される出力例:


【 使い方の例 】

詳細はプロジェクトのドキュメントを参照してください。


【 ドキュメント 】

詳しい使用方法やアーキテクチャの説明は下記のドキュメントを参照してください。

これらのページには用語や内部設計の説明もあるため、初めて触る場合は先に目を通すことを推奨します。


【 Laravel連携 】

このプロジェクトは Laravel と連携できます。連携手順やサンプルは下記を参照してください。


【 Contact Us 】

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


【 License 】

MIT, see LICENSE file.


All versions of new-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/new-project contains the following files

Loading the files please wait ...