-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (38 loc) · 2.53 KB
/
index.html
File metadata and controls
39 lines (38 loc) · 2.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
layout: default
---
<main class="container page">
<div class="row">
<div class="col-lg-12">
<h1>GravatarPHP <small>Use and manage your Gravatar</small></h1>
<div class="logo"></div>
<section id="about">
<h2>About</h2>
<p>By the time of this writting there are three pages of <a href="https://gravatar.com">Gravatar</a> clients written in PHP and listed on <a href="https://packagist.org">Packagist</a>. 60% of them are framework agnostic, the rest are created for a specific framework (Laravel, Nette, Kohana, Silex to name a few). Some of the packages are not maintained anymore (3 years old package), some of them does not have a repository behind (they are deleted from Github). By further inspection it turns out that some of them does not even have a README or documentation. So out of 45 packages (there are 15 packages on one page) 5 or six deserves to be mentioned at all. That's a shame. (See: Phil Sturgeon's <a href="https://philsturgeon.uk/php/2014/10/20/php-wars-attack-of-the-clones/">PHP Wars</a> post.) This initiative tries to collect the best ideas from all existing implementations to provide an easy to use, but a powerfull tool to integrate Gravatar into applications. Some new, never seen tools will also be introduced.</p>
</section>
<div class="alert alert-info" role="alert"><strong>To package authors!</strong> You are more than welcome to contribute your projects to this initiative. This is not trying to be the de facto implementation, also the fact that I didn't find any decent one doesn't mean there aren't any.</div>
<section id="components">
<h2>Components</h2>
<div class="row">
<article class="col-lg-4">
<h3><a href="https://github.com/gravatarphp/xmlrpc-api">XML-RPC API</a></h3>
<p>Connect to Gravatar through XML-RPC to manage your addresses and images. Under the hood it uses <a href="https://github.com/lstrojny/fxmlrpc">lstrojny/fxmlrpc</a>.</p>
</article>
<article class="col-lg-4">
<h3><a href="https://github.com/gravatarphp/gravatar">Gravatar (URL Builder)</a></h3>
<p>Build URLs to your avatar and profile. This is commonly called a Gravatar package.</p>
</article>
</div>
</section>
<section id="integrations">
<h2>Integrations</h2>
<div class="row">
<article class="col-lg-4">
<h3><a href="https://github.com/gravatarphp/twig-integration">Twig</a></h3>
<p>Integrates Gravatar into <a href="http://twig.sensiolabs.org">Twig</a> templating engine.</p>
</article>
</div>
</section>
</div>
</div>
</main>