https://github.com/codevate/blog-twilio-stripe-integration
A companion project for our blog posts on integrating Twilio and Stripe in a Symfony project.
https://github.com/codevate/blog-twilio-stripe-integration
doctrine-orm php premium-access stripe stripe-api stripe-elements stripe-payment stripe-payments symfony-application symfony2 twilio twilio-api twilio-php twilio-voice
Last synced: 12 days ago
JSON representation
A companion project for our blog posts on integrating Twilio and Stripe in a Symfony project.
- Host: GitHub
- URL: https://github.com/codevate/blog-twilio-stripe-integration
- Owner: Codevate
- Created: 2017-08-04T20:29:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T11:32:54.000Z (over 6 years ago)
- Last Synced: 2025-03-24T16:45:51.026Z (29 days ago)
- Topics: doctrine-orm, php, premium-access, stripe, stripe-api, stripe-elements, stripe-payment, stripe-payments, symfony-application, symfony2, twilio, twilio-api, twilio-php, twilio-voice
- Language: PHP
- Homepage:
- Size: 811 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Premium Blog
A companion Symfony project for our blog post on integrating [Twilio](https://twilio.com/) and [Stripe](https://stripe.com/).

## Getting started
Install dependencies:
```
composer install
```Create the database, setup the schema, and load the fixtures:
```
php app/console doctrine:database:create --if-not-exists
php app/console doctrine:schema:update --force
php app/console doctrine:fixtures:load
```Start the server:
```
php app/console server:run
```Use [ngrok](http://ngrok.io) to tunnel to the server:
```
ngrok http 8000
```You can now log in with the username and password `test` at http://xxxxxxxx.ngrok.io/login
## Credits
- [Clean Blog template](https://startbootstrap.com/template-overviews/clean-blog/) provided by [David Miller](http://davidmiller.io/).
## About Codevate
Codevate is a specialist [UK mobile app development company](https://www.codevate.com/) that builds cloud-connected software. This repository was created for a blog post about a [custom web application development](https://www.codevate.com/services/web-development) project and was written by [Chris Lush](https://github.com/lushc).