Download the PHP package tomk79/rencon without Composer

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

rencon - 蓮根

Linux Windows
master
develop

rencon は、手軽にサッと使えるブラウザベースの簡易サーバー管理ツールです。

PHPスクリプト 1ファイルの構成で、使いたいときにすぐに使え、使い終わったら容易に削除してしまえます。 GUIベースのウェブアプリケーションなので、普段コマンド操作に慣れていない方でも操作できます。

提供される機能は次の通りです。

インストール手順 - Install

dist ディレクトリにある rencon.phpを、 お使いのウェブサーバーのドキュメントルート以下の任意の場所に配置して、 ウェブブラウザからアクセスします。

例: 手動で設置する場合

例: curl コマンドを使う場合

テキストエディタで開き、適宜設定を書き換えます。(任意)

設定する - Configuration

rencon.php をテキストエディタで開くと、先頭付近には、

で始まる設定ゾーンが記述されています。

$conf の値を書き換えて、rencon の機能を制御することができます。

ログインユーザー設定

rencon の初期画面は、ログイン画面から始まります。 $conf->users に 登録されたユーザーが、ログインを許可されます。 ユーザーIDを キー に、sha1ハッシュ化されたパスワード文字列を 値 に持つ連想配列で設定してください。 ユーザーは、複数登録できます。

ユーザーを登録しない場合は、ログインなしで使用できます。 そうしたい場合は、$conf->usersnull に設定してください。

無効にする機能

データベース接続情報設定

データベースに接続するために必要な情報を設定します。 連想配列で複数の接続先を設定できます。

ファイル一覧のルートディレクトリ

表示させないパスのリスト

編集できなくするパスのリスト

システム要件 - System Requirement

(!) 使用上の注意

このツールは、サーバー上の、本来ブラウザから見えてはならない情報を見えるようにするものです。 第三者に悪用されると大変危険です。

更新履歴 - Change log

rencon v0.0.1 (2020年2月7日)

開発者向け情報 - for Developer

ビルド - Build

テスト - Test

ライセンス - License

MIT License

作者 - Author


All versions of rencon with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
ext-pdo 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 tomk79/rencon contains the following files

Loading the files please wait ....