PHPackages                             rochasmarcelo/phing-tasks - 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. rochasmarcelo/phing-tasks

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rochasmarcelo/phing-tasks
=========================

Some useful phing tasks

322PHP

Since Aug 3Pushed 11y ago1 watchersCompare

[ Source](https://github.com/rochamarcelo/PhingTasks)[ Packagist](https://packagist.org/packages/rochasmarcelo/phing-tasks)[ RSS](/packages/rochasmarcelo-phing-tasks/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

PhingTasks
==========

[](#phingtasks)

Tasks para o Phing que utilizo no dia a dia.

Instalação
----------

[](#instalação)

Via composer:

```
     {
          "require": {
              "rochasmarcelo/phing-tasks": "dev-master",
              "phing/phing": "dev-master"
          }
      }

```

Exemplos
--------

[](#exemplos)

1. **FTPDownloadTask**

No seu projeto crie o arquivo config/project.properties com as configurações do servidor FTP:

```
         ftp.host=yourhost.com.br
         ftp.port=21
         ftp.username=yourusername
         ftp.password=yourpassword
         ftp.dir=/
         ftp.mode=binary
         ftp.passive=true

```

Crie o arquivo build.xml:

```

```

Agora execute o phing:

```
     $ vendor/bin/phing

```

2. **SvnChangedFilesTask**

Crie o arquivo build.xml:

```

```

Agora execute o phing:

```
     $ vendor/bin/phing

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/850748?v=4)[Marcelo Rocha](/maintainers/rochamarcelo)[@rochamarcelo](https://github.com/rochamarcelo)

---

Top Contributors

[![rochamarcelo](https://avatars.githubusercontent.com/u/850748?v=4)](https://github.com/rochamarcelo "rochamarcelo (31 commits)")

### Embed Badge

![Health badge](/badges/rochasmarcelo-phing-tasks/health.svg)

```
[![Health](https://phpackages.com/badges/rochasmarcelo-phing-tasks/health.svg)](https://phpackages.com/packages/rochasmarcelo-phing-tasks)
```

###  Alternatives

[symfony/polyfill-ctype

Symfony polyfill for ctype functions

4.0k1.0B192](/packages/symfony-polyfill-ctype)[php-tui/cassowary

Cassowary constraint solving algorithm implementation

211.1M1](/packages/php-tui-cassowary)[bileto/cronner

Simple tool which helps with maintenance of cron tasks.

752.2k](/packages/bileto-cronner)[athphane/filament-editorjs

This is my package filament-editorjs

184.8k](/packages/athphane-filament-editorjs)

PHPackages © 2026

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