PHP Integration API
The PHP Integration API is a collection of PHP functions that allow you to access and update your Verb data. Verb's PHP integration provides access to all of your data, but not necessarily with the same ease or finesse as VerbML.
We think that almost anything is doable within VerbML, but we provide the PHP Integration API as a fallback to ensure that we can handle any situation.
If you are reading this guide straight through, it is probably worth skimming through each function to see all the things that are possible in the PHP Integration API. Beyond that, it is mostly useful as a reference.
Table of Contents:
- verb()
- verb_asset()
- verb_cache()
- verb_cdn_url()
- verb_create()
- verb_customer()
- verb_data_path()
- verb_data_url()
- verb_disable_verbml()
- verb_file()
- verb_flash()
- verb_image() and verb_sizedimage()
- verb_image_grey()
- verb_image_reflect()
- verb_imagesize()
- verb_loggedin()
- verb_multipart_mail()
- verb_permalink()
- verb_redirect()
- verb_richtext()
- verb_store_add_item_to_cart()
- verb_store_add_shipping_method()
- verb_store_cart_item()
- verb_store_cart_items()
- verb_store_create_coupon_code()
- verb_store_create_tax_rate()
- verb_store_current_user()
- verb_store_destroy_all_tax_rates()
- verb_store_destroy_coupon_code()
- verb_store_destroy_tax_rate()
- verb_store_discount_code()
- verb_store_find_coupon_code()
- verb_store_orders()
- verb_store_recent_order()
- verb_store_remove_from_cart()
- verb_store_total_weight()
- verb_store_update_cart_item()
- verb_store_update_coupon_code()
- verb_store_update_order_status()
- verb_store_update_tax_rate()
- verb_style()
- verb_text()
- verb_tick()
- verb_update()
- verb_video()
- verb_watermark()
Cancel


