empatisoft / devextreme-php
Devextreme components with php
Fund package maintenance!
dev-master
2022-10-31 05:54 UTC
Requires
- php: ^7.4
- ext-json: *
This package is not auto-updated.
Last update: 2026-03-03 19:43:44 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.