idm-io / r-handler
Symfony2 bundle for integration with php-r library that provides ability to run R scripts from PHP
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 3 492
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.9
- symfony/framework-bundle: ~2.0
This package is not auto-updated.
Last update: 2019-12-27 15:08:26 UTC
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: