Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2024-08-21 (1 month ago) | Not enough user ratings | Total: 20 This week: 1 | All time: 11,282 This week: 41 |
Version | License | PHP version | Categories | |||
laravel-python 1.0.0 | Custom (specified... | 7 | Console, Language, PHP 7 |
Description | Author | |||
This package can execute scripts written in Python. Innovation Award
|
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
You can install the package via composer:
composer require bhavingajjar/laravel-python
php artisan vendor:publish --provider="Bhavingajjar\LaravelPython\LaravelPythonServiceProvider" --tag="config"
Using Dependency injection
use Bhavingajjar\LaravelPython\LaravelPython;
$python = new LaravelPython();
$result = $python->run('hello.py');
Using Dependency injection
public function index(LaravelPython $python){
$result = $python->run('hello.py');
}
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email gajjarbhavin22@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
Files (17) |
File | Role | Description | ||
---|---|---|---|---|
.github (1 directory) | ||||
config (1 file) | ||||
src (3 files, 1 directory) | ||||
tests (1 file) | ||||
.editorconfig | Data | Auxiliary data | ||
.scrutinizer.yml | Data | Auxiliary data | ||
.styleci.yml | Data | Auxiliary data | ||
.travis.yml | Data | Auxiliary data | ||
CHANGELOG.md | Data | Auxiliary data | ||
composer.json | Data | Auxiliary data | ||
CONTRIBUTING.md | Data | Auxiliary data | ||
LICENSE.md | Lic. | License text | ||
phpunit.xml.dist | Data | Auxiliary data | ||
README.md | Doc. | Documentation |
Files (17) | / | src |
File | Role | Description | ||
---|---|---|---|---|
Commands (1 file) | ||||
LaravelPython.php | Class | Class source | ||
LaravelPythonFacade.php | Class | Class source | ||
LaravelPythonServiceProvider.php | Class | Class source |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.