Download the PHP package maketok/site without Composer

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

Maketok site application

master Build Status SensioLabsInsight Scrutinizer Code Quality Code Coverage Latest Unstable Version License

dev Build Status Scrutinizer Code Quality Code Coverage

About

A package is aimed to provide a simple platform for site developer. It includes independent components (bundles) from major vendors to handle low level operations.

This should be considered experimental until any stable release is out. So I wouldn't recommend it for any production instance.

App code is bundled in Maketok namespace and consists of major areas:

This app is distributed under MIT licence, and anyone can use it for his (or her) needs as he sees fit. I'm not providing any means of warranty, and may or may not address any issues programmatic or of any other sort that are connected with or caused by the software.

Tech

Includes next major components from vendors:

License

MIT

Install

  1. Checkout the repo - for example `git clone https://github.com/SlayerBirden/site.git
  2. If you don't have composer installed:
    • curl -sS https://getcomposer.org/installer | php
    • sudo mv composer.phar /usr/bin/composer
  3. Install dependencies:
    • composer install
  4. Run setup:
    • php setup.php
    • You can specify next options:
      • webserver
      • db_user, default root
      • db_passw, default empty string
      • db_host, default localhost
      • db_database, default maketok
      • db_driver, default pdo_mysql
      • base_url
      • admin_url
      • admin_user_username
      • admin_user_password
      • admin_user_firsname
      • admin_user_lastname
    • For example: php setup.php --webserver=apache --db_user=root --db_host=localhost --db_database=test --base_url=http://test.com
    • Any of the parameters that are omitted will be prompted by Stdin provider.

Example Nginx Configuration


All versions of site with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
zendframework/zend-db Version 2.*
zendframework/zend-stdlib Version 2.*
zendframework/zend-uri Version 2.*
zendframework/zend-eventmanager Version 2.*
monolog/monolog Version ~1.0
symfony/http-foundation Version 2.*
symfony/dependency-injection Version 2.*
symfony/config Version 2.*
symfony/form Version 2.*
symfony/twig-bridge Version 2.*
symfony/validator Version 2.*
symfony/expression-language Version 2.*
twig/twig Version ~1
twig/extensions Version 1.*
erusev/parsedown-extra Version ~0.2
aptoma/twig-markdown Version ~0.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 maketok/site contains the following files

Loading the files please wait ....