Download the PHP package davidpersson/indexed without Composer
On this page you can find all versions of the php package davidpersson/indexed. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download davidpersson/indexed
More information about davidpersson/indexed
Files in davidpersson/indexed
Package indexed
Short Description Increase and control index-ability of your site; PHP library for generating sitemaps and controlling all the robots.
License BSD-3-clause
Informations about the package indexed
| |\ | | \ | \/ | | \ | | | |/ |__ /_ |_ |__/ -- Increase and control index-ability of your site.
Synopsis
A PHP library for generating sitemaps and controlling all the robots.
Features
- Sitemap XML with full schema definitions
- Generate sitemaps and siteindexes
- Support for images in sitemaps
- Enforces sitemap size constraints
- All directives from Robots Exclusion Standard 1.0
- All directives from Robots Exclusion Standard 2.0
- Additional support for unofficial 'Sitemap' and 'Crawl-Delay' extensions
Usage
Creating XML for sitemap with images:
Creating a siteindex:
Control all the lovely robots:
Copyright & License
Indexed is Copyright (c) 2013-2014 David Persson if not otherwise stated. The code is distributed under the terms of the BSD 3-clause License. For the full license text see the LICENSE file.
Installation
The preferred installation method is via composer. You can add the library as a dependency via:
$ composer require davidpersson/indexed
Running the Tests
This library is continously integrated. Please check the following URL for information on the status of the latest builds:
http://travis-ci.org/#!/davidpersson/indexed
Tests for this library are PHPUnit based. To run the tests you'll need to have PHPUnit installed[1]. Following command will run all the tests.
$ phpunit
[1] http://www.phpunit.de/manual/current/en/installation.html
All versions of indexed with dependencies
ext-dom Version *