amiritedotcom / amirite-embed
There is no license information available for the latest version (1.0.4) of this package.
Package info
github.com/amiritedotcom/amirite-embed
Language:CSS
pkg:composer/amiritedotcom/amirite-embed
1.0.4
2019-05-05 12:09 UTC
Requires
- guzzlehttp/guzzle: ^6.3
README
Embed Amirite posts on a Website.
Rather than using an <iframe> which may not be supported (e.g. in a Cordova app) this has a PHP class to fetch a post and return its HTML. Some CSS is also provided here to style the post on the page.
Install
composer require --prefer-source amiritedotcom/amirite-embed:dev-master
Update
Because I've been lazy and not used git tags to version this you can update with:
composer clearcache; composer require --prefer-source amiritedotcom/amirite-embed:dev-master