Download the PHP package cubiclesoft/to-composer without Composer

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

CubicleSoft PHP Software Development Libraries for Composer

A single repository containing all CubicleSoft PHP libraries in a CubicleSoft namespace and then made Composer ready. Fully automated nightly updates. MIT or LGPL, your choice.

Donate Discord

How To Use

The usual Composer require method works: https://packagist.org/packages/cubiclesoft/to-composer

`

License Correction

The license is actually your choice of MIT or LGPL. The 'composer.json' file format is rather inflexible and therefore incapable of refined licensing options.

Classes

Included and supported:

Other:

Sources

Frequently Asked Questions

Okay, let's skip the questions. I don't like Composer. The best libraries are always self-contained (i.e. no external dependencies), small, light, and fast. Composer directly violates this core principle of software development. Looking at the most popular items on Packagist, I see nothing you can't do already with CubicleSoft libraries, a couple of isolated third-party crypto libs (e.g. phpseclib), and some extremely minor bits of glue - all that with far less application code and far fewer files. Less application code means less time spent writing and maintaining it. Fewer files means faster uploads to a production environment, fewer open tabs to edit stuff, and fewer security vulnerabilities.

This repository exists only because Composer exists. Its sole purpose is to provide Composer-lovers a way to use CubicleSoft libraries within that worldview.

BUT just because I don't like something doesn't mean it doesn't exist. Okay? Lots and lots of people use Composer. That said, this repository and package are 100% automated. Library updates flow in within 24 hours of the upstream push. The 'update.php' script here performs all of the magic transformations required to convert the libraries to a Composer compatible world and then pushes them into this repository. Packagist then picks up the newly tagged version and Composer update picks up the changes from there. You are happy because you get what you want. I'm happy because I can continue to develop software however I want.


All versions of to-composer with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5
pear/net_dns2 Version 1.*
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 cubiclesoft/to-composer contains the following files

Loading the files please wait ....