Skip to content

Releases: rakshitbharat/pythoninphp

v2.1.2: Modernized PythonInPHP (V2 Rebuild)

Choose a tag to compare

@rakshitbharat rakshitbharat released this 27 Jun 08:35

Release v2.1.2: Modernized PythonInPHP (The V2 Rebuild)

We have completely rebuilt the package from scratch to provide a robust, modern, and secure way to execute Python scripts from PHP and Laravel.

🌟 Key Changes

  • Symfony Process Integration: Swapped legacy popen() / exec() execution for the robust Symfony\Component\Process\Process component. This automatically secures argument passing and prevents command injection.
  • Auto-Discovery Cross-Platform Paths: Integrated Symfony ExecutableFinder to automatically search and find Python paths (python3, python, or py) on macOS, Windows, and Linux out-of-the-box.
  • Laravel Integration: Built a dedicated PythonServiceProvider for config caching compatibility and a clean Python Facade for elegant developer syntax.
  • Fluent Process Configurations: Added state-safe fluent builders returning cloned immutable instances:
    • Python::withTimeout(int|float|null $timeout)
    • Python::withWorkingDirectory(string $cwd)
    • Python::withEnv(array $env)
  • Comprehensive Debugging Exception: Rewrote standard exceptions to pull exit codes and merge standard output alongside standard error for rapid troubleshooting.
  • Complete IDE Autocomplete: Enriched Facade docblocks for full static auto-completion in modern IDEs like VS Code and PhpStorm.
  • Containerized Testing: Configured Dockerfile and docker-compose.yml to allow platform-independent testing via PHP 8.2 Alpine environments.

1.4

1.4

Choose a tag to compare

@rakshitbharat rakshitbharat released this 12 Mar 05:52
a2febe0
Update composer.json

Multi OS Support

Choose a tag to compare

@rakshitbharat rakshitbharat released this 25 Feb 14:06
1.3

- Added windows support.

Minor bug fix

Choose a tag to compare

@rakshitbharat rakshitbharat released this 25 Feb 13:49
1.2

- Initial commit

Read me fix

Choose a tag to compare

@rakshitbharat rakshitbharat released this 25 Feb 13:44
1.1

- Initial commit

Initial Release

Choose a tag to compare

@rakshitbharat rakshitbharat released this 25 Feb 13:30

Shree Ganesh