Download the PHP package iet-ou/open-media-player without Composer

On this page you can find all versions of the php package iet-ou/open-media-player. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package open-media-player

Open Media Player

A mainstream audio and video player service that puts accessibility front and centre. We put the emphasis on ease of use for end-users and authors. From the The Open University.

Built on MediaElement.js, CodeIgniter and oEmbed.

See the open source project.

Requirements

Releases

Version 1.6.3

Version 1.3.2

Release 22 April 2016 /

Version 1.3.1

Release 31 March 2016 /

Version 1.3

Release 11 March 2016 / :

v1.2-1-gb9f13ac

Release 17 Aug/ Live: approx. 25 Aug 2015

v1.1-26-g731260f

Release: 5 Jan/ Live: 14 Jan 2015

v1.1-25-g535a7b7

Release: 17 Dec/ Live: 18 Dec 2014

v1.1-21-gba86785

Release: 5 Dec/ Live: 11 Dec 2014

v1.1-12-g1f75bbf

Release: 21 Nov/ Live: approx. 26 Nov 2014

v1.1-9-g17ff3ce

Release: ~2 Jun/ Live: 12 Jun 2014

v1.0-rc.1-32-gd251c7a

Release: ~10 Dec/ Live: 12 Dec 2013

v1.0-rc.1-0-gd0bb0cb

v0.95-beta-80-gd0bb0cb Release: 25 July/ Live: approx. 30 July 2013

Player fixes following LTS-tech-testing:

v0.95-beta-39-g584d305

Release: 31 May/ Live: approx. 21 June 2013

v0.95-beta-30-gcfe9c2d

Release: 20 May/ Live: approx. 23 May 2013

OU Player features:

OU Player bug fixes:

v0.95-beta-2-gb72490b

Release: 31 January/ Live: approx. 7 February 2013

OU Player features:

OU Player bug fixes:

OU Embed:

v0.9-beta-123-gfc4eaf3

Release: 10 December/ Live: 13 December 2012

OU Player bug fixes (September-December 2012):

Links

Installation

In brief, the steps for the installation of OU Media Player (non IT-EUD hosting) and OU-Embed are:

  1. Get the code, eg. $ git clone https://github.com/IET-OU/open-media-player.git
  2. Copy: application/config/embed_config.dist.php to application/config/embed_config.php
  3. Set $config['debug'],
  4. Set $config['podcast_feed_url_pattern'],
  5. Check $config['http_proxy'],
  6. Create a data directory with logs/ and oupodcast/ sub-directories, and set permissions (eg. $ chown -R apache:apache )
  7. Set the data directory $config['data_dir'] in application/config/embed_config.php,
  8. Set $config['log_path'] in application/config/config.php

Details and notes:

Ignore files

When importing to AllChange for IT-EUD hosting, please ensure that these files and directories are ignored/ deleted:

.git/*/*       -- ALL sub-directories/ files
.gitignore
_data/         -- To discuss(*)
_data/logs/*.php
_data/oupodcast/*.*
application/logs/*.php

() We need to either ignore the whole _data/ directory, or most of its contents, including `logs/.phpandoupodcast/*`. Then re-create - see install.

Include files

When importing to AllChange, please ensure that these files and directories are included/ implemented:

_data/          -- See [ignore](#ignore)
application/*/* -- ALL sub-directories/ files.. except for [ignored files](#ignore)
application/config/config.php       -- Including.. config.php
application/config/embed_config.php -- Including.. embed_config.php
docs/*          -- ALL files
system/*/*      -- ALL sub-directories/ files
.htaccess
.sams
index.php
license-ci.txt
README.md
robots.txt
version.json

Credits

Open Media Player: Copyright © 2010-2021 The Open University (IET).

For full credits and licenses see docs/CREDITS.txt


All versions of open-media-player with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.3
ext-curl Version *
ext-xml Version *
nfreear/composer-suggest Version ^1.1
johndyer/mediaelement Version 2.18.1
regex-guard/regex-guard Version ~1.0
iet-ou/open-media-player-core Version ^2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package iet-ou/open-media-player contains the following files

Loading the files please wait ....