gouf / fuelphp_db_connect_demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#FuelPHP

Description

FuelPHP is a fast, lightweight PHP 5.3+ framework. In an age where frameworks are a dime a dozen, We believe that FuelPHP will stand out in the crowd. It will do this by combining all the things you love about the great frameworks out there, while getting rid of the bad.

FuelPHP is fully PHP 7 compatible.

More information

For more detailed information, see the development wiki.

##Development Team

  • Harro Verton - Project Manager, Developer (http://wanwizard.eu/)
  • Steve West - Core Developer, ORM
  • Márk Sági-Kazár - Developer

Want to join?

The FuelPHP development team is always looking for new team members, who are willing to help lift the framework to the next level, and have the commitment to not only produce awesome code, but also great documentation, and support to our users.

You can not apply for membership. Start by sending in pull-requests, work on outstanding feature requests or bugs, and become active in the #fuelphp IRC channel. If your skills are up to scratch, we will notice you, and will ask you to become a team member.

Alumni


phpdotenv

Create .env file into project root directory

and set account information like below:

FUEL_DB_DEV_USER=user_name
FUEL_DB_DEV_PASSWORD=password
FUEL_DB_PROD_USER=user_name
FUEL_DB_PROD_PASSWORD=password

About

License:MIT License


Languages

Language:PHP 98.1%Language:ApacheConf 1.9%