Download the PHP package thettler/pht without Composer
On this page you can find all versions of the php package thettler/pht. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package pht
Short Description This is my package pht
License MIT
Homepage https://github.com/thettler/pht
Informations about the package pht
PHT: Something like Typescript but for PHP
:exclamation: :exclamation: This is only a prototype and a Proof of concept. It is not meant to be used seriously and has a lot of bugs. You can read about it here PHT: Building Typescript for PHP. But feel free to contribute and spin the idea even further :exclamation: :exclamation:
This is just a little proof of concept for everybody to play around. For a better explanation read the article on bitbench.dev - PHT: Building Typescript for PHP
Installation
You can install the package via composer:
Usage
To start the watcher
by default, it will look inside the 'app' directory for any .pht files and compiles them into the '.pht' directory.
Autoload
To enable auto-loading find your autoload.php
require and call right after the Thettler\Pht\PHT::autoload($loader)
.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Tobias Hettler
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of pht with dependencies
league/flysystem Version ^3.0
react/event-loop Version ^1.3
symfony/console Version ^6.0
symfony/process Version ^6.0