In many applications (especially where dependency injection is used), it's preferable to not have libraries that rely on global state.
The Stripe PHP library currently takes the approach that every call is done via a static method. While it's fine to retain this as an option, it would be nice if actual objects could be leveraged.