PhlyMongo:ZF2模块,用于处理Mongo服务,结果集和分页

时间:2024-05-21 06:14:45
【文件属性】:

文件名称:PhlyMongo:ZF2模块,用于处理Mongo服务,结果集和分页

文件大小:20KB

文件格式:ZIP

更新时间:2024-05-21 06:14:45

PHP

PhlyMongo-用于Mongo集成的ZF2模块 PhlyMongo提供了以下内容以帮助在ZF2中使用Mongo: 保湿Mongo结果集 Mongo分页器适配器 用于水合结果集的Mongo分页器适配器 Mongo,MongoDB和MongoCollection类的可配置服务工厂 安装 最简单的方法是将以下内容添加到composer.json : { "minimum-stability" : "dev" , "require" : { "phly/phly-mongo" : "~1.0-dev" } } 然后运行: php composer.phar install 或者,使用git将其安装为子模块: git submodule add git://github.com/phly/PhlyMongo vendor/PhlyMongo


【文件预览】:
PhlyMongo-master
----composer.json(1KB)
----.travis.yml(746B)
----phpunit.xml(216B)
----vendor()
--------.gitignore(128B)
----test()
--------MongoCollectionFactoryTest.php(1KB)
--------RangedHydratingPaginatorAdapterTest.php(2KB)
--------HydratingMongoCursorTest.php(3KB)
--------Bootstrap.php(2KB)
--------MongoDbFactoryTest.php(992B)
--------TestAsset()
--------MongoGridFsFactoryTest.php(1KB)
--------RangedPaginatorAdapterTest.php(1KB)
--------MongoConnectionFactoryTest.php(1KB)
--------TestConfig.php.dist(522B)
--------.gitignore(15B)
--------PaginatorAdapterTest.php(1KB)
--------HydratingPaginatorAdapterTest.php(2KB)
--------AbstractTestCase.php(2KB)
----phpcs.xml(696B)
----Module.php(414B)
----src()
--------HydratingMongoCursor.php(2KB)
--------PaginatorAdapter.php(672B)
--------MongoDbFactory.php(755B)
--------HydratingPaginatorAdapter.php(656B)
--------RangedPaginatorAdapter.php(1KB)
--------MongoCollectionFactory.php(788B)
--------RangedHydratingPaginatorAdapter.php(1KB)
--------MongoGridFsFactory.php(703B)
--------MongoConnectionFactory.php(1KB)
----.gitignore(22B)
----README.md(4KB)

网友评论