文件名称:NodrewEmbedlyBundle:Symfony2捆绑包,用于与Embedly服务一起使用
文件大小:35KB
文件格式:ZIP
更新时间:2024-05-24 02:17:02
PHP
Embedly Bundle for Symfony2 与以下网站的Embedly服务配合使用: ://www.embedly.com 支持的API: :完整 :几乎完成-模型响应结构可能会更改。 :几乎完成-模型响应结构可能会更改。 注意:Preview和Objectify端点需要付费帐户才能使用。 如果尝试使用免费帐户从其中一项服务中获取数据,将返回错误并导致引发LogicException。 安装说明 下载NodrewEmbedlyBundle 配置自动加载器 启用捆绑 添加您的Embedly提供程序密钥 步骤1:下载NodrewEmbedlyBundle 最终,应将NodrewEmbedlyBundle文件下载到vendor/bundles/Nodrew/Bundle/EmbedlyBundle目录。 可以通过多种方式完成此操作,具体取决于您的偏好。 第一种方法是
【文件预览】:
NodrewEmbedlyBundle-master
----composer.json(379B)
----.travis.yml(224B)
----NodrewEmbedlyBundle.php(336B)
----DependencyInjection()
--------NodrewEmbedlyExtension.php(2KB)
--------Configuration.php(1KB)
----vendor()
--------vendors.php(711B)
----Service()
--------ObjectifyClient.php(536B)
--------PreviewClient.php(528B)
--------OEmbedClient.php(528B)
--------Client.php(4KB)
----Factory()
--------ResponseFactoryInterface.php(544B)
--------PreviewFactory.php(703B)
--------OEmbedFactory.php(1KB)
--------ObjectifyFactory.php(709B)
----Model()
--------QueryArguments.php(8KB)
--------Response()
----Resources()
--------config()
----.gitignore(24B)
----Tests()
--------bootstrap.php(173B)
--------autoload.php.dist(715B)
--------DependencyInjection()
--------Service()
--------Factory()
--------Model()
----phpunit.xml.dist(583B)
----Connection()
--------CurlConnection.php(956B)
--------CurlResponse.php(2KB)
----README.md(7KB)
----Exception()
--------ServiceException.php(294B)
--------ParameterMatchException.php(990B)