adt / onesky
Integration of OneSky API into Nette Framework
Installs: 14 133
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 15
Forks: 0
Open Issues: 0
Requires
- nette/neon: ~2.3 || ~3.0
- onesky/api-library-php5: ^1.0
- symfony/console: ~2.3 || ^3.0 || ^4.0
README
In your config.local.neon
set:
parameters:
oneSky:
apiKey: ********************************
apiSecret: ********************************
projectId: 123456
extensions:
onesky: ADT\OneSky\DI\OneSkyExtension
onesky:
apiKey: %oneSky.apiKey%
apiSecret: %oneSky.apiSecret%
projectId: %oneSky.projectId%
To download all translations run:
php web/console.php adt:onesky -d