Download the PHP package harentius/blog-bundle without Composer

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

Symfony Blog Bundle

codecov Maintainability Scrutinizer Code Quality

Symfony Bundle for adding simple blog functionality to existing or new Symfony project.

Requirements

Version ^4.0 - Symfony ^4.0, twig/twig:^2.0
Version ^3.0 - Symfony ^3.0
Version ^1.0|^2.0 - Symfony ^2.7

Installation

1. With Symfony Flex

TODO

2. Without Symfony Flex

1) Install bundle

2) Add bundles (in config/bundles.php or Kernel):

Please note that HarentiusBlogBundle can provide default configuration for other bundles.
To make this work, HarentiusBlogBundle should be registered before other bundles

HarentiusBlogBundle also has default security config. So please make sure it does not conflict with your app config or skip using it

3) Include routes:

4) Include default configs:
Note: this step can be skipped if you decide to configure bundles (i.e. DoctrineBundle, SecurityBundle, etc) yourself

Configuration

Config reference:

Post Installation/Configuration actions

1) Create/Update your DB according to chosen installation type

2) Install assets

3) Load fixtures (optional)

Additional Resources

https://folkprog.net - example of blog based on this bundle.

https://github.com/harentius/folkprog - git repository with sources of this blog.


All versions of blog-bundle with dependencies

PHP Build Version
Package Version
Requires php Version ^7.0
ext-json Version *
ext-apcu Version *
symfony/monolog-bundle Version ^3.5
symfony/asset Version ^4.4
symfony/console Version ^4.4
symfony/framework-bundle Version ^4.4
symfony/security-bundle Version ^4.4
symfony/translation Version ^4.4
symfony/twig-bundle Version ^4.4
twig/twig Version ^2.12|^3.0
symfony/dotenv Version ^4.4
symfony/yaml Version ^4.4
symfony/intl Version ^4.4
stof/doctrine-extensions-bundle Version ^1.3
sonata-project/admin-bundle Version ^3.56
sonata-project/doctrine-orm-admin-bundle Version ^3.12
sonata-project/translation-bundle Version ^2.4
doctrine/orm Version ^2.7
doctrine/doctrine-bundle Version ^1.12 || ^2.0
sensio/framework-extra-bundle Version ^5.5
knplabs/knp-paginator-bundle Version ^4.1 || ^5.0
hautelook/alice-bundle Version ^2.5
knplabs/knp-menu-bundle Version ^2.3
mhujer/breadcrumbs-bundle Version ^1.5
beberlei/doctrineextensions Version ^1.2
friendsofsymfony/jsrouting-bundle Version ^2.4
presta/sitemap-bundle Version ^1.7
eko/feedbundle Version ^2.0
liip/imagine-bundle Version ^2.2
monolog/monolog Version ^1.22
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 harentius/blog-bundle contains the following files

Loading the files please wait ....