Skip to content

This is an auxiliary PHP package for sending commits during the CI pipelines.

License

Notifications You must be signed in to change notification settings

ArtARTs36/php-ci-git-sender

Repository files navigation

Ci Git Sender

PHP Composer License: MIT Total Downloads

This is an auxiliary PHP package for sending commits during the CI pipelines.

Installation

Run: composer require artarts36/ci-git-sender

Example

$sender = \ArtARTs36\CiGitSender\Sender\Factory\SenderFactory::local()
->create(__DIR__, new \ArtARTs36\CiGitSender\Remote\Credentials('my-login', 'my-token'));

$sender->send('readme.md', new \ArtARTs36\CiGitSender\Commit\Message('My file to {$BRANCH}'));

About

This is an auxiliary PHP package for sending commits during the CI pipelines.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages