pr0ject-x / px
Project-X is a pluggable toolkit which can streamline redundant tasks without hassle.
Installs: 11 950
Dependents: 9
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 3
Requires
- php: >=7.2
- ext-json: *
- consolidation/robo: ^1.4
- danielstjules/stringy: ^3.1
- knplabs/packagist-api: ^1.5
- symfony/cache: ^3.0|^4.0
- symfony/config: ^3.0|^4.0
- symfony/console: ^3.0|^4.0
- symfony/finder: ^3.0|^4.0
- symfony/http-client: ^5.4
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.