Download the PHP package silverstripers/continental-content without Composer

On this page you can find all versions of the php package silverstripers/continental-content. 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 continental-content

Continental Content Module

A SilverStripe module which allows you to have contents specific for locations, and serve these contents for users by checking their location.

Installing

Use composer to install the module.

composer require silverstripers/continental-content dev-master

Configuring

After installing the module on your SilverStripe site, you have to manually specify which data objects you want the module to decorate with in order to have different contents.

You have the freedom to decorate any object, in this YAML i am decorating the SiteTree object, which is the base object of SilverStripe pages.

Setting up location

Once you've done the above you can set up the locations which you want to have different contents for.

If you want to use contents for a group of location then you can group them by.

In this example Europe will be used for GB, GE, FR countries.

What if you dont want to have multiple fields

If there are fields which you dont wish to customise for each of the locations, you can specify them as configs

The above removes URLSegment from any of the data objects you have a field called URLSegment, but it removes Title only from SiteTree.

Seperate URLS

If you want to have separate urls for each location eg: site.com/uk/home, site.com/nz/home etc. You can allow that with another config.

Webserver cant read the visitors IP ? (Higher Level Customizations)

Sometimes this can happen, if you are using several load balancers to and have your website behind them and your load balancers wont pass the end clients IP. In this can use can set up a form and ask your users to select the location they are coming from.

set up the IP which your webserver gets all the time.

make a function like the following in Page_Controller class.

If the above returns true you can draw a location selector to select the visitor's location.

Setting up IP database

The module only supports max mind, upload the max mind City data base from the site config.

Debug options

There are several options to debug the configs. You can pass three get vars

  1. FAKE_IP -- fake the ip address
  2. CLEAR_IP -- clear the ip from the session
  3. debug_location -- Displays a debug message on screen for the locations.

All versions of continental-content with dependencies

PHP Build Version
Package Version
Requires silverstripe/framework Version ~3.1
geoip2/geoip2 Version v2.6.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 silverstripers/continental-content contains the following files

Loading the files please wait ....