rakshitbharat / pythoninphp
This package can give you helper functions to run python files right from PHP.
Installs: 292
Dependents: 1
Suggesters: 0
Security: 0
Stars: 24
Watchers: 1
Forks: 5
Open Issues: 0
pkg:composer/rakshitbharat/pythoninphp
README
This package can give you helper functions to run python files right from PHP.
Installation
You can install the package via composer:
composer require rakshitbharat/pythoninphp
Usage
// Simply run python script in PHP by using Rakshitbharat\Pythoninphp\RunRun::thisFile('File path from Laravel Root') // For example Rakshitbharat\Pythoninphp\RunRun::thisFile('app/test.py')
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email rakshitbharatproject@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.