Download the PHP package mohsinqk/ce-timeline without Composer

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

Timeline Content Element for TYPO3 CMS (ce_timeline)

This extension provides a new content element of type "Timeline" (ce_timeline) that contains inline records of different timeline entries. Please note that this is not a plugin and there are no records visible in any list view by default. Feel free to use the code or the extension as a basis for your own stuff.


Key Features

* (the lightbox feature comes with its own, independent JavaScript!)

Online DEMO and Screenshots

https://simonkoehler.com/typo3-extensions/timeline-content-element

Upgrade from version 3.xx to version 4.0.0

Just install and overwrite the extension. If you get an error in the frontend or backend, make sure your caches have been cleared.

Installation

Install the extension by downloading it in the extension manager or on https://extensions.typo3.org/extension/ce_timeline/.

Basic configuration

You don't need to configure much to get this extension running.

Need custom CSS Styling or even SASS?

No problem! Just do NOT include the Static TypoScript as mentioned above and the extension will render just plain HTML. If you want to use the styles that come with the extension, feel free to use the SASS file in "Resources/Private/Scss" and change them to your needs.

Changing the template files

Since this is NOT a plugin but a regular content element, you need to change the following paths in order to overwrite the HTML/Fluid template paths with your own paths:

Page Setup

Template files

Files you need to copy in order to overwrite them:

Main Template file: https://github.com/fullstackfreelancer/ce_timeline/blob/master/Resources/Private/Templates/Timeline.html

Partials: https://github.com/fullstackfreelancer/ce_timeline/tree/master/Resources/Private/Partials

Support & Service

If you have any problems with the extension, please let me know! Don't hesitate to send a message: https://simonkoehler.com/contact

Help me to keep this Extension up-to-date!

Many times if there is a special request, I just do it for free. I believe in the power of open source and free software. I also believe in you and your projects. If you like my work and you want to ensure further development, please don't hesitate to make a donation here: https://paypal.me/fullstackfreelancer


All versions of ce-timeline with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^11.5 || ^12.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 mohsinqk/ce-timeline contains the following files

Loading the files please wait ....