empatisoft/devextreme-php

Devextreme components with php

dev-master 2022-10-31 05:54 UTC

This package is not auto-updated.

Last update: 2024-10-01 12:58:49 UTC


README

Devextreme components with php

Installing with Composer (Terminal)

Run the following command in the project home directory.

$ composer require empatisoft/devextreme-php:dev-master --prefer-source

Installing with Composer (JSON)

Add the require values of your composer.json file and run the "composer update" command.

"empatisoft/devextreme-php": "dev-master"

Manual Install

You can download the class and copy it to your project directory and use it.