PHPackages                             autoscript/autoscript - 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. autoscript/autoscript

ActiveLibrary

autoscript/autoscript
=====================

Execution de commandes automatiques

06PHP

Since Dec 12Pushed 7y agoCompare

[ Source](https://github.com/LucasRossetto1/ConfigAuto)[ Packagist](https://packagist.org/packages/autoscript/autoscript)[ RSS](/packages/autoscript-autoscript/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

\#CONFIG.JSON

Le fichier config.json est rempli en guise d'exemple , veuillez mettre le chemin de votre script dans filename ainsi que la commande spécifique en paramètre.

exemple :

{ "scripts": \[{ "params": "/var/www/html/drushInstall/vendor/bin/drush", "filename": "/var/www/html/drushInstall/script.sh" }\] }

si l'on ajoute un fichier avec un script supplémentaire :

{ "scripts": \[{ "params": "/var/www/html/drushInstall/vendor/bin/drush", "filename": "/var/www/html/drushInstall/script.sh" },{ "params": "/var/www/html/drushInstall/vendor/bin/drush", "filename": "/var/www/html/drushInstall/cc.sh" }\] }

si l'on ajoute juste un paramètre (commande) supplémentaire pour le même fichier :

{ "scripts": \[{ "params": "/var/www/html/drushInstall/vendor/bin/drush docker-compose", "filename": "/var/www/html/drushInstall/script.sh" }\] }

\#Script.sh / Script.bat Les paramétres dans les scripts sh/bat doivent figurer comme-ci : $1 ,$2 ,$3 , etc... en fonction de votre configuration json(nombres de paramètres ,filename dans le tableau).

Exemple :

$1 make config/drush/skeleton.make /tmp/drupal-installer &amp;&amp; cp -r /tmp/drupal-installer/\* src &amp;&amp; rm -rf /tmp/drupal-installer &amp;&amp;

cd ./src &amp;&amp; $1 -y en mde\_fields &amp;&amp;

$1 -y en hpw\_estimate\_fees\_paragraph\_feature &amp;&amp;

$1 -y fr hpw\_ckeditor\_configuration\_feature &amp;&amp; $1 -y fr hpw\_directory\_paragraph\_feature &amp;&amp; $1 -y fr hpw\_checklist\_paragraph\_feature &amp;&amp; $1 -y fr hpw\_palmares\_paragraph\_feature

$2

\#output.txt

Le fichier output permet de répertorier les différents scripts lancés et ainsi d'afficher ceux qui ont fonctionner. Si vous voulez relancez les scripts déjà lancés correctement , videz le fichier output.txt.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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://www.gravatar.com/avatar/682a4c81ffd3d116a3385054e92169e69c5730d2f9fa5ea23928210693fba143?d=identicon)[lross1](/maintainers/lross1)

---

Top Contributors

[![LucasRossetto1](https://avatars.githubusercontent.com/u/43634507?v=4)](https://github.com/LucasRossetto1 "LucasRossetto1 (11 commits)")

### Embed Badge

![Health badge](/badges/autoscript-autoscript/health.svg)

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

PHPackages © 2026

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