Download the PHP package willwashburn/phpamo without Composer
On this page you can find all versions of the php package willwashburn/phpamo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download willwashburn/phpamo
More information about willwashburn/phpamo
Files in willwashburn/phpamo
Package phpamo
Short Description A PHP library to create urls for Camo - the SSL image proxy
License MIT
Homepage https://github.com/willwashburn/phpamo
Informations about the package phpamo
phpamo
A PHP library to create urls for Camo - the SSL image proxy :lock:
Note: It's pronounced Fa-fah-mo. I'll be honest, I've picked better names. Its like the "Name Game" for camo. Kind of. Ok whatever it doesn't make sense but the library still works!
For more infomration about Camo, please see the atmos/camo repository.
Installation
Alternatively, add to your composer.json
Usage
If you're just looking to get going with the defaults:
Perhaps you only want to camouflage urls that are http?
If you'd like to use query string urls instead of the default hex urls, just pass in the query string formatter when creating your object
Change Log
- v1.0.4 - Fix notice on scheme key when missing
- v1.0.1 - Fix httpOnly method
- v1.0.0 - Add support for query string formatted camo urls
- v0.0.2 - Fix namespacing issues
- v0.0.1 - Initial version
Credit
Thanks to Corey Donohoe for creating Camo.
Thanks to Andrew Kane for creating the ruby client on which this was based.
Contributing
Everyone is encouraged to help improve this project. Here are a few ways you can help:
- Report bugs
- Fix bugs and submit pull requests
- Write, clarify, or fix documentation
- Suggest or add new features