Download the PHP package tomk79/px2-dec without Composer
On this page you can find all versions of the php package tomk79/px2-dec. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package px2-dec
px2-dec
px2-dec は、Pickles 2 に DEC 拡張機能を追加します。
Usage - 使い方
1. Pickles2 をセットアップ
2. composer.json に追記
3. composer を更新
4. px-files/config.php に追加
$conf->funcs->processor->html
にAPI設定を追加します。
tomk79\pickles2\dec\main::trim_dec()
は、埋め込まれたDECを削除します。tomk79\pickles2\dec\main::add_auto_dec()
は、URIパラメータ showDEC をつけると自動的にDECを表示するスクリプトを追加します。tomk79\pickles2\dec\main::exec()
は、$px->is_publishtool()
の値を参照し、自動的に振り分け処理を行います。
それぞれ、必要な機能を選択して設定してください。
DECモジュールを利用する場合、$conf->plugins->px2dt->paths_module_template
に ./vendor/pickles2/px2-dec/modules/
を追加。
開発者向け情報 - for Developer
テスト - Test
更新履歴 - Change log
pickles2/px2-dec v2.1.0 (2022年1月8日)
- サポートするPHPのバージョンを
>=7.3.0
に変更。 - PHP 8.1 に対応した。
pickles2/px2-dec v2.0.2 (2019年9月10日)
- PHP 7.3系 で起きるエラーを修正した。
pickles2/px2-dec v2.0.1 (2018年3月16日)
- 0バイトのコンテンツがある場合に Fatal Error が起きる不具合を修正した。
pickles2/px2-dec v2.0.0 (2016年8月30日)
- initial release.
ライセンス - License
Copyright (c)2001-2022 Tomoya Koyanagi, and Pickles 2 Project
MIT License https://opensource.org/licenses/mit-license.php
作者 - Author
- Tomoya Koyanagi [email protected]
- website: https://www.pxt.jp/
- Twitter: @tomk79 https://twitter.com/tomk79/
All versions of px2-dec with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3.0
The package tomk79/px2-dec contains the following files
Loading the files please wait ....