Download the PHP package phpslides/cli without Composer

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

PhpSlides CLI Tool

The phpslides CLI tool is designed to simplify your development workflow with PhpSlides. With this tool, you can manage and run PhpSlides projects with ease, avoiding the need to manually use PHP commands.

Installation

To install the phpslides CLI tool globally, follow these steps:

  1. Install the CLI Tool Globally

    Run the following command to install the phpslides CLI tool:

  2. Ensure the Global Composer Bin Directory is in Your PATH

    Add the Composer global bin directory to your PATH to ensure the phpslides command is available in your terminal:

    To make this change permanent, add the above line to your shell configuration file (e.g., ~/.bashrc, ~/.zshrc, or ~/.profile), then source the file:

Usage

To verify the installation run command:

Once installed, you can use the phpslides command to interact with your PhpSlides projects. Below are the available commands:

Examples

  1. Serve the Application

    To start the development server for your PhpSlides application, run:

    This will start the server and you can access your application at http://localhost:2200 which is the default port.

    And you can also change the port in this format: host:port

    Example command:

    It'll serve your project at the server at http://127.0.0.1:8000 then you can access it anywhere.

  2. Create new PhpSlides project

    To create a new PhpSlides project, run the command:

    Replace the project-name with the name of your project. This wll create a new project in the current location of the terminal and the project directory will be the name of the project.

Contributing

If you would like to contribute to the phpslides CLI tool, please fork the repository and submit a pull request. Your contributions and feedback are welcome!

License

The phpslides CLI tool is licensed under the MIT License. See the LICENSE file for more details.


All versions of cli with dependencies

PHP Build Version
Package Version
No informations.
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 phpslides/cli contains the following files

Loading the files please wait ....