Author: Manuel Lemos
Viewers: 48
Last month viewers: 2
Categories: Notable Packages
Travis is a popular continuous integration platform. It can automate tests and other tasks related with application building.
Often applications that are being tested need to be configured using custom values. This package can retrieve configuration values using the Travis API by retrieving and decrypting configuration data.
Read this article to learn more details about how this notable PHP package works.
Often applications that are being tested need to be configured using custom values. This package can retrieve configuration values using the Travis API by retrieving and decrypting configuration data.
Read this article to learn more details about how this notable PHP package works.

The package PHP Travis Encrypter is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.
The basic purpose is: Generate encrypted environment variable for Travis
Here follows in more detail what it does:
This package can generate encrypted environment variable for Travis.
There is a client class that retrieves an encryption key by sending a HTTP request to the Travis API.
Then the encryption class can encrypt an environment variable with a given name and value and returns the encrypted result as text using base64.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
The basic purpose is: Generate encrypted environment variable for Travis
Here follows in more detail what it does:
This package can generate encrypted environment variable for Travis.
There is a client class that retrieves an encryption key by sending a HTTP request to the Travis API.
Then the encryption class can encrypt an environment variable with a given name and value and returns the encrypted result as text using base64.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
You need to be a registered user or login to post a comment
1,617,618 PHP developers registered to the PHP Classes site.
Be One of Us!
Login Immediately with your account on:
Comments:
No comments were submitted yet.