PHPackages                             jjacobstech/roqqu - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. jjacobstech/roqqu

ActiveLibrary[API Development](/categories/api)

jjacobstech/roqqu
=================

This is Roqqu's SDK for Laravel

1.0.0(9mo ago)021PHPPHP ^8.1

Since Jul 26Pushed 9mo agoCompare

[ Source](https://github.com/jjacobstech/RoqquSDK)[ Packagist](https://packagist.org/packages/jjacobstech/roqqu)[ RSS](/packages/jjacobstech-roqqu/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Roqqu
=====

[](#roqqu)

This is Roqqu's SDK for Laravel application

After installation, copy this to your .env file

Copy this to your env file

```
ROQQU_PRIVATE_KEY=RAKPRAV66p544g6df59a63f5cf5715a456cac1c4bab613a9032a8ea9fd6fe3e3df4356217cb6f851748263021966
ROQQU_PUBLIC_KEY=RAKPUD0cba90c6jo06c95d884a51135eefb700ec98b8bd40df4dc702d296caa61748263021966
ROQQU_URL=`https://roqqu-api.redocly.app/_mock/apis/`
```

Then run:

```
PHP artisan vendor:publish --tag=roqqu-config
```

to publish the config file to laravel config foldere

```
