PHP Package: gitonomy/gitlib

Gitlib is a powerful PHP library for managing Git repositories with ease and efficiency, offering essential functionalities for version control and collaboration.

Current Version: 1.5.0
Last Updated: 2024-11-03
PHP Requirement: ^8.0
Dependencies:
gitonomy/gitlib-dep1
gitonomy/gitlib-dep2
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Gitlib is a comprehensive PHP library designed to streamline the management of Git repositories, providing developers with robust tools for version control, collaboration, and seamless integration. With Gitlib, users can effortlessly handle branches, commits, merges, and more, ensuring a smooth and efficient development workflow.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.5.0

Download Download v1.5.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/gitonomy/gitlib/1.5.0/loader.php';
require_once 'libs/gitonomy/gitlib-dep1/{lib_version}/loader.php';
require_once 'libs/gitonomy/gitlib-dep2/{lib_version}/loader.php';

use Gitlib\Repository;
use Gitlib\Commit;

$obj = new Repository();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.