Download the PHP package tomedio/stripe-symfony without Composer
On this page you can find all versions of the php package tomedio/stripe-symfony. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tomedio/stripe-symfony
More information about tomedio/stripe-symfony
Files in tomedio/stripe-symfony
Package stripe-symfony
Short Description Stripe integration for Symfony applications with Doctrine and API Platform
License MIT
Homepage https://tomedio.github.io/stripe-symfony/
Informations about the package stripe-symfony
Stripe Bundle for Symfony
A Symfony bundle for seamless integration of Stripe payments into your Symfony applications with Doctrine ORM and API Platform support.
Features
- Symfony Integration: Seamlessly integrates with Symfony, Doctrine ORM, and API Platform
- Customer Management: Easily manage customers with billing address support
- Subscription Handling: Complete subscription lifecycle with trial period support
- Invoice Tracking: Track and manage invoices with automatic status updates
- Webhook Processing: Built-in webhook handling with Symfony events
- Pay-per-action Support: Implement usage-based billing for your API
- Prepaid Credits System: Allow users to purchase and use credits
- Secure Checkout: Process payments securely via Stripe Checkout
Quick Installation
1. Configure Symfony Flex (Optional)
This bundle provides custom Symfony Flex recipes to simplify the installation process. To use them, add the following to your application's composer.json
file:
2. Install via Composer
3. Register the bundle
4. Add environment variables
The bundle will automatically create the necessary configuration files during installation. You just need to add the required environment variables to your .env
file:
Documentation
For detailed implementation guides, interface references, and examples, please visit our comprehensive documentation:
https://tomedio.github.io/stripe-symfony/
The documentation includes:
- Complete installation and configuration instructions
- Interface implementation examples
- Subscription plan management
- Webhook handling
- API Platform integration
- Pay-per-action implementation
- Credit system setup
- And much more!
License
This bundle is released under the MIT License.
All versions of stripe-symfony with dependencies
symfony/framework-bundle Version ^6.0|^7.0
symfony/dependency-injection Version ^6.0|^7.0
symfony/config Version ^6.0|^7.0
symfony/http-kernel Version ^6.0|^7.0
symfony/yaml Version ^6.0|^7.0
doctrine/orm Version ^2.10
doctrine/doctrine-bundle Version ^2.5
api-platform/core Version ^3.0
stripe/stripe-php Version ^10.0