PHP Classes

Missing files?

Recommend this page to a friend!

      PHP Embed Video  >  All threads  >  Missing files?  >  (Un) Subscribe thread alerts  
Subject:Missing files?
Summary:only see embed_video.php
Messages:5
Author:Terry Woody
Date:2023-04-22 03:52:17
 

  1. Missing files?   Reply   Report abuse  
Picture of Terry Woody Terry Woody - 2023-04-22 03:52:17
Please forgive me lack of knowledge, but are there missing files?

include('embed_video.php');
include('filecacheclass.php');
include('xml_parser.php');
include('youtube_client.php');

Thanks.

  2. Re: Missing files?   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2023-04-23 12:38:03 - In reply to message 1 from Terry Woody
Hello,

Thank you for your question.

Those class files are from other packages that are dependencies.

If you use Composer to install this package in a project, those dependency class files are loaded automatically.

If you do not use Composer, the links to the other packages are in the download package of this class package, as you may see on the page below.

Do you suggest a better place to show these package dependency classes that could be more obvious to you?

phpclasses.org/package/12853-PHP-Em ...

  3. Re: Missing files?   Reply   Report abuse  
Picture of Terry Woody Terry Woody - 2023-04-24 22:59:49 - In reply to message 2 from Manuel Lemos
Thank you for your reply.

I screen reader does not do a good job of reading requirements within a php file.

I just assumed that if there were requirements to use composer it would have been in the readme, my bad.

  4. Re: Missing files?   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2023-04-26 10:09:30 - In reply to message 3 from Terry Woody
Hello Terry,

Sorry, I was not aware that you are using a screen reader.

To make it better for you, I just added a readme file with links to the dependency packages, as well as URLs in the example test_video_details.php .

phpclasses.org/package/12853-PHP-Em ...

I also published a new tutorial article on how to use this package to embed content with lazy loading that you can read here:

phpclasses.org/blog/package/12853/p ...

Just let me know if you have more improvement suggestions.

  5. Re: Missing files?   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2023-04-26 10:09:34 - In reply to message 3 from Terry Woody
Hello Terry,

Sorry, I was not aware that you are using a screen reader.

To make it better for you, I just added a readme file with links to the dependency packages, as well as URLs in the example test_video_details.php .

phpclasses.org/package/12853-PHP-Em ...

I also published a new tutorial article on how to use this package to embed content with lazy loading that you can read here:

phpclasses.org/blog/package/12853/p ...

Just let me know if you have more improvement suggestions.