文件名称:php-vast:生成和解析VAST文档
文件大小:39KB
文件格式:ZIP
更新时间:2024-02-27 08:31:18
php video xml media banner
PHP-VAST :white_medium_star: PHP上的VAST广告生成器和解析器库。 眼镜 VAST 2.0规范: : VAST 3.0规范: : VAST 4.0规格: VAST 4.1规格: 安装 通过composer安装库: composer require sokil/php-vast 快速开始 // create document $ factory = new \ Sokil \ Vast \ Factory (); $ document = $ factory -> create ( '4.1' ); // insert Ad section $ ad1 = $ document
【文件预览】:
php-vast-2.0
----.gitignore(21B)
----src()
--------Document()
--------Ad()
--------Document.php(5KB)
--------Creative()
--------ElementBuilder.php(3KB)
--------Factory.php(2KB)
----.travis.yml(216B)
----LICENSE(1KB)
----composer.json(1KB)
----CHANGELOG.md(2KB)
----README.md(7KB)
----tests()
--------Stub()
--------FactoryTest.php(1KB)
--------data()
--------AbstractTestCase.php(663B)
--------DocumentTest.php(17KB)
--------phpunit.xml(539B)
--------ElementBuilderTest.php(2KB)