mention-client-php icon indicating copy to clipboard operation
mention-client-php copied to clipboard

Client library for sending webmention and pingback notifications

Results 4 mention-client-php issues
Sort by recently updated
recently updated
newest added

I've got this case where an endpoint ( `` in the page's HTML) is not discovered if not explicitly wrapped in (double?) quotes. Not yet sure if an issue with...

use some defaults and allow overriding

Currently the `findOutgoingLinks` method will return any mf2 property that is a URL, regardless of the element the value came from. For example, `` will be considered a link, even...

Currently the `findOutgoingLinks` function naively [looks only at the first](https://github.com/indieweb/mention-client-php/blob/54aa38347313df7a4400d9f6afa0a78f425d84ee/src/IndieWeb/MentionClient.php#L248) mf2 object in `items`. Here is the proposed solution: Add a parameter to `findOutgoingLinks` that accepts the source URL of...