2017 © Pedro PelĂĄez
 

project php-learning

Projecte php learning Manel GavaldĂ 

image

manelgavalda/php-learning

Projecte php learning Manel GavaldĂ 

  • Friday, October 28, 2016
  • by manelgavalda
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

php-learning

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors., (*2)

Install

Via Composer, (*3)

``` bash $ composer require manelgavalda/php-learning, (*4)


## Usage Create "tests" folder with "index.php" and "database.php" on it. tests/index.php ``` php <?php use Manelgavalda\Myframework\core\Request; use Manelgavalda\Myframework\core\Router; require __DIR__ .'/../vendor/manelgavalda/php-learning/src/core/bootstrap.php'; require Router::load(__DIR__ .'/../vendor/manelgavalda/php-learning/src/controllers/routes.php')->direct(Request::uri());

tests/database.php ``` php <?php, (*5)

//Modificar indicant les teves variables d'entorn., (*6)

return [ 'dbtype' => 'mysql', 'dbname' => 'prova', 'username' => '', 'password' => '', 'dbhost' => '127.0.0.1' ]; ```, (*7)

Change log

Please see CHANGELOG for more information what has changed recently., (*8)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*9)

Security

If you discover any security related issues, please email manelgavalda@iesebre.com instead of using the issue tracker., (*10)

Credits

License

The MIT License (MIT). Please see License File for more information., (*11)

The Versions

28/10 2016

dev-master

9999999-dev

Projecte php learning Manel GavaldĂ 

  Sources   Download

by manel

28/10 2016

1.3

1.3.0.0

Projecte php learning Manel GavaldĂ 

  Sources   Download

by manel

28/10 2016

1.2

1.2.0.0

Projecte php learning Manel GavaldĂ 

  Sources   Download

by manel

28/10 2016

1.1

1.1.0.0

Projecte php learning Manel GavaldĂ 

  Sources   Download

by manel

28/10 2016

1.0

1.0.0.0

Projecte php learning Manel GavaldĂ 

  Sources   Download

by manel

27/10 2016

0.2

0.2.0.0

Projecte php learning Manel GavaldĂ 

  Sources   Download

by manel

26/10 2016

0.1

0.1.0.0

Projecte php learning Manel GavaldĂ 

  Sources   Download

by manel