Download the PHP package articstudio/php-bin without Composer

On this page you can find all versions of the php package articstudio/php-bin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package php-bin

php-bin

PHP bin helpers.

Servei Master Develop
CircleCI CircleCI CircleCI

Install

Usage

For launch a interactive menu execute (in the root folder of project):

If you would to execute in a command line environment, the pattern of execution is:

Examples:

Add a subtree: php vendor/bin/phpbin git:subtree:add [repository/subtree1]

Push a subtree: php vendor/bin/phpbin git:subtree:push [repository/subtree1]

Install package to module: php vendor/bin/phpbin composer:install [package-name] [module-name] [d/D]

This package is composed by three big menus:

Git helpers:

Provides some commands to manage a simple tasks for git subtrees.

By default this command take a set of subtrees who indicate in composer.json, attribute "config: subtree{}". But you can type a name of subtree to add manually.

Provides some commands to manage a php tasks:

Provides some commands to manage a composer more easily:

Composer install dev

This command, add a package into a module (subtree), this package will added into file composer.json (in require or require-dev, deppends envoirment parameter) of module, and will install into root project (vendor folder).

Composer get dev packages

Load all module requires and require-dev to root file composer.json like require-dev

Composer solve versions conflicts

Solve conflicts about versions from root project composer.json, to module or modules composer.json file.

Composer normalize

Normalize structure of project composer.json, and module or modules composer.json file.


All versions of php-bin with dependencies

PHP Build Version
Package Version
Requires php Version >=7.3
ergebnis/composer-normalize Version ^2.2
ergebnis/phpstan-rules Version ^0.14.2
nunomaduro/phpinsights Version ^1.11
php-school/cli-menu Version ^3.2
phpmetrics/phpmetrics Version ^2.5
phpstan/phpstan Version ^0.12.4
phpstan/phpstan-strict-rules Version ^0.12.1
phpunit/phpunit Version ^8.0
squizlabs/php_codesniffer Version ^3.5
symfony/console Version ^4.4
symfony/process Version ^4.4
thecodingmachine/phpstan-strict-rules Version ^0.12.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package articstudio/php-bin contains the following files

Loading the files please wait ....