FuelPHP
- Version: 1.8
- Website
- Release Documentation
- Release API browser
- Development branch Documentation
- Development branch API browser
- Support Forum for comments, discussion and community support
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
- Frank de Jonge - Developer (http://frenky.net/)
- Jelmer Schreuder - Developer (http://jelmerschreuder.nl/)
- Phil Sturgeon - Developer (http://philsturgeon.co.uk)
- Dan Horrigan - Founder, Developer (http://dhorrigan.com)
本アプリケーションについて
Sample
https://mybbs-sample.herokuapp.com/
Overview
スキルチェック課題として出された、会員制掲示板サイトです。
要件は以下の通りでした。
- メールアドレス、パスワード、ユーザーメタ情報(名前、性別、年齢、自己紹介文、アイコン画像)を入力し会員登録出来る機能を含めてください。
- メールアドレス、パスワードによるログイン機能を実装し、ログイン状態を一定期間維持するようにしてください。
- アイコン画像はプロジェクト内の任意の場所にアップロードする仕様とし、DBにはパス情報のみを保存してください。
- 掲示板の形式はスレッド形式とします。(スレッドの新規作成 or 既存スレッド内の投稿に対するレスが出来る)
- 投稿記事には投稿したユーザーのアイコン画像を表示してください。
- 投稿記事中のユーザーアイコン画像をクリックするとそのユーザーのプロフィールページを表示するように実装してください。
- 投稿記事の閲覧は非ログインユーザーも含めた全員が可能で、書き込み・編集・削除はログインユーザのみが出来るように実装してください。
Feature
- Bootstrap4のデザインテンプレート導入
- スレッド内に動画、画像、マップなどの付加情報を添付出来る仕様を追加
- etc.