Download the PHP package konekt/xtend without Composer
On this page you can find all versions of the php package konekt/xtend. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor konekt
Package xtend
Short Description Library to support creating extendable, plugin-aware applications
License MIT
Homepage https://github.com/artkonekt/xtend
Package xtend
Short Description Library to support creating extendable, plugin-aware applications
License MIT
Homepage https://github.com/artkonekt/xtend
Please rate this library. Is it a good library?
Informations about the package xtend
Plugin Features for PHP
Requirements
- PHP 8.2+
Features
- Registries
- Hooks
Installation
You can install the package via composer:
Usage
Registries
The following example shows a sample registry that holds reference to various PaymentGateway implementations.
Steps:
- Create a class
- Add the
Registry
interface - Use the
HasRegistry
andRequiresClassOrInterface
traits - Add the
$requiredInterface
static property, and set the interface
Having that, other developers can add new payment gateways:
All versions of xtend with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
The package konekt/xtend contains the following files
Loading the files please wait ....