natilosir / orm-wordpress
A lightweight PHP ORM package for WordPress
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=5.6
This package is not auto-updated.
Last update: 2025-07-04 07:29:54 UTC
README
A lightweight and powerful Object-Relational Mapping (ORM) implementation for WordPress, bringing Eloquent-style syntax and fluent query building to WordPress database operations.
Requirements
- PHP 5.4 or higher
- WordPress 4.0 or higher
- Composer (for installation)
Installation
- Install via Composer:
composer require natilosir/ORM-WordPress
- Move the ORM to your WordPress plugins directory:
php vendor/natilosir/orm-wordpress/move-to-plugins.php
- Activate the plugin through WordPress admin panel.
Documentation For complete documentation, usage examples, and API reference, please visit: