php-vast

Generating and parsing VAST documents

MIT License

Downloads
115K
Stars
81
Committers
11

Bot releases are visible (Hide)

php-vast - 2.2.1 Latest Release

Published by sokil over 1 year ago

  • Allows setting the Description and AdServingId of an Inline ad.
php-vast - 2.2.0

Published by sokil over 1 year ago

  • Add support for InteractiveCreativeFile as per 4.1 VAST specification
php-vast - 2.1.1

Published by sokil over 2 years ago

Stand With Ukraine

Free world

As you already know, russia invaded Ukraine on 24 of February 2022, at 5.00 AM the armed forces of the Russian Federation attacked Ukraine. Please, Stand with Ukraine, stay tuned for updates on Ukraine’s official sources and channels in English and support Ukraine in its fight for freedom and democracy in Europe.

https://ukraine.ua/news/stand-with-ukraine/

Ways to support Ukraine

#StandWithUkraine

Россияне

Cпасите жизни своих сограждан, помогите остановить войну.

Форма для поиска пропавших: https://bit.ly/3hrAjGA.
Больше инфо здесь: https://200rf.com

Тelegram-каналы:

Проверяйте факты, помогите нам распространить правду, вы не услышыте ее в новостях. Помогите остановить войну. Делайте хоть чтото, не молчите.


php-vast - 2.1.0

Published by sokil over 3 years ago

PHP 8 support added

php-vast - 2.0

Published by sokil about 5 years ago

  • Support PHP 7.1.3 and above
  • Removed deprecated Document::toString(), use casting object to string
  • Removed deprecated document builders Document::create(), Document::fromFile(), Document::fromString(), use Factory instead
php-vast - 1.0

Published by sokil about 5 years ago

  • Support Closed Caption Files
  • Version 1.0 supports PHP 5.3 - 7.3
php-vast - 0.6

Published by sokil about 5 years ago

  • Added support of id and adId attributes of creative element.
  • Added ability to create own elements and attributes through custom ElementBuilder, see Custom Specification Support section of manual.
php-vast - 0.5.4

Published by sokil over 5 years ago

Added support of "loaded" linear creative event

php-vast - 0.5.3

Published by sokil over 5 years ago

UniversalAdId added due to VAST 4.0 specification. UniversalAdId required in response beginning with VAST 4.0 (paragraph 3.7.1)

php-vast - 0.5.2

Published by sokil over 5 years ago

Add offset to progress event tracking.

See specification 2.3.2.3 "Progress Event"
https://www.iab.com/wp-content/uploads/2015/06/VASTv3_0.pdf

php-vast - 0.5.1

Published by sokil almost 6 years ago

  • AdParameters changed from createAdparameters to setApParameters
php-vast - 0.5

Published by sokil almost 6 years ago

Add support of some VPAID attributes

php-vast -

Published by sokil over 6 years ago

  • Fixed 'Document::getAdSections()'. Previously root DOM element was set to first child which may be text node. Now it points to InLine or Wrapper element.
  • Now may be specified id of Impression in AbstractAdNode::addImpression
php-vast - 0.4.7

Published by sokil over 6 years ago

  • Fixed AbstractNode::getValuesOfArrayNode. Affected AbstractAdNode::getErrors() and AbstractAdNode::getImpressions() if multiple nodes in array found. Array always contain first node instead of values of all nodes.
php-vast - 0.4.6

Published by sokil over 6 years ago

  • Fix adding Extension to Ad\InLine section
  • Now Extensions can be created for Ad\Wrapper also
php-vast - 0.4.5

Published by sokil over 6 years ago

  • Method AbstractAdNode::getSequence now return int instead of numeric string
php-vast - 0.4.4

Published by sokil over 6 years ago

Allow define sequence for Ad

php-vast - 0.4.3

Published by sokil almost 7 years ago

Fix get ad section

php-vast -

Published by sokil almost 7 years ago

Returned deprecated method setImpresion to Inline Ad

php-vast - 0.4.1

Published by sokil almost 7 years ago

Fix linear namespace