Download the PHP package hanamisoftware/hanami-style-library without Composer

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

Hanami Style Library

How to

If you already use Bootstrap you are good to go. I did only a few changes that helped me complete a Project

the maximum width of a .container would be 1440. Because 1440 / 12 the total column span gives me an integer ex. 1440px / 12 columns every column would be 120px. For me easy to work with.

Remember to alway put the custom.css file that you find in the example after including bootstrap.css

Bootstrap Docs

.center added special center class to center every column no matter the column span. Sometimes when you have columns of different sizes, with col-*-n-offset-n it's very tricky to center the columns. so just put the .center class in the parent .row and it's done

How to install the Library

Composer

A very special Thank You to the Bootstrap Community for building this fantastic Frontend Toolkit

Of course I left all the copyright and licenses in place. If it happen that you fork the project and you would like to make it nicer, please leave the copyright to whom it belogs (Bootstrap)

What you will find inside of the library

You will find all the source code, example folder with a template, javascript files, icon pack You have everything to start a new Project

How to use the Icons

referr to Bootstrap Icons Documentation

Extended Functionality

if you want popper.js for extended functionality use this from jsdelivr

Mobile and SPA - OPA Web Application with React

just import in your react app this script and everything will work like a charm Thanks to React Bootstrap Library and The Community follow the Instruction here React Bootstrap Documentation

but you can just copy and paste example/index.php

this project uses Sass of course

Happy Coding


All versions of hanami-style-library with dependencies

PHP Build Version
Package Version
No informations.
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 hanamisoftware/hanami-style-library contains the following files

Loading the files please wait ....