Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buibr/yii2-srt2vtt
https://github.com/buibr/yii2-srt2vtt
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/buibr/yii2-srt2vtt
- Owner: buibr
- Created: 2019-01-24T19:33:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-24T19:45:02.000Z (almost 6 years ago)
- Last Synced: 2024-04-25T18:20:54.515Z (9 months ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Srt2Vtt
=======
Convert SRT filest to VTTInstallation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist buibr/yii2-srt2vtt "*"
```or add
```
"buibr/yii2-srt2vtt": "*"
```to the require section of your `composer.json` file.
Usage
-----Once the extension is installed, simply use it in your code by :
```php
= \buibr\AutoloadExample::widget(); ?>```