linkorb / scripter
Scripter: makes your apps scriptable
Installs: 178
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/linkorb/scripter
Requires
- php: >=7.2.0
- docopt/docopt: ^1.0
- symfony/console: ^4.0
- symfony/dotenv: ^4.0
- symfony/process: ^3.0|^4.0
This package is auto-updated.
Last update: 2025-09-29 02:09:21 UTC
README
Makes your apps scriptable
Features
- Scripts can be written in any programming language
- Scripts arguments can be specified using docopt for self-documentation
- Symfony Console commands included
- Auto register scripts as Symfony Console commands on your CLI apps
- Scripts are executed in their own process
Use-case
Scripter lets external developers extend the functionality of your apps in their programming language of choice.
Scripter scans a set of directories for executables (bash files, php scripts, node apps, binaries, etc) and registers them in a collection.
The collection can be queried, and scripts can be executed easily from your app.
Users
- INFRA: your infrastructure as a GraphQL service
License
MIT. Please refer to the license file for details.
Brought to you by the LinkORB Engineering team
Check out our other projects at linkorb.com/engineering.
Btw, we're hiring!