Download the PHP package arraypress/wp-register-flyouts without Composer

On this page you can find all versions of the php package arraypress/wp-register-flyouts. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package wp-register-flyouts

Register Flyouts

Edit a record in a panel that slides in, instead of navigating away to a form and back.

What it does

Editing one field on one row should not cost a page load, a form, and a redirect that loses your place in the table. A flyout keeps the list on screen and puts the record beside it.

Building one means a panel, a REST endpoint, loading, saving and validation. This is that, from a description of the fields — the same field types the rest of the admin uses.

Features

Installation

Quick start

Then wherever the record appears:

Who may edit what

A flyout's capability decides who may open it, save it and press its buttons; a button may ask for more with action_capability. What it does not decide is which record: the item_id a request carries reaches your load, save, delete and action callbacks as sent, and this library never sees the object it names. Whether the current user may touch that particular record is your check — in the callbacks, or through the wp_flyout_rest_capability_{prefix} filter, which receives the capability, the flyout id and the request and can return a different capability for a different record.

Amounts are major units

Any component that shows money — line items, the price summary, the refund form — takes 148.00 to mean one hundred and forty-eight, and reads the number of decimal places from the currency.

Requirements

License

GPL-2.0-or-later


All versions of wp-register-flyouts with dependencies

PHP Build Version
Package Version
Requires php Version >=8.3
arraypress/wp-composer-assets Version dev-main
arraypress/wp-field-kit Version dev-main
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package arraypress/wp-register-flyouts contains the following files

Loading the files please wait ...