文件名称:OhInstagramBundle:使用 instaphp 作为 symfony2 服务
文件大小:35KB
文件格式:ZIP
更新时间:2024-07-22 23:47:35
PHP
OhInstagramBundle 此捆绑包已被弃用,取而代之的使用更新版本的@sesser 的 Instaphp 库 使用作为 Symfony2 服务 安装 通过添加到 composer.json 像往常一样安装这个包: "oh/instagram-bundle": "dev-master" 安装上述模块后,您需要更新您的作曲家 run the command “php composer.phar update” 在app/AppKernel.php注册包: // app/AppKernel.php public function registerBundles() { return array( // ... new Oh\InstagramBundle\OhInstagramBundle(), ); } app/config/
【文件预览】:
OhInstagramBundle-master
----.gitignore(155B)
----Resources()
--------views()
--------config()
----Controller()
--------InstagramController.php(8KB)
----composer.json(762B)
----TokenHandler()
--------TokenHandlerInterface.php(493B)
--------TokenManager.php(981B)
--------UserToken.php(2KB)
--------CookieToken.php(610B)
----README.md(4KB)
----DependencyInjection()
--------Configuration.php(879B)
--------OhInstagramExtension.php(881B)
----OhInstagramBundle.php(130B)
----Instaphp()
--------.gitignore(26B)
--------InstaphpException.php(272B)
--------Error.php(902B)
--------LICENSE(1KB)
--------WebRequestManager.php(332B)
--------Response.php(7KB)
--------Instaphp.php(4KB)
--------WebRequest.php(8KB)
--------Request.php(6KB)
--------README.md(4KB)
--------WebResponse.php(200B)
--------Instagram()