Download the PHP package thelia/thelia without Composer

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

Readme

Warning

This is the development repository of Thelia. If you want to create a project, please take a look at thelia/thelia-project

If you want to download a packaged, ready-to-use distribution of the most recent version of Thelia please download thelia.zip

Thelia

Actions Status: test Scrutinizer Quality Score Discord Shield

Thelia is an open source tool for creating e-business websites and managing online content. This software is published under GNU General Public License v3.0.

A repository containing all thelia modules is available at this address : https://github.com/thelia-modules

Compatibility

Thelia 2.3 Thelia 2.4 Thelia 2.5
PHP 5.5 5.6 7.0 7.1 7.0 7.1 7.2 7.3 8.0.2 8.1 8.2
MySQL 5.5 5.6 5.5 5.6 5.7 5.6 5.7 8.0
Symfony 2.8 2.8 6.0 6.3

Requirements

MySQL 5.6

As of MySQL 5.6, default configuration sets the sql_mode value to

This 'STRICT_TRANS_TABLES' configuration results in SQL errors when no default value is defined on NOT NULL columns and the value is empty or invalid.

You can edit this default config in /etc/my.cnf and change the sql_mode to remove the STRICT_TRANS_TABLES part

Assuming your sql_mode is the default one, you can change the value directly on the run by running the following SQL Command

For more information on sql_mode you can consult the MySQL doc

Archive builders

Thelia's archive builder's needs external libraries. For zip archives, you need PECL zip. See PHP Doc

For tar archives, you need PECL phar. Moreover, you need to deactivate php.ini option "phar.readonly":

For tar.bz2 archives, you need tar's dependencies and the extension "bzip2". See PHP Doc

For tar.gz archives, you need tar's dependencies and the extension "zlib". See PHP Doc

Download Thelia 2 and install its dependencies

You can get the sources from git and then let composer install dependencies, or use composer to install the whole thelia project into a specific directory

Using git for download and composer for dependencies

Using composer for both download and dependencies

If something goes wrong during the install process, you can restart Thelia install wizard with the following command : php composer.phar run-script post-create-project-cmd

Install it

You can install Thelia by different way

Using install wizard

Installing thelia with the web install wizard allow to create an administrator, add some informations about your shop, etc

First of all, you have to configure a vhost as describe in configuration section.

The install wizard in accessible with your favorite browser :

For example, I have thelia downloaded at https://thelia.net and my vhost is correctly configured, I have to reach this address :

Using cli tools

You just have to follow all instructions.

Docker and docker compose

This repo contains all the configuration needed to run Thelia with docker and docker-compose. Warning, this docker configuration is not ready for production.

It requires obviously docker and docker-compose

To install Thelia within Docker, run :

It will ask you for a template name (usually your project name) if you don't have a .env file but you can create the .env by yourself, take a look at .env.docker to make your own.

If your folder template does not exist it will copy the "modern" template.

Next just go to http://localhost:8080 and you should see your Thelia installed !

And run the same command everytime you want launch your Thelia.

If you want add some sample data just add the option -demo

If you want to access your database from your computer (with DBeaver, Sequel Pro or anything else) by default the host is localhost and the port is 8086

Using Makefile

To install Thelia, run : If you have been missingACTIVE_FRONT_TEMPLATEand/orACTIVE_ADMIN_TEMPLATE, you should set them up in .env.local and launch : If you need an example of thelia database, you can run: `

Documentation

Thelia documentation is available at https://doc.thelia.net

Contribute

See the documentation : https://doc.thelia.net/docs/contribute

If you submit modifications that adds new data or change the structure of the database, take a look to https://doc.thelia.net/docs/contribute#sql-scripts-modification

Community

Join the conversation and help the community :

Twitter Discord StackOverflow Forum


All versions of thelia with dependencies

PHP Build Version
Package Version
Requires php Version >= 8.1
ext-pdo Version *
ext-json Version *
ext-intl Version *
ext-curl Version *
psr/log Version 1.1.*
symfony/config Version 6.4.*
symfony/console Version 6.4.*
symfony/dependency-injection Version 6.4.*
symfony/event-dispatcher Version 6.4.*
symfony/http-kernel Version 6.4.*
symfony/routing Version 6.4.*
symfony/filesystem Version 6.4.*
symfony/yaml Version 6.4.*
symfony/translation Version 6.4.*
symfony-cmf/routing Version 3.0.*
symfony/validator Version 6.4.*
symfony/options-resolver Version 6.4.*
symfony/security-core Version 6.4.*
symfony/security-http Version 6.4.*
symfony/security-csrf Version 6.4.*
symfony/expression-language Version 6.4.*
symfony/process Version 6.4.*
symfony/dom-crawler Version 6.4.*
symfony/property-access Version 6.4.*
symfony/serializer Version 6.4.*
symfony/finder Version 6.4.*
symfony/http-foundation Version 6.4.*
symfony/form Version 6.4.*
symfony/dotenv Version 6.4.*
symfony/stopwatch Version 6.4.*
symfony/twig-bundle Version 6.4.*
symfony/web-profiler-bundle Version 6.4.*
thelia/currency-converter Version ~1.0
ptachoire/cssembed Version 1.0.*
simplepie/simplepie Version 1.5.*
imagine/imagine Version 1.2.4
michelf/php-markdown Version 1.9.*
smarty/smarty Version ~4.1.0
commerceguys/addressing Version 1.1.*
symfony/cache Version 6.4.*
symfony/polyfill-php73 Version ^1.0
symfony/lock Version 6.4.*
thelia/propel Version dev-thelia-2.5
symfony/mime Version 6.4.*
symfony/framework-bundle Version 6.4.*
wikimedia/less.php Version ^3.1
symfony/psr-http-message-bridge Version ^2.1
symfony/flex Version ^1.12
doctrine/cache Version ~1.0
assetic/framework Version ~3.0.0
spipu/html2pdf Version ~5.2.5
symfony/mailer Version 6.4.*
symfony/webpack-encore-bundle Version ^1.14
composer/composer Version ~2.3.0
thelia/open-api-module Version ^2.1.6
thelia/smarty-redirection-module Version ~2.0.0
thelia/choice-filter-module Version ^2.1
thelia/custom-delivery-module Version ~3.1.2
thelia/store-seo-module Version ^2.0
thelia/better-seo-module Version ^2.1
thelia/short-code-meta-module Version ^2.0
thelia/force-phone-module Version ^2.0
thelia/thelia-blocks-module Version ^2.0.3-beta
thelia/thelia-library-module Version ^1.1.7
thelia/product-loop-attribute-filter-module Version ~2.0.0
doctrine/annotations Version ^2.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 thelia/thelia contains the following files

Loading the files please wait ....