2017 © Pedro Peláez
 

library chrono

Version Control System wrapper for PHP.

image

accompli/chrono

Version Control System wrapper for PHP.

  • Tuesday, June 7, 2016
  • by niels-nijens
  • Repository
  • 1 Watchers
  • 3 Stars
  • 14,203 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 3 Open issues
  • 6 Versions
  • 8 % Grown

The README.md

Chrono

Latest Version on Packagist Software License ![Build Status][ico-build] [Coverage Status][link-coverage] SensioLabsInsight ![StyleCI][ico-code-style], (*1)

Version Control System wrapper for PHP., (*2)

Installation using Composer

Run the following command to add the package to your composer.json:, (*3)

``` bash $ composer require accompli/chrono, (*4)


## Usage The `Repository` class will detect which registered VCS adapter to use based on the URL of the repository. ```php <?php use Accompli\Chrono\Process\ProcessExecutor; use Accompli\Chrono\Repository; $repository = new Repository('https://github.com/accompli/chrono.git', '/vcs/checkout/directory', new ProcessExecutor()); $repository->getBranches(); // Returns an array with all available branches in the repository. $repository->getTags(); // Returns an array with all available tags in the repository. $repository->checkout('0.1.0'); // Creates or updates a checkout of a tag or branch in the repository directory.

Versioning

Chrono uses Semantic Versioning 2 for new versions., (*5)

Credits and acknowledgements

License

Chrono is licensed under the MIT License. Please see the LICENSE file for details., (*6)

The Versions

07/06 2016

dev-master

9999999-dev

Version Control System wrapper for PHP.

  Sources   Download

MIT

The Requires

 

The Development Requires

git accompli svn vcs subversion

07/06 2016

0.3.1

0.3.1.0

Version Control System wrapper for PHP.

  Sources   Download

MIT

The Requires

 

The Development Requires

git accompli svn vcs subversion

15/05 2016

0.3.0

0.3.0.0

Version Control System wrapper for PHP.

  Sources   Download

MIT

The Requires

 

The Development Requires

git accompli svn vcs subversion

25/03 2016

0.2.1

0.2.1.0

Version Control System wrapper for PHP.

  Sources   Download

MIT

The Requires

 

The Development Requires

git accompli svn vcs subversion

21/03 2016

0.2.0

0.2.0.0

Version Control System wrapper for PHP.

  Sources   Download

MIT

The Requires

 

The Development Requires

git accompli svn vcs subversion

25/11 2015

0.1.0

0.1.0.0

Version Control System wrapper for PHP.

  Sources   Download

MIT

The Requires

 

The Development Requires

git accompli svn vcs subversion