faker-stripe

🤡 A Provider for FakerPHP that Generates Fake but Structurally Correct IDs for Stripe API Resources.

MIT License

Downloads
16.8K
Stars
87
Committers
1

Bot releases are visible (Hide)

faker-stripe - v3.2.0 Latest Release

Published by JonPurvis 2 months ago

What's Changed

Full Changelog: https://github.com/JonPurvis/faker-stripe/compare/v3.1.0...v3.2.0

faker-stripe - v3.1.0

Published by JonPurvis 11 months ago

faker-stripe - v3.0.0

Published by JonPurvis 12 months ago

What's Changed

Full Changelog: https://github.com/JonPurvis/faker-stripe/compare/v2.7.0...v3.0.0

faker-stripe - v2.7.0

Published by JonPurvis 12 months ago

What's Changed

Full Changelog: https://github.com/JonPurvis/faker-stripe/compare/v2.6.0...v2.7.0

faker-stripe - v2.6.0

Published by JonPurvis about 1 year ago

What's Changed

Full Changelog: https://github.com/JonPurvis/faker-stripe/compare/v2.5.0...v2.6.0

faker-stripe - v2.5.0

Published by JonPurvis about 1 year ago

faker-stripe - v2.4.0

Published by JonPurvis about 1 year ago

What's Changed

Full Changelog: https://github.com/JonPurvis/faker-stripe/compare/2.3.0...v2.4.0

faker-stripe - v2.3.0

Published by JonPurvis over 1 year ago

What's Changed

Full Changelog: https://github.com/JonPurvis/faker-stripe/compare/2.2.0...2.3.0

faker-stripe - v2.2.0

Published by JonPurvis over 1 year ago

Changed

  • stripeProductTaxCodeId() has been changed to generate an ID closer to what Stripe would generate. Numeric rather than Alphanumeric.

Full Changelog: https://github.com/JonPurvis/faker-stripe/compare/2.1.0...2.2.0

faker-stripe - v2.1.0

Published by JonPurvis over 1 year ago

Added

  • stripeFinancialConnectionTransactionRefreshId()
  • stripeTaxTransactionLineItemId()
  • stripeWebhookApplicationId()

Full Changelog: https://github.com/JonPurvis/faker-stripe/compare/2.0.0...2.1.0

faker-stripe - v2.0.0

Published by JonPurvis over 1 year ago

Added

  • added extra methods for the rest of Stripe's resources (#4)

Changed

  • added table to readme (#3)
  • updated stripeFeeId() to stripeApplicationFeeId() (#3)
  • added pluralisation to resource names in readme by (#5)

Additional Notes

This release renames some of the existing methods so that they contain the type of resource they are. For example, previously we had stripeAccountId(), however this is now stripeConnectAccountId(). The reason for this change was to avoid a couple of conflicts with Stripe's naming convention e.g. Connect Accounts and Financial Connected Accounts, we needed to differentiate them in this package.

Full Changelog: https://github.com/JonPurvis/faker-stripe/compare/1.0.0...2.0.0

faker-stripe - v1.0.0

Published by JonPurvis over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/JonPurvis/faker-stripe/commits/1.0.0