vrata icon indicating copy to clipboard operation
vrata copied to clipboard

API gateway implemented in PHP and Lumen

Results 21 vrata issues
Sort by recently updated
recently updated
newest added

Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.6.1 to 1.8.5. Release notes Sourced from guzzlehttp/psr7's releases. 1.8.5 See change log for changes. 1.8.4 See change log for changes. 1.8.3 See change log for changes....

dependencies

Bumps [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) from 2.0.21 to 2.0.31. Release notes Sourced from phpseclib/phpseclib's releases. 2.0.31 X509: always parse the first cert of a bundle (#1568) SSH2: behave like putty with broken publickey...

dependencies

Please, I would like help to understand how to define the routes that will be triggered in the API Gateway and will call the microservices endpoints. Help like this.

I searching this code and dont see register routes. When i use routes */oauth/token and send grant_type='password', client_id, client_secret i must send username and password too. When i find it?...

Hi I was looking to the implementation but still don't know how to interact with a service. It is possible to see an example with a simple service? Also a...

Maybe I'm over stretching this, but I'm trying to run the php artisan command from a fresh vrata instalation usgin the composer create-project, and it keeps saying the message ```...

Hi there, I've been trying to migrate a full monolithic app to microservices, and so far Vrata has been the best option that I could find, but I'm not sure...

Hi there I'm using plenty of your vrata-gateway-code in my own api-gateway and your code helped me very much on my way. But now I figured out a problem when...

Olá!!! Primeiro parabéns pelo recurso disponibilizado. Espetacular. Sugiro a inclusão da opção do OpenID para o command: ParseServices: if ($data['openapi'] && preg_match('/^3\./', $data['openapi']) && isset($data['paths'])) return $this->injectSettings($this->parseSwaggerTwo($data), $url, $docRoot, $serviceId);...