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
- Host: GitHub
- URL: https://github.com/empatisoft/devextreme-php
- Owner: empatisoft
- License: mit
- Created: 2022-10-26T08:44:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T05:54:31.000Z (over 3 years ago)
- Last Synced: 2025-08-30T16:47:50.181Z (10 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.