Download the PHP package pickles2/px2-sitemapexcel without Composer

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

pickles2/px2-sitemapexcel

Linux Windows
master
develop

pickles2/px2-sitemapexcel は、Pickles 2 のサイトマップを、 Excel 形式 (*.xlsx) で編集できるようにするプラグインです。

本来の Pickles 2 のサイトマップは、CSV形式で記述されます。 CSVはもっとも単純で基本的なデータ形式の1つで、コンピューターが処理するには扱いやすいフォーマットですが、人間が編集するには不便なこともありました。 このプラグインを導入することで、より直感的でグラフィカルな Excel 形式 (*.xlsx) で編集することができるようになります。

Excel ファイルの操作には、 phpoffice/phpexcel を利用しています。

※旧名 pickles-sitemap-excel-2 から px2-sitemapexcel へ名称変更されました。

導入手順 - Setup

1. composer.json に pickles2/px2-sitemapexcel を追加

require の項目に、"pickles2/px2-sitemapexcel" を追加します。

2. config.php に、機能を追加

設定ファイル config.php (通常は ./px-files/config.php) を編集します。 before_sitemap のどこか(例では最後)に、tomk79\pickles2\sitemap_excel\pickles_sitemap_excel::exec を追加します。

Pickles 2 の設定をJSON形式で編集している方は、config.json の該当箇所に追加してください。

3. サイトマップディレクトリのパーミッション設定

macOS や Linux系 の OS ではこの操作が必要な場合があります。

4. サイトマップディレクトリに sitemap.xlsx を設置

エクセルファイルは、このリポジトリに同梱されている sitemap.xlsx をサンプルに作成してみてください。

編集したファイルは、あなたの Pickles 2 のサイトマップディレクトリ(通常は ./px-files/sitemaps/) に置きます。次回、ブラウザでアクセスした最初に、同名のCSVファイル(sitemap.xlsx なら、sitemap.csv)が自動的に更新されます。その後も、エクセルのタイムスタンプが更新されるたびに、CSVファイルは自動更新されます。

逆に、XLSXファイルよりも新しいCSVファイルがある場合は、XLSXファイルがCSVファイルの内容に従って更新されます。

オプション - Options

更新履歴 - Change log

pickles2/px2-sitemapexcel v2.3.2 (2024年2月18日)

pickles2/px2-sitemapexcel v2.3.1 (2023年11月13日)

pickles2/px2-sitemapexcel v2.3.0 (2023年4月22日)

pickles2/px2-sitemapexcel v2.2.2 (2023年3月11日)

pickles2/px2-sitemapexcel v2.2.1 (2023年2月11日)

pickles2/px2-sitemapexcel v2.2.0 (2022年1月8日)

pickles2/px2-sitemapexcel v2.1.0 (2020年6月21日)

pickles2/px2-sitemapexcel v2.0.12 (2020年6月21日)

pickles2/px2-sitemapexcel v2.0.11 (2019年5月21日)

pickles2/px2-sitemapexcel v2.0.10 (2019年4月19日)

pickles2/px2-sitemapexcel v2.0.9 (2019年1月11日)

pickles2/px2-sitemapexcel v2.0.8 (2017年9月14日)

pickles2/px2-sitemapexcel v2.0.7 (2017年5月29日)

pickles2/px2-sitemapexcel v2.0.6 (2016年10月20日)

pickles2/px2-sitemapexcel v2.0.5 (2016年8月24日)

pickles2/px2-sitemapexcel v2.0.4 (2016年7月27日)

pickles2/px2-sitemapexcel v2.0.3 (2016年2月9日)

tomk79/px2-sitemapexcel v2.0.2 (2015年8月7日)

tomk79/pickles-sitemap-excel-2 v2.0.1 (2015年3月19日)

tomk79/pickles-sitemap-excel-2 v2.0.0 (2014年12月24日)

ライセンス - License

MIT License

作者 - Author

開発者向け情報 - for Developer

テスト - Test


All versions of px2-sitemapexcel with dependencies

PHP Build Version
Package Version
Requires php Version >=7.3
tomk79/filesystem Version ^1.0
phpoffice/phpspreadsheet Version ^1.13
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 pickles2/px2-sitemapexcel contains the following files

Loading the files please wait ....