• Stars
    star
    183
  • Rank 209,513 (Top 5 %)
  • Language
    PHP
  • Created almost 9 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Git for PHPsychopaths

PsyGit - Git for PHPsychopaths 👷 [WIP]

PsyGit - git for PHPsychopaths

If you're doing something miraculous with php and git. Here's a good interface to work with.

PsyGit provides an easy way to work with git commands and manipulate your local repository, without leaving your code so horrible.


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);

Standalone

CQRS

Fluent Interface

Commands