CouchbaseBundle:用于操作 Couchbase 文档的 Symfony2 包

时间:2024-07-12 11:55:56
【文件属性】:

文件名称:CouchbaseBundle:用于操作 Couchbase 文档的 Symfony2 包

文件大小:46KB

文件格式:ZIP

更新时间:2024-07-12 11:55:56

PHP

CouchbaseBundle 用于操作 Couchbase 文档的 Symfony2 包。 安装 通过 packagist 安装包是安装包的最快和最简单的方法。 以下是步骤: 第 1 步:作曲家要求 $ php composer.phar require "toiine/couchbasebundle":"dev-master" 第 2 步:在内核中启用捆绑包 <?php // app/AppKernel.php public function registerBundles () { $ bundles = array ( // ... new Toiine \ CouchbaseBundle \ ToiineCouchbaseBundle (), // ... ); } 配置 Resources/config/co


【文件预览】:
CouchbaseBundle-master
----.scrutinizer.yml(3KB)
----Resources()
--------jenkins()
--------config()
----ToiineCouchbaseBundle.php(947B)
----Connection()
--------Connection.php(1KB)
--------ConnectionInterface.php(704B)
----phpunit.xml.dist(1KB)
----Tests()
--------ToiineCouchbaseBundleTest.php(2KB)
--------Connection()
--------Manager()
--------Entity()
--------DependencyInjection()
--------Repository()
--------Serializer()
----Manager()
--------DocumentManager.php(2KB)
----.travis.yml(112B)
----LICENSE(34KB)
----Entity()
--------DocumentInterface.php(192B)
--------Document.php(1KB)
----DependencyInjection()
--------Compiler()
--------Configuration.php(3KB)
--------ToiineCouchbaseExtension.php(1KB)
----Repository()
--------Repository.php(2KB)
----README.md(3KB)
----Serializer()
--------Serializer.php(2KB)
--------SerializerInterface.php(586B)
----build.xml(6KB)
----.gitignore(39B)
----composer.json(910B)

网友评论