Download the PHP package hatframework/hat-skeleton without Composer

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

Hat Framework - Skeleton Package

INSTALAÇÃO DO HAT

1º Configure o servidor local para acessar o site por uma url diferente de localhost;

2º Certifique-se que a url criada não exista nenhuma pasta de mesmo nome dentro da pasta p;

3º Certifique-se que seu Apache possua os seguintes módulos instalados: Rewrite, Mcript, PHP5. NO PHP os seguinte módulos: Curl, ZIP, ;

4º Crie um banco de dados com usuário e senha (obrigatório);

5º Entre em http://url_where_hat_is/admin/install.php e siga as instruções.

INSTALAÇÃO DO COMPOSER NO WINDOWS

1 – Clique com o botão direito em Meu Computador

2 – Propriedades

3 – Configurações Avançadas ou Aba Avançado

4 – Variáveis de Ambiente

5 – Procure e clique em “Path” e depois no botão “Editar”

6 – Adicione ao final do que estiver lá o caminho do php: ; c:\CAMINHO\PARA\wamp\bin\php\phpVERSAO

7 – ok, ok, ok

8 – Reinicie o computador. (se precisar)

9 - Entre no Prompt de Comando

10 - Digite cd CAMINHOONDEESTÁOHAT

11 - C:\bin>php -r "readfile('https://getcomposer.org/installer');" | php

12 - php composer.phar update

INSTALAÇÃO DO BOWER (Javascript)

1) Instalação linux (centos):

sudo yum install gcc-c++ sudo yum install openssl-devel wget http://nodejs.org/dist/node-v0.4.2.tar.gz (Pick the stable version available) tar -zxvf node-v0.4.2.tar.gz cd node-v0.4.2 export JOBS=2 ./configure make sudo make install sudo su vi /etc/sudoers (We add node to the path of the sudo) Find and edit the line “Defaults secure_path …” and add “:/usr/local/bin” to the end of the path curl -L http://npmjs.org/install.sh | sudo sh

2) Instalação Windows,Mac e Ubuntu -> http://howtonode.org/how-to-install-nodejs

3) - Digite sudo npm install bower

4) - Digite sudo npm install bower-require

5) - Digite sudo bower update -Y --allow-root


All versions of hat-skeleton with dependencies

PHP Build Version
Package Version
Requires aws/aws-sdk-php Version dev-master
php Version >=5.3.0
omnipay/paypal Version ~2.0
tritoq/cielo Version dev-master
hatframework/hat-dependences Version 0.1.30
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 hatframework/hat-skeleton contains the following files

Loading the files please wait ...