Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emchberger/cube-common-develop
Common code for developping the CUBE Tools
https://github.com/emchberger/cube-common-develop
php phpunit symfony
Last synced: 22 days ago
JSON representation
Common code for developping the CUBE Tools
- Host: GitHub
- URL: https://github.com/emchberger/cube-common-develop
- Owner: EmchBerger
- License: mit
- Created: 2017-02-20T16:54:35.000Z (over 7 years ago)
- Default Branch: development
- Last Pushed: 2020-07-15T07:46:28.000Z (over 4 years ago)
- Last Synced: 2024-10-14T14:40:51.068Z (22 days ago)
- Topics: php, phpunit, symfony
- Language: PHP
- Size: 256 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This package contains common code for developing the CUBE Tools.
Installation
============Step 1: Download the Package
----------------------------Open a command console, enter your project directory and execute the
following command to download the latest stable version of this bundle:```console
$ composer require --dev cubetools/cube-common-develop
```This command requires you to have Composer installed globally, as explained
in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.