GravatarBundle:Symfony2的Gravatar API的简单包装-提供可配置的服务和模板帮助器

时间:2024-03-15 07:10:38
【文件属性】:

文件名称:GravatarBundle:Symfony2的Gravatar API的简单包装-提供可配置的服务和模板帮助器

文件大小:14KB

文件格式:ZIP

更新时间:2024-03-15 07:10:38

PHP

墓碑捆绑 不推荐使用 安装 将此捆绑包添加到您的项目composer.json " require " : { " ornicar/gravatar-bundle " : " ~1.0 " } 运行composer update以安装捆绑软件并重新生成自动装带器 $ composer update ornicar/gravatar-bundle 将此捆绑包添加到应用程序的内核中: // application/ApplicationKernel.php public function registerBundles () { return array ( // ... new Ornicar \ GravatarBundle \ OrnicarGravatarBundle (), // ... ); } 在


【文件预览】:
GravatarBundle-master
----OrnicarGravatarBundle.php(300B)
----Resources()
--------config()
----phpunit.xml.dist(573B)
----.php_cs.dist(818B)
----Tests()
--------GravatarApiTest.php(2KB)
--------Twig()
--------bootstrap.php(568B)
--------Templating()
----GravatarApi.php(4KB)
----README.markdown(2KB)
----.flintci.yml(29B)
----.travis.yml(722B)
----LICENSE(1KB)
----Twig()
--------GravatarExtension.php(2KB)
----DependencyInjection()
--------Configuration.php(802B)
--------OrnicarGravatarExtension.php(882B)
----Makefile(68B)
----.gitignore(47B)
----Templating()
--------Helper()
----composer.json(1KB)

网友评论