Download the PHP package andrebian/wp-represent-map without Composer

On this page you can find all versions of the php package andrebian/wp-represent-map. 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 wp-represent-map

Latest Stable Version Total Downloads Latest Unstable Version License

WP REPRESENT MAP

Wordpress plugin based on Represent Map.

The original represent map is a full-system to manage startups, accelerators, coworking and much more pin on maps using Google Maps API.

This plugin is inspired on the original Represent Map providing the wordpress admin management. The same functionality inside Wordpress.

INSTALLATION

Composer

"andrebian/wp-represent-map": "dev-master"

Cloning

Clone this repository into your wp-content/plugins path keeeping the wp-represent-map path name and enable it on Wordpress admin panel.

Downloading as zip

Download it as zip, unzip into your wp-content/plugins path keeping the wp-represent-map path name.

USAGE

Indispensable

On your functions.php put the following code:

/* Single item height in pixels */
if ( !defined('SINGLE_HEIGHT_MAP') ) {
    define('SINGLE_HEIGHT_MAP', '150PX');
}

/* Full map height in pixels */
if ( !defined('ALL_HEIGHT_MAP') ) {
    define('ALL_HEIGHT_MAP', '560px');
}

After this follow the steps bellow.

Admin Panel

Configure your default location and default lat lng in Settings/Wp Represent Map admin page. After this create your item types in Map Items/Type on wordpress admin panel. Now just create your Map items providing the correct address and selecting which is the type of it.

Blog/Site

The WP Represent Map works with shortcode. To show all items in a map use:

[represent-map]

To show only one type of items on map provide the slug you want to show in type parameter:

[represent-map type=startup]

NOTE

This plugin actually works with only 2 category levels, if exists more than 2 levels the following WILL NOT APPEAR on lateral menu.

CONTRIBUTING

I am just starting the development and would be very happy if anyone can help to create an awesome tool.

If you want to contribute, please read CONTRIBUTING file.


All versions of wp-represent-map with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.3
composer/installers Version *
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 andrebian/wp-represent-map contains the following files

Loading the files please wait ....