Download the PHP package bluzphp/skeleton without Composer

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

Bluz, a lightweight PHP Framework

Easy to setup, easy to use. Skeleton application

Gitter

Achievements

PHP >= 7.3+

Latest Stable Version

Build Status

Scrutinizer Code Quality

Coverage Status

Total Downloads

License

Installation

Bluz works with PHP 7.0 or later and MySQL 5.4 or later (please check requirements)

I.a. From composer

Download composer.phar, it's easy:

Run create-project command (replace %path% ;):

I.b. From repository

Get Bluz skeleton source files from GitHub repository:

Download composer.phar to the project folder:

Install composer dependencies with the following command:

I.c. With PhpStorm

For install you need any web-server (for Windows) and PhpStorm. dows) и PhpStorm.

Create project in PhpStorm:

  1. File -> New project;
  2. Set the project name and location;
  3. In a Project type field choose Composer project;
  4. Check that radiobutton is set opposite "Download composer.phar from getcomposer.org", type in a search field "bluzphp/skeleton", select this package in Available packages window and click OK.
  5. After that file composer.phar and all dependencies will be loaded.

II. Configuration

Edit your configuration's files /path/to/application/configs/dev/*.php (configuration for development environment).

I think you need to change only db.php for first run

III. Setup database

To run the migrations, execute the command:

To fill database with data example, execute the command:

IV.a. Run built-in web-server

You can run internal PHP web-server with simple console tool:

IV.b. Use Apache

Or create symlink to Apache document root (required FollowSymlinks option):

Usage

You can create models, controllers and views with Bluzman console tool, or following old school style:

Model

Model consists from two classes Table and Row:

Controller

Controller is file with anonymous function:

View

View is native:

Documentation

Demo

License

The project is developed by NIX PHP team and distributed under MIT LICENSE

NIX has OEM License of Redactor. Full text of Redactor License you can read at http://imperavi.com/redactor/license/

Vendors


All versions of skeleton with dependencies

PHP Build Version
Package Version
Requires php Version >=7.3
ext-gd Version *
ext-json Version *
bluzphp/bluzman Version ~2.5
bluzphp/framework Version ~7.13
bluzphp/composer-plugin Version ~2.4
phpmailer/phpmailer Version ~6.5
zircote/swagger-php Version ~3.2
twbs/bootstrap Version ~5.0
robmorgan/phinx Version ~0.12
public/bootstrap-icons Version dev-master
public/swagger-ui Version dev-master
public/jquery Version dev-master
public/require Version dev-master
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 bluzphp/skeleton contains the following files

Loading the files please wait ....