Download the PHP package holloway87/hw-basics-bundle without Composer
On this page you can find all versions of the php package holloway87/hw-basics-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download holloway87/hw-basics-bundle
More information about holloway87/hw-basics-bundle
Files in holloway87/hw-basics-bundle
Download holloway87/hw-basics-bundle
More information about holloway87/hw-basics-bundle
Files in holloway87/hw-basics-bundle
Vendor holloway87
Package hw-basics-bundle
Short Description Symfony Basics Bundle
License WTFPL
Homepage https://github.com/holloway87/hw-basics-bundle
Package hw-basics-bundle
Short Description Symfony Basics Bundle
License WTFPL
Homepage https://github.com/holloway87/hw-basics-bundle
Please rate this library. Is it a good library?
Informations about the package hw-basics-bundle
Holloway's Basics Bundle
This Symfony Bundle includes some basic layout and controller functionality.
Installation
Use Composer (recommended)
The easiest way to install this bundle is via composer. Just add it to the require list in the symfony project's
composer.json
.
"holloway87/hw-basics-bundle": "dev-master"
Download an archive
You can download an archive on the repository's github page. Extract the archive into your src/
folder into
the directory Hw/BasicsBundle
.
Features
These are some features this bundle gives you:
- Create menus with items via a menu type class (similar to form types from symfony)
- Use your menus in twig layouts with a global function
- Create Breadcrumbs and access them in your twig layouts with a global function
- A base controller class exists to easily encode an entity's password or generate a random one
- Copy twitter bootstrap files to your resource directory on composer update or install
- A utility class to manipulate images with the gd library (cut a rectangle, resize, black & white filter, ...)
- Classes exist to easily execute a curl request and access the response data
Feature plans
I will add more features and wiki pages how to use the bundle.
All versions of hw-basics-bundle with dependencies
PHP Build Version
Package Version
The package holloway87/hw-basics-bundle contains the following files
Loading the files please wait ....