3
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

codeigniter個人的に使えそうな物リストアップ

Last updated at Posted at 2019-04-21

個人的にcodeigniterで使えそうなライブラリとかノウハウとか、資料をリストアップしています。

開発

JCSama/CodeIgniter-develbar: CodeIgniter Developer Toolbar is a third party library based on Profiler Library with additional functionality for debugging and optimization, Database, Models, Helpers, Libraries, Views, Ajax.
開発者用のツールバーです。かなり便利そう。

ビュー系

domProjects/CI-Breadcrumb: Breadcrumb library for CodeIgniter 3.x.x
パンくずリスト。自分で作ると毎回面倒くさいことになるので大変助かります。

techlab/codeigniter-smartgrid: A simple PHP datagrid control for CodeIgniter framework with Bootstrap
bootstarpのグリッドコードを作ってくれる。みたいなのだが、基本的にコントローラー上でhtmlコードを作るみたい。私はビューファイル上でhtmlコードを組んじゃうので、使うことはあまり無いかなって。

CodeIgniterのViewで少しだけ工夫した点 - ah-2
ビューで読み込める変数の一覧出力とか、思いつかなかったのでさっそく真似しようと思います。

seunmatt/codeigniter-log-viewer - Packagist
ログビューアー

認証系

emreakay/CodeIgniter-Aauth: Authorization, authentication and User Management library for Codeigniter 2.x and 3.x to make easy user management and permission operations
シンプルなユーザー、ロール登録。扱いやすそう。

benedmunds/CodeIgniter-Ion-Auth: Simple and Lightweight Auth System for CodeIgniter
メール認証も含めた総合的なログインライブラリ。欲しい機能がひとまとめで入っているので、新しいサービスなんかを作る時に、こちらも便利そう。

キャッシュ

terrylinooo/codeIgniter-multi-level-cache: Simple modification makes the cache files store to multi-level sub-folders.
ユーザーごとにキャッシュを分けたりして、これまたユーザーごとに一括削除したいときとか。これでディレクトリごとにキャッシュを分けることができるのでとても便利。通常のキャッシュとほぼ変わらず利用できます。

SEO

elsodev/Codeigniter-SEO-Helper: A simple helper for Codeigniter to create meta tags for SEO
SEOヘルパー。シンプルに使いやすい。

3
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?