Download the PHP package xantios/maple without Composer

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

Build Status Total Downloads Latest Stable Version License

Maple Logo

Welcome to Maple!

Maple providers the task runner you always wanted but never dared to ask for.

Notice for production usage

Maple is current in active development (say beta state) production use can be done if you're one of the brave (if you are please let me know how you like it in production!)

Installation per project

Just your regular dependency should do the trick!

composer require xantios/maple

After running composer add a maple-config.php to the work directory of your project and run:

vendor/bin/maple

Global installation

If you use Maple a lot, maybe install it globally. composer global require xantios/maple should do the trick!

when you run the maple command make sure there is a config in your current directory.

Configuration

The configuration file is a plain PHP array, it is pretty self-explanatory

Webinterface

There is a dashboard available at http://localhost:8100 that looks something like this:

Contributing in code

Thank you for considering contributing, feel free to PR anything you like or create an issue if you think you have a great idea!

Contributing in other means

Thank you emails, donations, photos of how your life changed by a piece of software and bags of coffee beans are welcome at [email protected]

Security Vulnerabilities

If you discover a security vulnerability within Maple, please send an e-mail to Xantios Krugor [email protected] All security vulnerabilities will be promptly addressed.

License

Maple is open-sourced software licensed under the MIT license.


All versions of maple with dependencies

PHP Build Version
Package Version
Requires react/child-process Version ^0.6.1
symfony/console Version ^5.2
react/http Version ^1.2.0
illuminate/collections Version ^8.22
ext-pcntl Version *
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 xantios/maple contains the following files

Loading the files please wait ....