承接 qeti/simple-podata 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

qeti/simple-podata

最新稳定版本:v0.9.7

Composer 安装命令:

composer require qeti/simple-podata

包简介

Library for simple use OData with POData library

README 文档

README

What is this?

Implementation of DataService and QueryProvider classes, what helps to make easy start with OData.

Who is using it?

  • It's instrument for PHP developers, who want use OData with minimum efforts.

Installation

PHP 5.4 or higher is required to use it.

Installation is recommended to be done via composer. Add the following to the require and repositories sections in composer.json of Yii2 project:

    "require": {
       "qeti/SimplePOData": ">=0.9.1"
    }

Run composer update afterwards.

Usage

TODO: to be documented

Try to open links:

  • http:///odata.svc/$metadata

  • http:///odata.svc/Products?$format=json&$skip=1&$top=14&$inlinecount=allpages&$filter=code eq 'book'

  • http:///odata.svc/Products/$count?&$filter=code eq 'book'

  • http:///odata.svc/Products(2465)

For more details about URL format, see OData documentation.

Am I free to use this?

This library is open source and licensed under the MIT License. This means that you can do whatever you want with it as long as you mention my name and include the license file. Check the license for details.

Contact

Feel free to contact me using email.

统计信息

  • 总下载量: 1.72k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 1
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-09-26