ang3 / php-odoo-orm
PHP object relational mapper (ORM) for Odoo databases.
Installs: 2 200
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 5
Open Issues: 1
Requires
- php: ^7.2.5
- ang3/php-odoo-api-client: ^6.0
- doctrine/annotations: ^1.0
- ocramius/proxy-manager: ^2.2
- symfony/cache: ^4.2 || ^5.0
- symfony/property-access: ^4.2 || ^5.0
- symfony/serializer: ^4.2 || ^5.0
- symfony/string: ^5.0
Requires (Dev)
- roave/security-advisories: dev-master
README
PHP object relational mapper (ORM) for Odoo databases. This component allows you to manage your Odoo records as mapped objects.
This component uses package ang3/php-odoo-api-client as client.
Beta stable version 0.* - Follow package updates carefuly.
Requirements
Please see the requirements from package ang3/php-odoo-api-client.
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-orm
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Summary
/!\ Development in progress /!\