Download the PHP package screenfeed/autowpdb without Composer
On this page you can find all versions of the php package screenfeed/autowpdb. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download screenfeed/autowpdb
More information about screenfeed/autowpdb
Files in screenfeed/autowpdb
Download screenfeed/autowpdb
More information about screenfeed/autowpdb
Files in screenfeed/autowpdb
Vendor screenfeed
Package autowpdb
Short Description Create and use custom database tables in WordPress.
License GPL-2.0
Homepage https://github.com/Screenfeed/autowpdb
Package autowpdb
Short Description Create and use custom database tables in WordPress.
License GPL-2.0
Homepage https://github.com/Screenfeed/autowpdb
Please rate this library. Is it a good library?
Informations about the package autowpdb
AutoWPDB
Allows to manage custom database tables in WordPress.
Requires php 7.0 and WordPress 4.9.6. With php 7.1+, can be used with WordPress 4.7.
What you will be able to do
- Decide if your custom table is network-wide or site-wide in a multisite environment,
- Create your table,
- Update your table structure,
- Determine if your table is ready to be used,
- Create custom CRUD methods, based on the basic ones provided,
- Provide default values,
- Cast and serialize values automatically.
How to install
With composer:
How to use
Create 1 or 2 classes and you're ready:
- One that "defines" your custom table (name, default values, value types, schema, etc) by extending TableDefinition\AbstractTableDefinition,
- Optionally, one containing your CRUD methods by extending CRUD\Basic.
Example:
Please take a look at this plugin to see an example of use.
All versions of autowpdb with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
The package screenfeed/autowpdb contains the following files
Loading the files please wait ....