2017 © Pedro Peláez
 

library webmention

Webmention package from Apiary Indieweb support

image

apiaryhq/webmention

Webmention package from Apiary Indieweb support

  • Wednesday, November 18, 2015
  • by darrenmothersele
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Apiary Webmention Support

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

A PHP Webmention client, for PSR-7 responses. Part of the Apiary IndieWeb support packages., (*2)

This package is compliant with PSR-1, PSR-2, PSR-4 and PSR-7. If you notice compliance oversights, please send a patch via pull request., (*3)

Webmention is a modern alternative to Pingback, and one of the building blocks of the independent web. For more information about Webmentions see IndieWeb, Webmention.org and Webmention.io., (*4)

Install

Via Composer, (*5)

``` bash $ composer require apiary/webmention, (*6)


## Usage ``` php $client = new Apiary\Webmention\Client(); $client->send($source, $target);

You can provide an optional logger to the client:, (*7)

``` php $client->setLogger($logger);, (*8)


## Change log Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently. ## Testing Initially, this package is using a separate running webmention enpoint to test against. You'll need to run the following before the tests will run: * https://github.com/pfefferle/node-webmention-testendpoint * https://github.com/voxpelli/node-webmention-testpinger ``` bash $ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*9)

Security

If you discover any security related issues, please email darren@apiaryhq.com instead of using the issue tracker., (*10)

Credits

License

The MIT License (MIT). Please see License File for more information., (*11)

The Versions

18/11 2015

dev-master

9999999-dev

Webmention package from Apiary Indieweb support

  Sources   Download

MIT

The Requires

 

The Development Requires