2017 © Pedro Peláez
 

library bearframework

An open-sourced PHP framework. Incredibly lightweight. Powerful enough.

image

bearframework/bearframework

An open-sourced PHP framework. Incredibly lightweight. Powerful enough.

  • Thursday, July 26, 2018
  • by ivopetkov
  • Repository
  • 7 Watchers
  • 29 Stars
  • 1,536 Installations
  • PHP
  • 36 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 29 Versions
  • 16 % Grown

The README.md

Bear Framework, (*1)

Incredibly lightweight. Powerful enough., (*2)

An open-source PHP framework that can help you build successful projects better. It's also easy to install and extend. Just like you'd expect from a modern framework., (*3)

Bear Framework provides all the basic tools you need to develop a modern website or application. You've got routing, data storage, addons, logs, assets helpers and few more useful tools., (*4)

Latest Stable Version License, (*5)

Simple and powerful

Bear Framework is one of the easiest PHP frameworks you can find. See for yourself. Here is a simple app that outputs 'Hi'., (*6)

<?php
require 'path/to/vendor/autoload.php';
use BearFramework\App;

$app = new App();

$app->routes->add('/', function() {
    return new App\Response('Hi');
});

$app->run();

Download and install

  • Install via Composer
composer require bearframework/bearframework

or the following command to create a sleketon application, (*7)

composer create-project bearframework/app [my-app-name]
  • Download a zip/phar file

Download the latest release from our GitHub page., (*8)

Documentation

Documentation is available at http://bearframework.com/docs/., (*9)

How to run the tests

After installing the dependencies with Composer, you will have a local version of PHPUnit. You can run the tests like this: vendor/bin/phpunit tests/., (*10)

License

Bear Framework is open-source software. It's free to use under the MIT license. See the license file for more information., (*11)

Let's talk

Follow and contact Bear Framework team at bearframework.com, Twitter (@bearframework) and Facebook., (*12)

The Versions

26/07 2018

dev-master

9999999-dev https://github.com/bearframework/bearframework

An open-sourced PHP framework. Incredibly lightweight. Powerful enough.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

14/07 2018

0.10.x-dev

0.10.9999999.9999999-dev https://github.com/bearframework/bearframework

An open-sourced PHP framework. Incredibly lightweight. Powerful enough.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

14/07 2018

v0.10.8

0.10.8.0 https://github.com/bearframework/bearframework

An open-sourced PHP framework. Incredibly lightweight. Powerful enough.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

12/07 2018

v0.10.7

0.10.7.0 https://github.com/bearframework/bearframework

An open-sourced PHP framework. Incredibly lightweight. Powerful enough.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

12/07 2018

v0.10.6

0.10.6.0 https://github.com/bearframework/bearframework

An open-sourced PHP framework. Incredibly lightweight. Powerful enough.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

12/07 2018

v0.10.5

0.10.5.0 https://github.com/bearframework/bearframework

An open-sourced PHP framework. Incredibly lightweight. Powerful enough.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

20/06 2018

v0.10.4

0.10.4.0 https://github.com/bearframework/bearframework

An open-sourced PHP framework. Incredibly lightweight. Powerful enough.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

31/05 2018

v0.10.3

0.10.3.0 https://github.com/bearframework/bearframework

An open-sourced PHP framework. Incredibly lightweight. Powerful enough.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

31/05 2018

v0.10.2

0.10.2.0 https://github.com/bearframework/bearframework

An open-sourced PHP framework. Incredibly lightweight. Powerful enough.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

15/05 2018

v0.10.1

0.10.1.0 https://github.com/bearframework/bearframework

An open-sourced PHP framework. Incredibly lightweight. Powerful enough.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

10/11 2017

v0.10.0

0.10.0.0 https://github.com/bearframework/bearframework

An open-sourced PHP framework. Incredibly lightweight. Powerful enough.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

29/08 2017

v0.10.0-beta.7

0.10.0.0-beta7 https://github.com/bearframework/bearframework

An open-sourced PHP framework. Incredibly lightweight. Powerful enough.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

25/07 2017

v0.10.0-beta.6

0.10.0.0-beta6 https://github.com/bearframework/bearframework

An open-sourced PHP framework. Incredibly lightweight. Powerful enough.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

18/07 2017

v0.10.0-beta.5

0.10.0.0-beta5 https://github.com/bearframework/bearframework

An open-sourced PHP framework. Incredibly lightweight. Powerful enough.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

26/05 2017

v0.10.0-beta.4

0.10.0.0-beta4 https://github.com/bearframework/bearframework

An open-sourced PHP framework. Incredibly lightweight. Powerful enough.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

23/05 2017

v0.10.0-beta.3

0.10.0.0-beta3 https://github.com/bearframework/bearframework

An open-sourced PHP framework. Incredibly lightweight. Powerful enough.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

22/05 2017

v0.10.0-beta.2

0.10.0.0-beta2 https://github.com/bearframework/bearframework

An open-sourced PHP framework. Incredibly lightweight. Powerful enough.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

15/05 2017

v0.10.0-beta.1

0.10.0.0-beta1 https://github.com/bearframework/bearframework

An open-sourced PHP framework. Incredibly lightweight. Powerful enough.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

24/10 2016

v0.9.3

0.9.3.0 https://github.com/bearframework/bearframework

An open-sourced PHP framework. Incredibly lightweight. Powerful enough.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

21/10 2016

v0.9.2

0.9.2.0 https://github.com/bearframework/bearframework

An open-sourced PHP framework. Incredibly lightweight. Powerful enough.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

04/10 2016

v0.9.1

0.9.1.0 https://github.com/bearframework/bearframework

PHP framework

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

03/10 2016

v0.9.0

0.9.0.0 https://github.com/bearframework/bearframework

PHP framework

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

26/04 2016

v0.8.1

0.8.1.0 https://github.com/bearframework/bearframework

PHP framework

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

13/04 2016

v0.8.0

0.8.0.0 https://github.com/bearframework/bearframework

PHP framework

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

19/02 2016

v0.7.0

0.7.0.0 https://github.com/bearframework/bearframework

PHP framework

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

05/02 2016

v0.6.2

0.6.2.0 https://github.com/bearframework/bearframework

PHP framework

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

29/01 2016

v0.6.1

0.6.1.0 https://github.com/bearframework/bearframework

PHP framework

  Sources   Download

MIT

The Requires

 

The Development Requires

framework logging routing error handling

26/01 2016

v0.6.0

0.6.0.0 https://github.com/bearframework/bearframework

PHP framework

  Sources   Download

MIT

The Requires

 

framework logging routing error handling

14/01 2016

v0.5.0

0.5.0.0 https://github.com/bearframework/bearframework

PHP framework

  Sources   Download

MIT

The Requires

 

framework logging routing error handling