PHPackages                             linearsoft/composer-svn-export - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. linearsoft/composer-svn-export

AbandonedArchivedComposer-plugin[Utility &amp; Helpers](/categories/utility)

linearsoft/composer-svn-export
==============================

A plugin that allows Composer to export SVN packages instead of checking them out

v0.1.3(9y ago)813.5k1GPLv3PHPPHP ^5.3.2 || ^7.0

Since Feb 13Pushed 9y ago1 watchersCompare

[ Source](https://github.com/LinearSoft/composer-svn-export)[ Packagist](https://packagist.org/packages/linearsoft/composer-svn-export)[ RSS](/packages/linearsoft-composer-svn-export/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (5)Used By (0)

Composer SvnExport
==================

[](#composer-svnexport)

A composer plugin that allows for exporting svn repositories

Installation
------------

[](#installation)

Install the latest version with

```
$ composer require linearsoft/composer-svn-export

```

Usage
-----

[](#usage)

There are two ways to use SvnExport

### 1. Modify the repository

[](#1-modify-the-repository)

If you are hosting your own composer repository you can simply change the source type from 'svn' to 'svn-export'.

##### composer.json

[](#composerjson)

```
{
    "require": {
      "vendor/my-package": "dev-trunk"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "http://my-repo.vendor.com"
        }
    ]
}
```

##### packages.json

[](#packagesjson)

```
{
    "packages": {
        "vendor/my-package": {
            "dev-trunk": {
                "name": "vendor/my-package",
                "description": "My very special package",
                "version": "dev-trunk",
                "source": {
                    "type": "svn-export",
                    "url": "http://svn.vendor.com/my-package",
                    "reference": "/trunk/@50"
                },
                "other tags...": "blah, blah, blah"
            }
        }
    }
}
```

### 2. Add a SvnExport repository

[](#2-add-a-svnexport-repository)

A repository of type 'svn' or 'composer' can be used as a SvnExport repository via the extras section. Note: All packages of type 'svn' in a composer repository will automatically be converted to type 'svn-export'. **Warning:** If you add a repository as a SvnExport repository *do NOT also add* it as a standard repository or you will have problems.

##### composer.json

[](#composerjson-1)

```
{
    "require": {
      "vendor/my-package-alpha": "dev-trunk",
      "vendor/my-package-beta": "dev-trunk"
    },
    "extra": {
        "svn-export-repositories": [
            {
                "name": "My Repo (optional)",
                "type": "composer",
                "url": "http://my-repo.vendor.com"
            },
            {
                "type": "svn",
                "url": "http://svn.vendor.com/my-package-beta"
            }
        ]
    }
}
```

##### packages.json

[](#packagesjson-1)

```
{
    "packages": {
        "vendor/my-package": {
            "dev-trunk": {
                "name": "vendor/my-package",
                "description": "My very special package",
                "version": "dev-trunk",
                "source": {
                    "type": "svn",
                    "url": "http://svn.vendor.com/my-package",
                    "reference": "/trunk/@50"
                },
                "other tags...": "blah, blah, blah"
            }
        }
    }
}
```

About
-----

[](#about)

### Bugs or features requests

[](#bugs-or-features-requests)

Found a problem or would like a feature submit it via [GitHub](https://github.com/LinearSoft/composer-svn-export/issues)

### License

[](#license)

SvnExport is license under the GPLv3 License - see the `LICENSE` file for details

### Acknowledgements

[](#acknowledgements)

François Pluchino's [composer-asset-plugin](https://github.com/francoispluchino/composer-asset-plugin) design was used as a foundation for this plugin.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~37 days

Total

4

Last Release

3628d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/243cb54f6ded72ad0c2d7d4959bc1cf262fdbf6d5ae7efeb2e942ef82da4f0ad?d=identicon)[CrashSensei](/maintainers/CrashSensei)

---

Top Contributors

[![CrashSensei](https://avatars.githubusercontent.com/u/15006727?v=4)](https://github.com/CrashSensei "CrashSensei (2 commits)")

### Embed Badge

![Health badge](/badges/linearsoft-composer-svn-export/health.svg)

```
[![Health](https://phpackages.com/badges/linearsoft-composer-svn-export/health.svg)](https://phpackages.com/packages/linearsoft-composer-svn-export)
```

###  Alternatives

[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

2994.3M15](/packages/vaimo-composer-patches)[mglaman/composer-drupal-lenient

1317.4M15](/packages/mglaman-composer-drupal-lenient)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5341.9M444](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2122.6M172](/packages/drupal-core-project-message)[olvlvl/composer-attribute-collector

A convenient and near zero-cost way to retrieve targets of PHP 8 attributes

184108.8k8](/packages/olvlvl-composer-attribute-collector)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41716.4k2](/packages/lullabot-drainpipe)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
