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
- Host: GitHub
- URL: https://github.com/indieweb/php-original-post-discovery
- Owner: indieweb
- License: mit
- Created: 2014-01-20T18:58:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-14T16:15:12.000Z (about 9 years ago)
- Last Synced: 2024-10-29T19:01:05.044Z (7 months ago)
- Language: HTML
- Size: 42 KB
- Stars: 7
- Watchers: 16
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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