mobilecart / hwioauthbundle
Mobile Cart OAuth integration with HWI/OAuthBundle
Installs: 48
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
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: 2024-11-09 19:33:36 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