2017 © Pedro PelĆ”ez
 

library bacon

Fast and scalable PHP MVC framework

image

brainsware/bacon

Fast and scalable PHP MVC framework

  • Monday, June 19, 2017
  • by DKhalil
  • Repository
  • 2 Watchers
  • 6 Stars
  • 517 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 16 Versions
  • 1 % Grown

The README.md

Got bacon?

The bacon PHP framework is a lean, clean, simple and fast MVC framework without too much fuzz about it., (*1)

Server Requirements: * A webserver * PHP 7.0 or greater (php.net) * Composer (getcomposer.org), (*2)

Installation:

Once you have PHP and composer set up, you can create a skeleton project with the following:, (*3)

% composer create-project brainsware/bacon-dist project-name

This will download all the necessary software, and create all important directories and sample configuration files for your new project:, (*4)

Installing brainsware/bacon-dist (1.0)
  - Installing brainsware/bacon-dist (1.0)
    Loading from cache

Created project in project-name
Loading composer repositories with package information
Installing dependencies
  - Installing brainsware/php-markdown-extra-extended (dev-master 1.0)
    Cloning 1.0

  - Installing brainsware/sauce (1.0)
    Loading from cache

  - Installing minmb/phpmailer (dev-master df44323)
    Cloning df443234ad0ca10cbf91a0c0a728b256afcab1d1

  - Installing twig/twig (dev-master ba67e2c)
    Cloning ba67e2cf8e2ca6cada1de5a316a724df648c52ac

  - Installing brainsware/bacon (1.0)
    Loading from cache

Writing lock file
Generating autoload files

Configuration:

Bacon uses PHP files for storing all of its configurations., (*5)

The skeleton project we provide comes with an Intro controller, which is set as the default fallback controller in Config/Base.php, (*6)

The second config file you will want to look at is Config/Database.php Here are the basic options you will want to set for your database:, (*7)

'server'   => 'db.dbznet',  # Enter your server host here
'name'     => 'blogDB',     # The name of your database
'type'     => 'mysql',      # Anything your PDO Installation supports. (http://www.php.net/manual/en/pdo.drivers.php)
'username' => 'blogDBuser', # The username you want to connect to your database with
'password' => 'VryScrPswd', # The password.

Bacon does not provide default values for these options. If your application needs a database, you will have to create it and connect Bacon to it via Config/Database.php., (*8)

The Versions

19/06 2017

dev-master

9999999-dev http://baconphp.net

Fast and scalable PHP MVC framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Daniel Khalil
by Igor Galić

05/06 2017

1.1.5

1.1.5.0 http://baconphp.net

Fast and scalable PHP MVC framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Daniel Khalil
by Igor Galić

12/05 2017

1.1.4

1.1.4.0 http://baconphp.net

Fast and scalable PHP MVC framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Daniel Khalil
by Igor Galić

29/03 2017

1.1.3

1.1.3.0 http://baconphp.net

Fast and scalable PHP MVC framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Daniel Khalil
by Igor Galić

25/02 2017

1.1.2

1.1.2.0 http://baconphp.net

Fast and scalable PHP MVC framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Daniel Khalil
by Igor Galić

17/02 2017

1.1.1

1.1.1.0 http://baconphp.net

Fast and scalable PHP MVC framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Daniel Khalil
by Igor Galić

09/02 2017

1.1.0

1.1.0.0 http://baconphp.net

Fast and scalable PHP MVC framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Daniel Khalil
by Igor Galić

02/01 2016

1.0.1

1.0.1.0 http://baconphp.net

Fast and scalable PHP MVC framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Daniel Khalil
by Igor Galić
by Alexander PƔnek

28/12 2015

1.0.0

1.0.0.0 http://baconphp.net

Fast and scalable PHP MVC framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Daniel Khalil
by Igor Galić
by Alexander PƔnek

05/01 2015

0.2.0

0.2.0.0 http://baconphp.net

Fast and scalable PHP MVC framework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Daniel Khalil
by Igor Galić
by Alexander PƔnek

18/04 2013

0.1.5

0.1.5.0 http://baconphp.net

Fast and scalable PHP MVC framework

  Sources   Download

Apache-2.0

The Requires

 

by Daniel Khalil
by Igor Galić
by Alexander PƔnek

18/03 2013

0.1.4

0.1.4.0 http://baconphp.net

Fast and scalable PHP MVC framework

  Sources   Download

Apache-2.0

The Requires

 

by Daniel Khalil
by Igor Galić
by Alexander PƔnek

18/03 2013

0.1.3

0.1.3.0 http://baconphp.net

Fast and scalable PHP MVC framework

  Sources   Download

Apache-2.0

The Requires

 

by Daniel Khalil
by Igor Galić
by Alexander PƔnek

18/03 2013

0.1.2

0.1.2.0 http://baconphp.net

Fast and scalable PHP MVC framework

  Sources   Download

Apache-2.0

The Requires

 

by Daniel Khalil
by Igor Galić
by Alexander PƔnek

15/03 2013

0.1.1

0.1.1.0 http://baconphp.net

Fast and scalable PHP MVC framework

  Sources   Download

Apache-2.0

The Requires

 

by Daniel Khalil
by Igor Galić
by Alexander PƔnek

14/03 2013

0.1.0

0.1.0.0 http://baconphp.net

Fast and scalable PHP MVC framework

  Sources   Download

Apache-2.0

The Requires

 

by Daniel Khalil
by Igor Galić
by Alexander PƔnek