Download the PHP package docono/company-bundle without Composer

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

DOCONO.io Company Bundle

interface

Description

The Company Bundle provides to the backend user a simplified management panel to edit all important company information such as:

included translations

new in v3.0.1

new in v3

new in v2

new in v1.4

new in v1.3

new in v1.2.2

new in v1.2.1

DO CHECK YOUR TIMES AFTER UPDATE!

new in v1.2.0

new in v1.1.1

new in v1.1.0

Getting Started

  • download bundle with Composer
  • register the Bundle in the
  • install the Bundle in the console
  • make sure the cache is flushed and Pimcore reloaded
  • open the "Company Information" panel and fill in the company details
  • assign data to the view in your controller

Configuration File

Each site has its own YAML configuration file which is located in the app config folder /var/config.

site ids

The Bundle uses the Pimcore site ids:

  • site_0: the main site
  • site_1: site with the id 1
  • site_2: site with the id 2
  • etc

example

/var/config/docono_company.site_0.yml /var/config/docono_company.site_1.yml

config YAML

Configuration Helper

If you want to access any of the company information data, simply use the STATIC config helper to access them.

CompanyBundle\Helper\Config

Name Return Description
getFile() string get YAML config file for current site
getFileForSite(String $site) string get YAML config file for given site id
getData(String $site=null) array array of all data
getCompany() array array of the 'company' namespace
getSocialmedia() array array of the 'socialmedia' namespace
getOpeningtimes() array array of the 'times' namespace
getHolidays() array array of the 'holiday' namespace
getSEO(string $language='en') array array of the 'seo' namespace
getSchema() array array of the 'schema' namespace
getLocation() array array of the 'location' namespace
getAccounts() array array of the 'accounts' namespace

Example


All versions of company-bundle with dependencies

PHP Build Version
Package Version
Requires pimcore/pimcore Version ^11.0
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 docono/company-bundle contains the following files

Loading the files please wait ....