phoxy / clap
Make html snapshot for search engines
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Language:JavaScript
Requires
- enelar/phpantomjs: ~0.0
This package is auto-updated.
Last update: 2025-01-07 22:20:45 UTC
README
=== Making snapshot of phoxy
=== Installing
Add to your composer.json
"config":
{
"bin-dir": "bin"
},
"scripts":
{
"post-package-install":
[
"PhantomInstaller\\Installer::installPhantomJS"
]
}
Add to your warmup.js (or create your lazy config)
OnFirstPageRendered: function()
{
if (typeof window.callPhantom == 'function')
window.callPhantom('clap');
}