Download the PHP package titan-framework/install without Composer

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

Titan Framework: Core Installation Script

About

Titan is a framework for instantiation of content management systems (CMS), allowing the creation of complex web applications. The Titan Framework proposal is to be a simple and complete development tool, allowing you to create robust applications quickly and easily.

Titan was developed and is maintained by the partnership between the Software Engineering Laboratory (LEDES) of the Faculty of Computing (FACOM) of the Federal University of Mato Grosso do Sul (UFMS) and the Laboratory for Precision Livestock, Environment and Software Engineering (PLEASE Lab) of the Embrapa Beef Cattle of the Brazilian Agricultural Research Corporation (Embrapa).

Using Composer this script works making a work copy, with most recent TAG, of Git repository of Titan Framework's CORE. It's especially useful to install the core of Titan Framework on servers (with test, homologation or production environment).

Getting Start

To start using Titan Framework, is strongly recommended create a new instance using titan-framework/instance.

Otherwise, if you implemented a instance and wants to publish, please, you need install Composer and install Git on server, and do:

More Information

After install CORE in server, your web application will not works yet. For this, you need install all requirements (like Apache with mod_rewrite, PHP and it's extensions, PostgreSQL, etc). See Titan Cookbook (in portuguese) to detailed explanation. You can also access our mailing list to learn advanced features and answer questions.


All versions of install with dependencies

PHP Build Version
Package Version
Requires php Version >=5.2
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 titan-framework/install contains the following files

Loading the files please wait ....