icybee / module-files
Manages the files uploaded by the users of the CMS Icybee.
Installs: 782
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:icanboogie-module
Requires
- php: ^5.5|^7.0
- icanboogie/http: ^2.5
- icanboogie/module-installer: ^1.2
- icybee/module-nodes: ^3.0
- icybee/module-registry: ^3.0
Requires (Dev)
- icanboogie/bind-cldr: ^1.0
- icanboogie/i18n: ^2.0
- icanboogie/icanboogie: ^3.0
README
The module "Files" (files
) manages the files uploaded by the users of the
CMS Icybee.
Requirement
The package requires PHP 5.4 or later.
Installation
The recommended way to install this package is through Composer:
$ composer require icybee/module-files
Note: The module is part of the modules required by Icybee.
Cloning the repository
The package is available on GitHub, its repository can be cloned with the following command line:
$ git clone https://github.com/Icybee/module-files.git
Documentation
The package is documented as part of the Icybee CMS
documentation. The documentation for the package and its
dependencies can be generated with the make doc
command. The documentation is generated in
the docs
directory using ApiGen. The package directory can later by
cleaned with the make clean
command.
Testing
The test suite is ran with the make test
command. Composer is
automatically installed as well as all the dependencies required to run the suite. The package
directory can later be cleaned with the make clean
command.
The package is continuously tested by Travis CI.
License
The package is licensed under the New BSD License - See the LICENSE file for details.