idm-io/r-handler 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

idm-io/r-handler

最新稳定版本:0.3

Composer 安装命令:

composer require idm-io/r-handler

包简介

Symfony2 bundle for integration with php-r library that provides ability to run R scripts from PHP

README 文档

README

About

Handles and abstract data exchanges between PHP and R.

Installation

Add this to your composer.json file:

"require": {
	"idm-io/r-handler": "dev-master",
}

Add the bundle to app/AppKernel.php

$bundles = array(
	// ... other bundles
	new Idm\RHandlerBundle\IdmRHandlerBundle(),
);

Configuration

Add this to your config.yml:

idm_r_handler:
    #default /tmp
    runtime_folder:
    #default 'Rscript'
    rScript_full_path:

Data Exchange Specification

统计信息

  • 总下载量: 3.49k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 3
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-04-27