Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not enough user ratings | Total: 73 | All time: 10,228 This week: 524 |
Version | License | PHP version | Categories | |||
php-travis-encrypter 1.0 | MIT/X Consortium ... | 5 | PHP 5, Tools, Cryptography, Web services |
The PHP API wrapper is to encrypt the travis-ci environment variables.
composer require lee/php-travis-encrypter
use Travis\Encrypter\Client;
use Travis\Encrypter\Encrypter;
$client = new Client('peter279k/php-travis-encrypter');
$result = $client->get();
$key = $result->getKey();
$encrypter = new Encrypter($key, 'name', 'value');
echo $encrypter->encrypt();
composer install
phpunit
I appreciate the contribution.Here is the tips for contributing project.
Files (13) |
File | Role | Description | ||
---|---|---|---|---|
src (1 directory) | ||||
tests (1 directory) | ||||
.coveralls.yml | Data | Auxiliary data | ||
.editorconfig | Data | Auxiliary data | ||
.styleci.yml | Data | Auxiliary data | ||
.travis.yml | Data | Auxiliary data | ||
composer.json | Data | Auxiliary data | ||
phpunit.xml.dist | Data | Auxiliary data | ||
README.md | Doc. | Documentation |
Files (13) | / | src | / | Travis | / | Encrypter |
File | Role | Description |
---|---|---|
Client.php | Class | Class source |
Config.php | Class | Class source |
Encrypter.php | Class | Class source |
Request.php | Class | Class source |
Response.php | Class | Class source |
Files (13) | / | tests | / | Travis | / | EncrypterTest |
File | Role | Description |
---|---|---|
IntegrationTest.php | Class | Class source |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.