An open API service indexing awesome lists of open source software.

https://github.com/empatisoft/devextreme-php

Devextreme PHP Library
https://github.com/empatisoft/devextreme-php

Last synced: 5 months ago
JSON representation

Devextreme PHP Library

Awesome Lists containing this project

README

          

## Devextreme PHP Backend Service
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.