PHPackages                             nti/auto-delete-bundle - 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. nti/auto-delete-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

nti/auto-delete-bundle
======================

Symfony NTIAutoDeleteBundle

v1.0.1(4y ago)01.8k[1 PRs](https://github.com/ntidev/AutoDeleteBundle/pulls)MITPHP

Since Nov 15Pushed 4y ago6 watchersCompare

[ Source](https://github.com/ntidev/AutoDeleteBundle)[ Packagist](https://packagist.org/packages/nti/auto-delete-bundle)[ RSS](/packages/nti-auto-delete-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (4)Used By (0)

NTIAutoDeleteBundle
===================

[](#ntiautodeletebundle)

### Installation

[](#installation)

1. Install the bundle using composer:

    ```
    $ composer require ntidev/auto-delete-bundle "dev-master"

    ```
2. Add the bundle configuration to the AppKernel

    ```
    public function registerBundles()
    {
        $bundles = array(
            ...
            new NTI\AutoDeleteBundle\NTIAutoDeleteBundle(),
            ...
        );
    }

    ```
3. Update the database schema

    ```
    $ php app/console doctrine:schema:update

    ```

Usage
-----

[](#usage)

1. Schedule a cronjob to execute the following commnad:

    ```
    $ php app/console nti:auto-delete:run

    ```
2. Register paths to be auto deleted using the following generator:

    ```
    $ php app/console nti:auto-delete:new-entry

    ```

    Help Information:

    ```

    Usage:
      nti:auto-delete:new-entry [options] [--]

    Arguments:
      path                                   The path to be deleted
      seconds                                The amount of seconds until the path is deleted.

    Options:
          --disabled[=DISABLED]              If the entry should be disabled when created. [default: false]
          --no-recursive[=NO-RECURSIVE]      If set and the path is a directory the process won't proceed recursively through subdirectories. [default: false]
          --keep-empty-dir[=KEEP-EMPTY-DIR]  If set, empty directories won't be removed. [default: false]
      -h, --help                             Display this help message
      -q, --quiet                            Do not output any message
      -V, --version                          Display this application version
          --ansi                             Force ANSI output
          --no-ansi                          Disable ANSI output
      -n, --no-interaction                   Do not ask any interactive question
      -s, --shell                            Launch the shell.
          --process-isolation                Launch commands from shell as a separate process.
      -e, --env=ENV                          The Environment name. [default: "dev"]
          --no-debug                         Switches off debug mode.
      -v|vv|vvv, --verbose                   Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

    Help:
      This command will create a new AutoDeleteEntry.

    ```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity65

Established project with proven stability

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 ~1469 days

Total

2

Last Release

1633d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d33aa0220bae1b0c48f14fc349b7b3181fec7aa674da145ded4446f2b098fe47?d=identicon)[ntidev](/maintainers/ntidev)

---

Tags

AutoDeleteBundle

### Embed Badge

![Health badge](/badges/nti-auto-delete-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/nti-auto-delete-bundle/health.svg)](https://phpackages.com/packages/nti-auto-delete-bundle)
```

###  Alternatives

[hryvinskyi/magento2-deferjs

N/A

1430.1k](/packages/hryvinskyi-magento2-deferjs)[lasselehtinen/laravel-conventions-checker

grumphp config to automatically check conventions for Laravel projects

2210.4k4](/packages/lasselehtinen-laravel-conventions-checker)[omar-haris/filament-timezone-field

A Laravel Filament component that enables users to choose a specific timezone grouped by regions, with support for multiple languages.

1613.5k1](/packages/omar-haris-filament-timezone-field)[open-afghanistan/provinces

Afghanistan provinces laravel package

101.0k](/packages/open-afghanistan-provinces)

PHPackages © 2026

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