Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxnowack/track-loaded-files
track and verify if page files were loaded
https://github.com/maxnowack/track-loaded-files
Last synced: 25 days ago
JSON representation
track and verify if page files were loaded
- Host: GitHub
- URL: https://github.com/maxnowack/track-loaded-files
- Owner: maxnowack
- Created: 2014-07-23T12:46:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-23T12:49:59.000Z (over 10 years ago)
- Last Synced: 2024-10-03T08:48:43.794Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Track-Loaded-Files
==================This class can track and verify if page files were loaded.
It can generate URLs that for links and other page elemements for serving files dynamically.
The class can keep track of linked and downloaded files using session variables, so it can verify if the user browser has really loaded the linked files.
*Original creation date is 2014-03-12. I've just migrated to github. Source:
http://www.phpclasses.org/package/6827-PHP-Track-and-verify-if-page-files-were-loaded.html*