Download the PHP package h-wang/code-space without Composer

On this page you can find all versions of the php package h-wang/code-space. 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 code-space

CodeSpace

Manages your local development projects and code repositories.

When developing projects, especially micro-services, we often end up with hundres of code repositories on our dev machines. CodeSpace helps to manage these repositories and do batch operations on them easily. You can use it as a stand-alone tool. There is no need to integrate into any project.

CodeSpace is inspired by the LinkORB Projex and Hotel.

Features

Project scanner

Recursively scans the giving directory to find projects/repositories. Scan the code repositories and show output to the console bin/codespace scan [--path=~/git]

Export projects

  1. Export to HTML bin/codespace export:html /path/to/the/target.html [--path=~/git]
  2. Export to CSV bin/codespace export:csv /path/to/the/target.csv [--path=~/git]

Auto-Generate web-server config files

With the export feature, we can easily generate Nginx server configuration files for multiple projects. It automatically detects your OS and figure out where to put the configuration files and log files; automatically detects the type of project and point to the correct web directory.

* At the moment, for OS support, only MacOS with Homebrew and Linux are supported. Only Symfony 3 and 4 projects are supported. Contributions needed.

Do git fetch on all projects

When the --pull option is used, the git pull command is executed instead of the git fetch command.

Auto-update your favorite IDE's project manager

Scan the repositories and make them available to your IDE's project manager plugins. Now Atom and VSCode are supported. The project managers are:

https://atom.io/packages/project-manager
https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager

Commands: Without specifying the --ide= option, both Atom and VSCode are updated.

Installation:

Use the source code:

Use the phar:

Use

Base command:

You can view all available commands by running the base command.

License

Please refer to the included LICENSE.md file


All versions of code-space with dependencies

PHP Build Version
Package Version
Requires symfony/console Version ~3.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 h-wang/code-space contains the following files

Loading the files please wait ....