malukenho / psygit
dev-master
2016-02-01 19:54 UTC
Requires
- php: ~7.0
- symfony/process: ^3.0
Requires (Dev)
- phpunit/phpunit: ^5.1
This package is auto-updated.
Last update: 2026-03-21 02:43:32 UTC
README
| Installation | Standalone | CQRS | Fluent Interface | Commands |
Installation
It's can simply be installed by composer.
$ composer require malukenho/psygit
Now you can use the repository manager and start interact with your Repository.
(PsyGit\RepositoryManager::fromDirectory('project-repository')) ->trackFile('changelog.txt') ->commit('Changelog updated automatically 8 A.M.') ->push('origin', 'master', \PsyGit\Command\Push::PUSH_FORCE);
