Download the PHP package slavlee/advertising without Composer

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

TYPO3 Extension advertising

TYPO3 11 Donate

Advertising is a native TYPO3 extension without any dependencies. Create advertising campaigns for you or your customers and post them on your TYPO3 page. It is as easy as to publish an image element.

1 Features

2 Usage

2.1 Installation

Installation as extension from TYPO3 Extension Repository (TER)

Download and install the extension with the extension manager module.

2.2 Minimal setup

1) Create a new folder and name it as you want 2) Edit this sysfolder and go to Behaviour and choose the Advertising plugin 3) Go to the Resources tab and choose Page TSConfig: EXT:advertising and save the folder 4) Edit your root page template and go to the Includes tab and choose the EXT:advertising static file. 5) Go to the Admin Tools: Settings and click on Configure extensions. Edit there the Storage Page for the extension: advertising 6) Now you are ready to create customers, campaign, zones and banners inside the new folder you have created in step 1

2.3 Recommended settings

Route Enhancer

Set custom routes for the typeNum values set in step 5 (see list above). I recommend the following settings: routeEnhancers: PageTypeSuffix: type: PageType [...] map: [...] '/clicktracking': 28062019 '/deliveredtracking': 28062020

3 How do you should use this extension

Before you create your first banner, go to the created sysfolder and create there at least one customer and campaign. Every banner needs to be assigned to a customer and a campaign. If you don't have a customer, then create an customer entity for yourself.

The zones are optional, because you also can create individual banners on your TYPO3 page. You will find the banner and zone in the content element browser.

3.1 Campaign

A campaign holds the information to decide if an advertising material shall be displayed in the frontent. For the moment you can set start- und endtime. You can also let them empty, then your campaign is always active.

3.2 Customer

A customer is just a name and groups the campaigns and banners to a person or organization. It is used to give you the opportunity to sell advertising spots on your website for your customers.

3.3 Zone

A zone is a content element which shows only one banner at a time. If multiple banners are assigned to this zone and have active campaigns, then it will take randomly one banner from the list. At the moment there are no priorizations, but they will come in future releases.

3.4 Banner

A banner is the only advertising material you can take at the moment, but they will come more in future releases. A Banner is just a image with a link behind it. Every appearance on the website and click will be tracked with asynchronous JavaScript.

4 Display statistics

There is a new backend module for admins: Advertising. This module shows a dashboard with all available statistic data for campaigns and their banners. At the moment the extension only shows the following data:

5 Tracking

The tracking is done with a asynchronous JavaScript. It is not perfect but the best solution. It can happen in different circumstances, that advertising misses a delivered or clicked event. This usually can happen, when:

That's why the data is not 100% accurate, but it is a very good guess.

6 Changelog

The changelogs can be found inside the CHANGES.md file.

6.1 Release Management

Advertising uses semantic versioning, which means, that

Having this said, I highly recommend to make a update from your whole webpage before upgrading advertising to any version.

Thanks to my contributors

Explore more

If you are looking for awesome and easy to use TYPO3 templates and extensions, then visit: T3 Templates

7 Final words

I give my best to make this extension as accurate and as reliable as I can. Unfortunately I can't promise or guarantee that the tracking will always be working. Also, there are a lot of external potentials that this extension can't work. For example JavaScript tend to stop working and certain error types.

That's why I can not take any responsibilities of problems you may walk into, when this extension does not perform at all or creating false data.

All I can is to give my very best to make this extension as best as I can.


All versions of advertising with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^12.4
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 slavlee/advertising contains the following files

Loading the files please wait ....