Download the PHP package workplacebuddy/adaptive-card without Composer
On this page you can find all versions of the php package workplacebuddy/adaptive-card. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download workplacebuddy/adaptive-card
More information about workplacebuddy/adaptive-card
Files in workplacebuddy/adaptive-card
Download workplacebuddy/adaptive-card
More information about workplacebuddy/adaptive-card
Files in workplacebuddy/adaptive-card
Vendor workplacebuddy
Package adaptive-card
Short Description Classes and enums to generate Adaptive Card elements
License MIT
Package adaptive-card
Short Description Classes and enums to generate Adaptive Card elements
License MIT
Please rate this library. Is it a good library?
Informations about the package adaptive-card
Adaptive Cards for PHP
Classes and enums to generate Adaptive Card elements
Definitions are generated from the schema.
Usage
Most of the classes are available in the AdaptiveCard
namespace:
AdaptiveCard/AdaptiveCard
for the main cardAdaptiveCard/Colors
to fiddle with some colors- Etc..
Some more specific elements are in their own namespaces, like the actions and the inputs:
AdaptiveCard\Action\OpenUrl
to open an URL when clickedAdapticeCard\Input\Text
to ask for some text- Etc..
All elements can be found here: https://adaptivecards.io/explorer/, everything should be available -- the elements are generated directly from the manifest/schema.
All elements also have a static method to quickly create a single element:
make
.
For example
How to generate
All versions of adaptive-card with dependencies
PHP Build Version
Package Version
Requires
php Version
~8.1
The package workplacebuddy/adaptive-card contains the following files
Loading the files please wait ....