PHP library for FastSpring API
A wrapper library for PHP developers working with FastSpring's API
This is a small Symfony bundle that implements a custom version strategy which uses the current Git commit short-hash as the version identifier. This will change the URL of your assets from this: /css/style.css to something like /css/styles.css?v=b4703f8
Using your project's current commit hash as a version identifier will ensure that you assets always match the current version of your project by eliminating browser caching issues.
For more information, check out the GitHub repository that is linked below.