Download the PHP
package janci/sitemap-generator without Composer
On this page you can find all versions of the php package
janci/sitemap-generator. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor janci Package sitemap-generator Short Description Generator to sitemap with scanner website based on html elements a. License
GPL-3.0+
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.
Sitemap Generator is PHP library to generate sitemap.xml from page link. Scan process searches a-href
elements on the page and creates map with links (without links to external pages). Scanning can be used only for one page, when will
gets links from the input link. Second option is using scanner to scan recursively. For this option scanner will
scan all found links on website. Scanner accepts links starting with "/" or with domain name (website URL).
Scanning process takes several minutes to build sitemap for bigger pages or with slower internet connection. The best practise is to run
script from command line (CLI), not from website using web server.
Installation
The best way how to install Sitemap Generator is using Composer:
Sitemap Generator requires PHP 5.3.0 or later.
Usage examples
To find all links on the website, use:
To get result as sitemap.xml, use:
Previous two examples use recursive scanning (default). For single page scan is required to set "false" as second
parameter of method SitemapGenerator::scanSite:
To show progress information can be used handler function. Handler must be registered before calling scanSite method.
Thats' all!
All versions of sitemap-generator with dependencies
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 janci/sitemap-generator contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.