dreamfactory / df-script
DreamFactory(tm) Scripting Components
Requires
- php: ^8.3
- dreamfactory/df-core: ~1.0.4
- dreamfactory/df-system: ~0.6.2
- laravel/helpers: ^1.8
Requires (Dev)
- laravel/framework: ^13.7
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- orchestra/testbench: ^11.0
- phpunit/phpunit: ^11.5.3
This package is auto-updated.
Last update: 2026-06-23 01:01:09 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 is a secure, self-hosted enterprise data access platform that provides governed API access to any data source, connecting enterprise applications and on-prem LLMs with role-based access and identity passthrough.
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.