empatisoft / devextreme-php
Devextreme components with php
Fund package maintenance!
Patreon
Requires
- php: ^7.4
- ext-json: *
This package is not auto-updated.
Last update: 2025-03-04 14:51:45 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.