Download the PHP package puli/cli without Composer

On this page you can find all versions of the php package puli/cli. 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 cli

The Puli Command Line Interface

Build Status Build status Scrutinizer Code Quality Latest Stable Version Total Downloads Dependency Status

Latest release: 1.0.0-beta10

PHP >= 5.3.9

The Puli Command Line Interface gives access to the Puli Manager via your favorite terminal. The following is a list of the currently supported commands:

Command Description
Resource Mappings
puli map Display all path mappings
puli map <path> <file>... Map a repository path to one or several file paths
puli map -u <path> Update the mapping for a repository path
puli map -d <path> Delete the mapping for a repository path
Resource Bindings
puli type Display all binding types
puli type --define <type> Define a new binding type
puli type -d <type> Remove a defined binding type
puli bind Display all resource bindings
puli bind <glob> <type> Bind resources to a type
puli bind -u <uuid> Update a resource binding
puli bind -d <uuid> Delete a resource binding
puli bind --enable <uuid> Enable a binding of an installed package
puli bind --disable <uuid> Disable a binding of an installed package
Public Resources
puli publish List mapped public resources
puli publish <path> <server> Publish a resource path to a server
puli publish -u <uuid> Update a published resource
puli publish -d <uuid> Delete a published resource
puli server List all servers
puli server -a <name> <doc-root> Add a server
puli server -u <name> Update a server
puli server -d <name> Delete a server
Building
puli build Build the repository and the discovery
Packages
puli package Display all installed packages
puli package --add <path> <name> Add a custom package
puli package -d <name> Remove an installed package
puli package --clean Remove all non-existing packages
Configuration
puli config Show the current configuration
puli config -a Show the current configuration (including default values)
puli config <key> Show the current value of a configuration key
puli config <key> <value> Change a configuration key
puli config -d <key> Remove a configuration key (reset to default)
Repository Access
puli ls <path> List the child resources of a resource path
puli tree <path> Print a resource and its children as tree
puli find --name <glob> Find resources matching a glob
puli find --type <type> Find resources bound to a binding type
Plugin Management
puli plugin List the currently installed plugins
puli plugin --install <class> Install a plugin class
puli plugin -d <class> Remove a plugin class
Update
puli self-update Update puli.phar

Run any of the commands with the -h option to find out more about other supported options.

Authors

Installation

Follow the Installation guide guide to install Puli in your project.

Documentation

Read the Puli Documentation to learn more about Puli.

Contribute

Contributions to are very welcome!

Support

If you are having problems, send a mail to [email protected] or shout out to @webmozart on Twitter.

License

All contents of this package are licensed under the MIT license.


All versions of cli with dependencies

PHP Build Version
Package Version
Requires php Version ^5.3.9|^7.0
puli/repository Version ^1.0-beta9
puli/discovery Version ^1.0-beta9
puli/url-generator Version ^1.0-beta4
puli/manager Version ^1.0-beta10
webmozart/console Version ^1.0-beta4
webmozart/path-util Version ^2.2.2
webmozart/expression Version ^1.0
webmozart/glob Version ^4.0
padraic/phar-updater Version ^1.0.1
webmozart/json Version ^1.2.2
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 puli/cli contains the following files

Loading the files please wait ....