An open API service indexing awesome lists of open source software.

https://github.com/indieweb/php-original-post-discovery

A set of PHP functions for determining the canonical URL for a post, given a POSSEd copy
https://github.com/indieweb/php-original-post-discovery

Last synced: 2 months ago
JSON representation

A set of PHP functions for determining the canonical URL for a post, given a POSSEd copy

Awesome Lists containing this project

README

        

# php-original-post-discovery

A set of PHP functions for determining the canonical URL for a post, given a POSSEd copy. A partial implementation of the algorithm outlined at [original-post-discovery](http://indiewebcamp.com/original-post-discovery).

A demo can be found [on waterpigs.co.uk/services/original-post](http://waterpigs.co.uk/services/original-post/).

## Usage

Install using [Composer](https://getcomposer.org) `./composer.phar require indieweb/original-post-discovery:dev-master`.

```php