pr0ject-x / px
Project-X is a pluggable toolkit which can streamline redundant tasks without hassle.
Installs: 17 077
Dependents: 9
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 2
Open Issues: 5
Requires
- php: >=7.2
- ext-json: *
- consolidation/robo: ^1.0|^2.0|^3.0|^4.0
- danielstjules/stringy: ^3.1
- knplabs/packagist-api: ^1.5
- symfony/cache: ^4.0|^5.0|^6.0
- symfony/config: ^4.0|^5.0|^6.0
- symfony/console: ^4.0|^5.0|^6.0
- symfony/finder: ^4.0|^5.0|^6.0
- symfony/http-client: ^4.0|^5.0|^6.0
Requires (Dev)
- mikey179/vfsstream: ^1.6
- phpmd/phpmd: ^2.8
- phpunit/phpunit: ^8.0
- squizlabs/php_codesniffer: ^3.5
README
Project-X was created as a plugable CLI development tool that can be used to streamline redundant tasks for a given project. Due to this type of architecture there are only a few commands that are provided by the core application; so it so that it remains as lean as possible.
Most commands will be loaded from a third-party plugins which will need to be required per project.
Please visit https://pr0ject-x.github.io/px/ for more documentation on how to use project-x.