mobilecart / hwioauthbundle
Mobile Cart OAuth integration with HWI/OAuthBundle
Package info
github.com/mobilecart/mobilecarthwioauthbundle
Type:symfony-bundle
pkg:composer/mobilecart/hwioauthbundle
dev-master
2016-07-18 02:28 UTC
Requires
- php: >=5.5.24
- doctrine/common: 2.4.*
- doctrine/dbal: 2.4.*
- doctrine/orm: 2.4.*
- hwi/oauth-bundle: 0.*
- symfony/framework-bundle: ~2.8
This package is not auto-updated.
Last update: 2026-03-01 02:33:17 UTC
README
Mobile Cart OAuth integration with HWI/OAuthBundle
How to Install:
- composer require mobilecart/hwioauthbundle:dev-master
- enable the 2 bundles in app/AppKernel.php :
- new HWI\Bundle\OAuthBundle\HWIOAuthBundle(),
- new MobileCart\HWIOAuthBundle\MobileCartHWIOAuthBundle(),
- update/reload Doctrine schema with app/console
- merge/over-write the default Mobile Cart app/config/security.yml with the supplied Resources/config/security.yml
- see the supplied Resources/config/routing.yml and follow the directions regarding what to add and remove
- append the supplied Resources/config/config.yml to your app/config/config.yml and add your account details