Download the PHP package nikos06/ez-sitemap-bundle without Composer

On this page you can find all versions of the php package nikos06/ez-sitemap-bundle. 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 ez-sitemap-bundle

Blend Ez Sitemap Bundle

This bundle generates a dynamic sitemap based on your ezpublish stored content. It has two options, a route which generates content when a user visit, or an ezpublish/console command to manually generate the sitemap.xml (e.g. with a cron job). If you are using a front cache like varnish, the first option should work well. Otherwise, the scheduled task may be a better option.

This bundle does not support advanced options like custom routes or multiple sites. It should be considered unstable and alpha-quality, and configuration options may change and break things.

Installation

use composer to require the latest package from packagist. Full release versions, e.g. from "0.0.1" to "1.0.0" will almost certainly break your configuration and your site.

Configuration

For 1.x releases, the following configuration options are used in your ezpublish.yml or config.yml

allowed_sections is a list of either ezpublish section Ids or section names. To not limit by section, use a an empty array, e.g. [] allowed_content_types is a list of content_type_identifiers. Set to [] to not limit content types. main_url is the protocol + domain for the base domain for the sitemap.

If you encounter an error about user not having access to 'view' 'section', your user (probably anonymous) does not have permission to get a list of sessions. You can either grant this permission, or use the section IDs instead of names in the allowed_sections.

Running the command

To run the command from your console:

This will add the sitemap file to the default location, 'web/sitemap.xml'


All versions of ez-sitemap-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
ezsystems/ezpublish-kernel Version @dev
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 nikos06/ez-sitemap-bundle contains the following files

Loading the files please wait ...