pear/versioncontrol_svn
PEAR VersionControl_SVN is a PHP library for interacting with Apache Subversion (SVN) repositories. It provides APIs to run SVN operations, inspect repository data, and integrate version control tasks into PHP applications and scripts.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| pear/xml_util | 0.80 | PEAR XML_Util provides handy helpers for working with XML: build attribute lists from arrays, generate tags, validate XML names, and more. Lightweight utility methods for creating and checking XML document parts in PHP. | 2 | 2 | 3 | 38K | 0 | 1.4 | 39.0 | — | 6 years ago | |
| pear/console_getopt | 0.79 | PEAR Console_Getopt is a small PHP library for parsing command-line options and arguments. It supports GNU-style short and long flags, handles required/optional values, and provides help-friendly parsing for CLI scripts and tools. | 85 | 85 | 14 | 2M | 0 | 1.1 | 55.3 | BSD-2-Clause | 6 years ago | |
| pear/versioncontrol_git | 0.77 | PEAR’s VersionControl_Git is a PHP library for interacting with Git repositories from your code. It wraps common git commands (status, log, diff, commit, branch, tag, etc.), supports executing via the Git CLI, and helps automate repository workflows in PHP apps. | 37 | 37 | 13 | 8K | 0 | 0.3 | 22.4 | — | — | |
| pear/structures_graph | 0.76 | PEAR Structures_Graph is a lightweight PHP library for creating and working with graphs (nodes and edges). It provides common graph data structures and algorithms for traversal and analysis, useful for dependency graphs, routing, and other graph-based problems. | 5 | 5 | 4 | 25K | 0 | 0.5 | 35.2 | LGPL-3.0 | 2 years ago | |
| siad007/versioncontrol_hg | 0.75 | VersionControl_HG is a PHP library that provides an object-oriented interface for working with Mercurial (hg) repositories. Install via Composer (siad007/versioncontrol_hg) and integrate hg operations into your applications. | 3 | 4 | 2 | 1K | 0 | 2.2 | 33.2 | MIT | 5 years ago | |
| pear/archive_tar | 0.74 | PEAR Archive_Tar handles TAR archives in PHP: create, list, extract, and append files. Supports gzip (zlib), bzip2 (bz2), and LZMA2/XZ compression when extensions are available. | 76 | 78 | 35 | 1M | 0 | 7.9 | 56.5 | — | 10 months ago | |
| sebastian/version | 0.74 | Library for deriving a PHP project’s version from Git. Provide a release string and project path; Version::asString() returns the release, a -dev suffix, or git describe output (tags/commits) depending on repo state and release format. | 6,580 | 6,596 | 36 | 14M | 1 | 40.8 | 51.2 | BSD-3-Clause | 4 months ago | |
| pear/pear | 0.73 | PEAR (PHP Extension and Application Repository) provides a classic package manager and installer for PHP, enabling you to discover, install, and update reusable libraries and extensions. Includes tooling for packaging, channels, dependency resolution, and versioned releases. | 114 | 116 | 104 | 24K | 1 | 22.0 | 36.1 | NOASSERTION | 4 months ago | |
| jeremeamia/superclosure | 0.73 | Serialize and unserialize PHP Closures/anonymous functions, including use() context, via fast TokenAnalyzer or more robust AstAnalyzer. Note: project is no longer maintained; consider using opis/closure instead. | 1,707 | 1,715 | 94 | 182K | 0 | 14.5 | 28.1 | MIT | 8 years ago | |
| symplify/easy-testing | 0.73 | Utilities for easier PHP unit testing, focused on writing cleaner tests with less boilerplate. Provides helpers and base test cases commonly used in Symplify tools to streamline assertions, fixture handling, and test setup across projects. | 41 | 42 | 3 | 46K | 0 | 0.1 | 29.7 | MIT | — | |
| phpcr/phpcr-shell | 0.73 | Command-line shell for PHPCR repositories. Build and run as a PHAR for easy distribution, and use it to connect to a PHP Content Repository, browse nodes, and execute repository commands. Documentation available on Read the Docs. | 72 | 72 | 19 | 25K | 30 | 33.2 | 51.7 | MIT | 2 months ago | |
| pear/net_ftp | 0.73 | PEAR Net_FTP is a PHP library for connecting to FTP servers, browsing directories, and transferring files. It provides an object-oriented API for common FTP operations like login, upload/download, rename, delete, and permissions handling. | 3 | 4 | 8 | 1K | 0 | 0.1 | 24.6 | — | — | |
| sebastianfeldmann/git | 0.72 | PHP library to access and interact with Git repositories. Provides a simple API for common Git commands and info (status, log, branches, tags), ideal for build scripts, CI tooling, and automation where you need Git data without shelling out manually. | 48 | 48 | 13 | 306K | 2 | 22.9 | 58.3 | MIT | 4 months ago | |
| symplify/git-wrapper | 0.72 | — | 38 | 36 | 3 | 2K | 0 | 0.1 | 17.2 | MIT | — | |
| bit3/git-php | 0.71 | PHP library for working with Git repositories from code. Execute common Git commands, inspect repository state, and script Git operations with a simple API—useful for automation, deployment tools, and integrations that need Git access without shelling out manually. | 47 | 47 | 24 | 666 | 2 | 1.5 | 16.5 | MIT | — | |
| anglemx/php-utilities | 0.71 | — | 0 | 0 | 0 | 326 | 0 | 1.2 | 34.7 | MIT | 3 years ago | |
| nilportugues/php_backslasher | 0.71 | CLI tool that scans PHP code and prefixes internal functions/constants (plus true/false/null) with a leading backslash for faster resolution, especially with OPcache. Run php bin/php_backslasher fix to update a directory. | 88 | 88 | 5 | 55 | 0 | 4.2 | 2.4 | MIT | 6 years ago | |
| roadrunner-php/version-checker | 0.71 | Lightweight RoadRunner + PHP version compatibility checker. Detects your installed PHP version and validates it against the RoadRunner runtime requirements, helping prevent mismatched upgrades and deployment issues in CI/CD or local environments. | 3 | 2 | 3 | 230K | 0 | 16.0 | 62.3 | MIT | 3 months ago | |
| pear/pear-core-minimal | 0.66 | Minimal core components for PEAR, providing essential infrastructure for PEAR-based installs and tooling without the full PEAR distribution. Useful for lightweight setups, embedding, or environments that need only the basics of PEAR’s package system. | 80 | 81 | 8 | 2M | 0 | 18.7 | 61.6 | — | 4 months ago |
How can I help you explore Laravel packages today?