An open API service indexing awesome lists of open source software.

https://github.com/owenvoke/vidox

A simple video hosting script using only 1 file.
https://github.com/owenvoke/vidox

hosting pdo php single-page-site video

Last synced: about 1 year ago
JSON representation

A simple video hosting script using only 1 file.

Awesome Lists containing this project

README

          

# vidox

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Style CI][ico-styleci]][link-styleci]
[![Code Coverage][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]

A simple video hosting script using only 1 file.

## Structure

```
public/
resources/
vendor/
```

## Install

Via Composer

``` bash
$ composer require pxgamer/vidox
```

## Usage

Example Name | Example URL
------------ | --------------
Home Example | https://vidox.pxgamer.xyz
Video Example | https://vidox.pxgamer.xyz/5802ae4ce0581
Upload Example | https://vidox.pxgamer.xyz/upload

*Please note that you cannot upload to the demo site.*

## Change log

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Testing

``` bash
$ composer test
```

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.

## Security

If you discover any security related issues, please email owzie123@gmail.com instead of using the issue tracker.

## Credits

- [pxgamer][link-author]
- [All Contributors][link-contributors]

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

[ico-version]: https://img.shields.io/packagist/v/pxgamer/vidox.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/pxgamer/vidox/master.svg?style=flat-square
[ico-styleci]: https://styleci.io/repos/70950538/shield
[ico-code-quality]: https://img.shields.io/codecov/c/github/pxgamer/vidox.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/pxgamer/vidox.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/pxgamer/vidox
[link-travis]: https://travis-ci.org/pxgamer/vidox
[link-styleci]: https://styleci.io/repos/70950538
[link-code-quality]: https://codecov.io/gh/pxgamer/vidox
[link-downloads]: https://packagist.org/packages/pxgamer/vidox
[link-author]: https://github.com/pxgamer
[link-contributors]: ../../contributors