Download the PHP package millsoft/acetool without Composer

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

AceTool

AceProject for the CLI

screenshot

Status

This project is just fresh out of the oven and it is still in development. Use it on your own risk. You CAN'T control your whole AceProject account yet. What you can do is the following:

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

To use it you need to install php first. I tested the project with php 7 on linux but it also should work on at least php 5.6 and also on windows.

Installing

The easiest installation is using composer:

Install this project on your machine by downloading the ZIP or use git to clone it. Then use comoser to install all needed dependencies by executing following command in the project directory:

composer install

Running

If you installed this tool with composer, you can type ace in your terminal.

Otherwise, simply execute the ace.php with php:

php ace.php

If you cann the script like that you will see a help page and all available commands / parameters. To get help for a given command add --help to the command, for example:

php ace.php task --help

To use the tool you first need to login to your account. To do this, call the script with following parameters:

php ace.php account:login username password subdomain

I recommend you to make your own bat or sh script and make it global so it works globally.

Built With

Versioning

I use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License.

Acknowledgments


All versions of acetool with dependencies

PHP Build Version
Package Version
Requires millsoft/aceproject Version ^0
symfony/console Version ^4.1
rollbar/rollbar Version ~1.5
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 millsoft/acetool contains the following files

Loading the files please wait ....