dreamfactory / df-script
DreamFactory(tm) Scripting Components
Installs: 15 986
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 11
Forks: 4
Open Issues: 6
Requires
- php: ^8.0
- dreamfactory/df-core: ~1.0
- dreamfactory/df-system: ~0.5
- dev-master
- 0.13.0
- 0.12.2
- 0.12.1
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.3
- 0.9.2
- 0.9.1
- 0.9.0
- dev-develop / 0.8.x-dev
- 0.8.3
- 0.8.2
- 0.8.1
- 0.8.0
- 0.7.0
- 0.6.x-dev
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.1
- 0.3.0
- 0.2.1
- 0.2.0
- 0.1.1
- 0.1.0
- dev-tech-stack-file
- dev-dependabot/composer/master/dreamfactory/df-system-approx-0.6
- dev-dependabot/composer/master/dreamfactory/df-core-approx-1.1
- dev-DP-303
- dev-add-nodejs-async-support
- dev-DP-204
- dev-yaroslavmo-bump-df-core
- dev-fix-github-2fa
- dev-add-scm-debug-info
- dev-laravel-upgrade
- dev-license-update
- dev-system-0.1.0
- dev-feature/update-server
This package is auto-updated.
Last update: 2024-11-07 01:03:27 UTC
README
Note: This repository contains the scripting features of the DreamFactory platform. If you want the full DreamFactory platform, visit the main DreamFactory repository.
Overview
DreamFactory(™) Script is a package built on top of the DreamFactory core, and as such retains the requirements of the df-core.
Documentation
Documentation for the scripting features can be found on the DreamFactory wiki.
Installation
Edit your project’s composer.json to require the following package.
“require”:{
"dreamfactory/df-script": "~0.6.0"
}
Feedback and Contributions
- Feedback is welcome in the form of pull requests and/or issues.
- Contributions should generally follow the strategy outlined in "Contributing to a project"
- All pull requests must be in a "git flow" feature branch and formatted as PSR-2 compliant to be considered.
License
This code is governed by a commercial license. To use it, you must follow refer to the LICENSE file.