ang3/php-odoo-dbal
最新稳定版本:v0.1.0
Composer 安装命令:
composer require ang3/php-odoo-dbal
包简介
PHP Odoo Database Abstraction Layer (DBAL)
README 文档
README
This component allows you to manage your Odoo instance as database like Doctrine by managing records.
This library uses the PHP Odoo API client >=8.x with JSON-RPC by default.
Main features
- Record manager - Main entrypoint of DBAL API
- Schema - Get models and fields metadata
- Custom metadata caching
- Types converter and custom types
- Query builder to make queries easily
- Repositories for built-in methods and reusable queries
- Lazy result for massive data (select/search)
Installation
Open a command console, enter your project directory and execute the following command to download the latest stable version of the client:
$ composer require ang3/php-odoo-dbal
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Usage
Please read the documentation.
Tests
To run tests:
$ git clone git@github.com:Ang3/php-odoo-dbal.git $ composer install $ vendor/bin/simple-phpunit
License
This software is published under the MIT License.
统计信息
- 总下载量: 107
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-01-17