markdown awesome-php.md

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown awesome-php.md相关的知识,希望对你有一定的参考价值。

# すぐれた PHP ライブラリとリソース
[Awesome PHP](https://gist.github.com/ziadoz/1677679) の記事をフォークして翻訳したものです (2013年4月25日)。おどろくほどすごい PHP ライブラリ、リソースやちょっとした情報のリストです。

【訳者コメント】
PHP 入門者のかたにはクィックリファレンスとして [PHP: The Right Way](http://ja.phptherightway.com/) 、セキュリティに関しては2011年3月に出版された [体系的に学ぶ 安全なWebアプリケーションの作り方](http://www.amazon.co.jp/dp/4797361190) をおすすめします。

## Composer

* [Composer](http://getcomposer.org/)/[Packagist](http://packagist.org/) - パッケージと依存マネージャー
* [Composer Installers](https://github.com/composer/installers) - マルチフレームワーク Composer ライブラリインストーラー。

## Composer 関連

* [Satis](https://github.com/composer/satis) - スタティック Composer リポジトリジェネレーター。
* [Composition](https://github.com/bamarni/composition) - 実行時における Composer 環境をチェックするライブラリ。
* [Poser](https://github.com/FrenkyNet/Poser) - ライブラリのエイリアスを作成する Composer クラス。
* [Version](https://github.com/kherge/Version) - セマンティックなバージョニングのためのパースと比較ライブラリ。
* [NameSpacer](https://github.com/ralphschindler/Namespacer) - アンダースコアを名前空間に変換するライブラリ。
* [Patch Installer](https://github.com/goatherd/patch-installer) - Composer を使ってパッチをインストールするライブラリ。

## フレームワーク

* [Symfony2](http://symfony.com/) - 独立したコンポーネントで構成されるフレームワーク。
* [Knp RAD Bundle](http://rad.knplabs.com/) - Symfony 2 のためのラピッドアプリケーション開発(RAD) バンドル
* [Zend Framework 2](http://framework.zend.com) - 独立したコンポーネントで構成された別のフレームワーク。
* [Laravel 4](https://github.com/laravel/framework) - シンプルな PHP フレームワーク。
* [Lithium](http://lithify.me/) - コンポーネントで構成された別のフレームワーク。

## フレームワークコンポーネント

* [Symfony2 Components](http://symfony.com/doc/master/components/index.html) - Symfony2 を構成するコンポーネント。
* [Zend Framework 2 Components](https://packages.zendframework.com/) - ZF2 を構成するコンポーネント。
* [Aura Components](http://auraphp.github.com/) - PHP 5.4 コンポーネントのパッケージ。 

## マイクロフレームワーク

* [Silex](http://silex.sensiolabs.org/) - Symfony2 のコンポーネント周囲で構築されたマイクロフレームワーク。
* [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - Silex のスケルトン
* [Slim](http://www.slimframework.com/) - 別のシンプルなマイクロフレームワーク。
* [Bullet PHP](http://bulletphp.com/) - REST API を構築するためのマイクロフレームワーク。

## テンプレート言語

* [Twig](http://twig.sensiolabs.org/) - 包括的なテンプレート言語。
* [Twig Cache Extension](https://github.com/asm89/twig-cache-extension) - Twig のためのテンプレートフラグメントキャッシュライブラリ。
* [Mustache](https://github.com/bobthecow/mustache.php) - Mustache テンプレート言語の PHP 実装。
* [Phly Mustache](https://github.com/weierophinney/phly_mustache) - Mustache テンプレート言語の別の PHP 実装。
* [MtHaml](https://github.com/arnaud-lb/MtHaml) - HAML テンプレート言語の PHP 実装。
* [Lex](https://github.com/pyrocms/lex) - 軽量のテンプレートパーサー。

## HTTP

* [Guzzle](http://guzzlephp.org/) - HTTP クライアント。
* [Buzz](https://github.com/kriswallsmith/Buzz) - 別の HTTP クライアント。
* [Goutte](https://github.com/fabpot/Goutte) - シンプルな Web スクレイパー。

## URL

* [Purl](https://github.com/jwage/purl) - URL 操作ライブラリ。
* [PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser) - ドメインサフィックスパーサーライブラリ。

## Email

* [SwiftMailer](http://swiftmailer.org/) - メーラーソリューション。
* [Fetch](https://github.com/tedivm/Fetch) - IMAP ライブラリ。
* [Email Reply Parser](https://github.com/willdurand/EmailReplyParser) - Email リプライパーサーライブラリ。

## Dependency Injection

* [Pimple](http://pimple.sensiolabs.org/) - 小さな DI コンテナー。
* [Auryn](https://github.com/rdlowrey/Auryn) - 別の DI コンテナー。
* [Di](https://github.com/orno/di) - 別の柔軟な DI コンテナー。
* [PHP DI](http://mnapoli.github.com/PHP-DI/) - アノテーションを使った DI の実装。

## 画像

* [Imagine](http://imagine.readthedocs.org/en/latest/index.html) - 画像操作ライブラリ。
* [PHP Image Workshop](https://github.com/Sybio/ImageWorkshop) - 別の画像操作ライブラリ。
* [GIF Frame Extractor](https://github.com/Sybio/GifFrameExtractor) - GIF アニメーションフレーム情報を抽出するライブラリ。
* [GIF Creator](https://github.com/Sybio/GifCreator) - 複数の画像から GIF アニメーションを作成するライブラリ。

## テスト

* [PHPUnit](https://github.com/sebastianbergmann/phpunit) - ユニットテストフレームワーク。
* [RunkitTestCase](https://github.com/kherge/RunkitTestCase) - runkit を使った PHPUnit テストケース作成のためのライブラリ。
* [ParaTest](https://github.com/brianium/paratest) - PHPUnit のための並行テストライブラリ。
* [PHPSpec](https://github.com/phpspec/phpspec2) - 仕様によるデザインユニットテストライブラリ。
* [Codeception](https://github.com/Codeception/Codeception) - フルスタックテストフレームワーク。
* [Atoum](https://github.com/atoum/atoum) - シンプルなテストライブラリ。
* [Mockery](https://github.com/padraic/mockery) - テストのためのモックオブジェクトライブラリ。
* [Phake](https://github.com/mlively/Phake) - テストのための別のモックオブジェクトライブラリ。
* [Parody](https://github.com/dotink/Parody) - テストのための別のモックオブジェクトライブラリ。
* [Sismo](http://sismo.sensiolabs.org/) - 継続的なテストサーバーライブラリ。
* [Faker](https://github.com/fzaninotto/Faker) - フェイクデータジェネレーターライブラリ。
* [Alice](https://github.com/nelmio/alice) - 表現力のあるフィクスチャーライブラリ。
* [Behat](http://behat.org/) - ふるまい駆動(Behaviour Driven Development) のフレームワーク。
* [Mink](http://mink.behat.org/) - Web 受け入れテスト・

## ドキュメント

* [Sami](https://github.com/fabpot/Sami) - API ドキュメントジェネレーター
* [PHP Documentor 2](https://github.com/phpDocumentor/phpDocumentor2) - 別のドキュメントジェネレーター。

## セキュリティー

* [HTML Purifier](https://github.com/ezyang/htmlpurifier) - HTML 標準に準拠したフィルター。
* [RandomLib](https://github.com/ircmaxell/RandomLib) - ランダムな数値と文字列を生成するためのライブラリ。
* [SecurityMultiTool](https://github.com/padraic/SecurityMultiTool) - PHP セキュリティーライブラリ。
* [Password Compat](https://github.com/ircmaxell/password_compat) - 新しい PHP 5.5 のパスワード関数と互換性のあるライブラリ。
* [BCrypt](https://github.com/kherge/Bcrypt) - BCrypt パスワードハッシュ生成ライブラリ。
* [PHPAss](http://www.openwall.com/phpass/) - ポータブルなパスワードハッシュ生成フレームワーク。
* [PHP Password Lib](https://github.com/ircmaxell/PHP-PasswordLib) - パスワードの生成とバリデーションのためのライブラリ。
* [Password Policy](https://github.com/ircmaxell/password-policy) - PHP と JavaScript のためのパスワードポリシーライブラリ。
* [PHPSecLib](http://phpseclib.sourceforge.net/) - 純粋な PHP セキュリティー通信ライブラリ。
* [TCrypto](https://github.com/timoh6/TCrypto) - シンプルな暗号化された key-value ストレージライブラリ。

## ビルドツール

* [Go](https://github.com/herrera-io/php-go) - シンプルな PHP ビルドツール。
* [Bob](https://github.com/CHH/bob) - シンプルなプロジェクトオートメーションツール。
* [Phake](https://github.com/jaz303/phake) - rake PHP クローンライブラリ。
* [Box](https://github.com/kherge/Box) - A PHAR ファイル生成のためのユーティリティー

## アセットマネジメント

* [Assetic](https://github.com/kriswallsmith/assetic) - アセットマネージャパイプラインライブラリ。
* [Pipe](https://github.com/CHH/pipe) - 別のアセットマネージャーパイプラインライブラリ。
* [Munee](https://github.com/meenie/munee) - アセットオプティマイザーライブラリ。
* [JShrink](https://github.com/tedivm/JShrink) - JavaScript の圧縮ライブラリ。

## 位置情報

* [GeoCoder](http://geocoder-php.org/) - ジオコーディングライブラリ。
* [GeoTools](https://github.com/toin0u/Geotools) - 位置情報関連ツールのためのライブラリ。

## 日付と時刻

* [Carbon](https://github.com/briannesbitt/Carbon) - シンプルな DateTime API 拡張
* [Datum](https://github.com/dandoescode/datum) - Carbon DateTime API 拡張のフォーク。
* [ExpressiveDate](https://github.com/jasonlewis/expressive-date) - 別の DateTime API 拡張。
* [CalendR](http://yohan.giarel.li/CalendR) - カレンダーマネジメントライブラリ。

## イベント

* [React](https://github.com/reactphp/react) - イベント駆動のノンブロッキング I/O ライブラリ。
* [Ratchet](https://github.com/cboden/Ratchet) - Web ソケットライブラリ。
* [Événement](https://github.com/igorw/evenement) - イベントディスパッチャーライブラリ。
* [FuelPHP Event](https://github.com/fuelphp/event) - 別のイベントディスパッチャーライブラリ、

## ロギング

* [Monolog](https://github.com/Seldaek/monolog) - 包括的なロガー。

## Payment

* [OmniPay](https://github.com/adrianmacneil/omnipay) - マルチゲートウェアによる支払い処理ライブラリ。


## PDF

* [Snappy](https://github.com/KnpLabs/snappy) - PDF と画像生成ライブラリ。
* [WKHTMLToPDF](https://github.com/antialize/wkhtmltopdf) - HTML を PDF に変換するツール。

## ORM とデータマッピング

* [Doctrine](http://www.doctrine-project.org/) - 包括的な DBAL と ORM。
* [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - Doctrine のためのマイグレーションライブラリ。
* [Doctrine Extensions](https://github.com/l3pp4rd/DoctrineExtensions) - Doctrine のふるまいを拡張するコレクション。
* [Propel](http://www.propelorm.org/) - すばらしい ORM.
* [Spot](https://github.com/vlucas/Spot) - MySQL DataMapper ORM.
* [Migrations](https://github.com/icomefromthenet/Migrations) - マイグレーションマネジメントライブラリ。
* [Phinx](https://github.com/robmorgan/phinx) - 別のデータベースマイグレーションライブラリ。
* [Entities](https://github.com/kherge/Entities) - Silex のための Doctrine ORM サービスプロバイダー

## NoSQL

* [MongoQB](https://github.com/alexbilbie/MongoQB) - MongoDB クエリビルダーライブラリ。
* [Monga](https://github.com/FrenkyNet/Monga) - MongoDB 抽象化ライブラリ。
* [Predis](https://github.com/nrk/predis) - Redis ライブラリ。

## コマンドライン

* [Boris](https://github.com/d11wtq/boris) - 小さな PHP REPL。
* [GetOpt](https://github.com/ulrichsg/getopt-php) - コマンドライン引数パーサー。
* [OptParse](https://github.com/CHH/optparse) - 別のコマンドライン引数パーサー。
* [Commando](https://github.com/nategood/commando) - さらに別のシンプルなコマンドライン引数パーサー。
* [Elf](https://github.com/kherge/Elf) - Symfony Console コンポーネントのためのヘルパーコレクション。
* [Amend](https://github.com/kherge/Amend) - アプリケーションのアップデートとアップグレードのための Symfony Console ヘルパーとコマンドセット
* [Cron Expression](https://github.com/mtdowling/cron-expression) - cron の実行日を計算するライブラリ。
* [ShellWrap](https://github.com/MrRio/shellwrap) - シンプルなコマンドラインラッパーライブラリ。

## 認証

* [Sentry](https://github.com/cartalyst/sentry) - フレームワークにもそのまま使える認証と認可のライブラリ。
* [Sentry Social](http://docs.cartalyst.com/sentry-social-2/introduction) - ソーシャルネットワーク認証のためのライブラリ。
* [OPAuth](https://github.com/uzyn/opauth) - マルチプロバイラー認証フレームワーク。

## OAuth

* [OAuth2](https://github.com/lncd/OAuth2) - OAuth2 認証サーバー、リソースとクライアントライブラリ。
* [PHP oAuthLib](https://github.com/Lusitanian/PHPoAuthLib) - 別の OAuth ライブラリ。 
* [TwitterOAuth](https://github.com/ruudk/twitteroauth) - Twitter OAuth ライブラリ。

## マークアップ

* [Decoda](http://milesj.me/code/php/decoda) - 軽量のマークアップパーサーライブラリ。
* [PHP Markdown](https://github.com/michelf/php-markdown) - Markdown のパーサーライブラリ。
* [Dflydev Markdown](https://github.com/dflydev/dflydev-markdown) - 別の Markdown パーサーライブラリ。

## テキストと番号

* [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - ANSI から HTML5 へのコンバーターライブラリ。
* [Patchwork UTF-8](https://github.com/nicolas-grekas/Patchwork-UTF8) - UTF-8 文字列を扱うためのポータブルなライブラリ。
* [Numbers PHP](https://github.com/powder96/numbers.php) - 数値を扱うためのライブラリ。
* [Math](https://github.com/moontoast/math) - 大きな数値を扱うためのライブラリ。
* [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - 色の操作と変換のためのライブラリ。
* [UUID](https://github.com/ramsey/uuid) - UUID を生成するためのライブラリ
* [Slugify](https://github.com/cocur/slugify) - 文字列をスラッグに変換するライブラリ。

## フィルタリングとバリデーション

* [Filterus](https://github.com/ircmaxell/filterus) - シンプルな PHP フィルタリングライブラリ。
* [Respect Validate](https://github.com/Respect/Validation) - シンプルなバリデーションライブラリ。
* [Valitron](https://github.com/vlucas/valitron) - 別のバリデーションライブラリ。
* [Upload](https://github.com/codeguy/Upload) - ファイルのアップロードとバリデーションを扱うためのライブラリ。

## REST と API

* [Hateoas](https://github.com/willdurand/Hateoas) - HATEOAS REST Web サービスライブラリ。
* [HAL](https://github.com/blongden/hal) - Hypertext Application Language (HAL) ビルダーライブラリ。

## キャッシュ

* [Cache](https://github.com/doctrine/cache) - キャッシュライブラリ (Doctrine の一部)。
* [Stash](https://github.com/tedivm/Stash) - キャッシュのための別のライブラリ。

## データ構造

* [Ardent](https://github.com/morrisonlevi/Ardent) - データ構造のライブラリ。
* [PHP Collections](https://github.com/schmittjoh/php-collection) - シンプルなコレクションライブラリ。

## その他

* [Spork](https://github.com/kriswallsmith/spork) - プロセスフォークのライブラリ。
* [JSON Lint](https://github.com/Seldaek/jsonlint) - JSON lint ユーティリティ−。
* [KnpMenu](https://github.com/KnpLabs/KnpMenu) - メニューライブラリ。
* [Gaufrette](https://github.com/KnpLabs/Gaufrette) - ファイルシステム抽象化ライブラリ。
* [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - ページ送りライブラリ。
* [Ruler](https://github.com/bobthecow/Ruler) - シンプルでステートレスなプロダクションルールエンジン。
* [Serializer](https://github.com/schmittjoh/serializer) - データのシリアライズ処理のためのライブラリ。
* [LiteCQRS](https://github.com/beberlei/litecqrs-php) - CQRS (Command Query Responsibility Separation) ライブラリ。
* [S3 Stream Wrapper](https://github.com/gwkunze/S3StreamWrapper) - Amazon S3 のためのストリームラッパーライブラリ
* [Wisdom](https://github.com/kherge/Wisdom) - 設定データを読み込むためのライブラリ。
* [Sslurp](https://github.com/EvanDotPro/Sslurp) - SSL を扱いやすくするライブラリ。
* [Streamer](https://github.com/fzaninotto/Streamer) - シンプルなオブジェクト指向のストリームラッパーライブラリ。
* [PHP Option](https://github.com/schmittjoh/php-option) Option 型ライブラリ。
* [Metrics](https://github.com/beberlei/metrics) - シンプルなメトリック API ライブラリ。
* [Sabre VObject](https://github.com/evert/sabre-vobject) - VCard と iCalendar オブジェクトをパースするためのライブラリ。
* [Annotations](https://github.com/doctrine/annotations) - アノテーションライブラリ (Doctrine の一部)。
* [PHP File Locator](https://github.com/herrera-io/php-file-locator) - 大きなプロジェクトのファイルを探知するためのライブラリ。
* [Elastica](https://github.com/ruflin/Elastica) - [Elastic Search](http://www.elasticsearch.org/) のためのクライアントライブラリ。
* [Whoops](https://github.com/filp/whoops) - エラー処理ライブラリ。
* [Finite](http://yohan.giarel.li/Finite) - シンプルな PHP による有限状態機械。
* [LadyBug](https://github.com/raulfraile/Ladybug) - ダンパーライブラリ。
* [Plum](https://github.com/aerialls/Plum) - デプロイライブラリ。
* [Procrastinator](https://github.com/lstrojny/Procrastinator) - 時間のかかるタスクを実行するためのライブラリ。
* [Compose](https://github.com/igorw/compose) - 関数合成ライブラリ。

## 公式 API

* [Amazon Web Service SDK](https://github.com/aws/aws-sdk-php) - 公式の PHP AWS SDK ライブラリ。
* [Stripe](https://github.com/stripe/stripe-php) - 公式の Stripe PHP ライブラリ。
* [Campaign Monitor](http://campaignmonitor.github.com/createsend-php/) - 公式の Campaign Monitor PHP ライブラリ

## ユーティリティー

* [HomeBrew](http://mxcl.github.com/homebrew/) - OSX のためのパッケージマネージャ
* [HomeBrew PHP](https://github.com/josegonzalez/homebrew-php) - HomeBrew のための PHP の tap (追加リポジトリ)
* [PHP Brew](https://github.com/c9s/phpbrew) - PHP バージョンマネージャーとインストーラー
* [PHP Env](https://github.com/CHH/phpenv) - 別の PHP バージョンマネージャー。
* [PHP Switch](https://github.com/jubianchi/phpswitch) - 別のバージョンマネージャー。
* [PHP Build](https://github.com/CHH/php-build) - 別の PHP バージョンインストーラー。
* [PHP CS Fixer](https://github.com/fabpot/PHP-CS-Fixer) - コーディングスタンダードフィクサーライブラリ。
* [PHP Parser](https://github.com/nikic/PHP-Parser) - PHP で書かれた PHP パーサー
* [PHP Manipulator](https://github.com/schmittjoh/php-manipulator) - PHP のソースコードの解析と修正のためのライブラリ。
* [PHP Analyser](https://github.com/scrutinizer-ci/php-analyzer) - バグとエラーを見つけるための PHP を分析するライブラリ。
* [PHP Refactoring Browser](https://github.com/QafooLabs/php-refactoring-browser) - PHP コードのリファクタリングのためのコマンドラインユーティリティー
* [Zend Optimizer Plus](https://github.com/zend-dev/ZendOptimizerPlus) - Zend エンジンのオペコードのキャッシュと最適化
* [PHP Queue](https://github.com/CoderKungfu/php-queue) - バックエンドのキューを管理するアプリケーション。
* [PHPPHP](https://github.com/ircmaxell/PHPPHP) - PHP で実装された PHP VM 実装。
* [PHPSandbox](https://github.com/fieryprophet/php-sandbox) - PHP サンドボックス環境。
* [PHPStack](http://dunkels.com/adam/phpstack/) - 概念実証(POC)のために PHP で書かれた TCP/IP スタック 
* [SensioLabs Security Check](https://security.sensiolabs.org/) -セキュリティーアドバイザリーのために Composer によるパッケージの依存関係をチェックする Web ツール。
* [Scrutinizer](https://scrutinizer-ci.com/) - PHP コードを検査するための Web ツール。
* [DBV](http://dbv.vizuina.com/) - データベースのバージョン管理アプリケーション。
* [Travis CI](https://travis-ci.org/) - 継続的インテグレーションプラットフォーム。
* [Country List](https://github.com/umpirsky/country-list) - すべての国家の名前と ISO 3166-1 コードのリスト。

# リソース

* [PHP The Right Way](http://www.phptherightway.com/) - PHP のベストプラクティスのクィックリファレンスガイド。同じサイトのなかに[日本語訳](http://ja.phptherightway.com/)もあります。
* [PHP Best Practices](http://phpbestpractices.org/) - PHP のベストプラクティスのガイド。
* [PHP Weekly](http://phpweekly.info/archive/) - 毎週配信される PHP ニューズレター。
* [PHP Security](http://phpsecurity.readthedocs.org/en/latest/index.html) - PHP セキュリティーのガイド。
* [PHP Standards Working Group](https://groups.google.com/group/php-standards) - PHP 標準のワーキンググループ。
* [The Open Web Application Security Project (OWASP)](https://www.owasp.org/index.php/Main_Page) - オープンソフトウェアセキュリティーのコミュニティー
* [WebSec IO](http://websec.io/) - Web セキュリティーコミュニティーリソース。
* [Web Advent](http://webadvent.org) - ウェブ開発者のためのアドベントカレンダー。
* [Programming with Anthony](http://www.youtube.com/playlist?list=PLM-218uGSX3DQ3KsB5NJnuOqPqc5CW2kW) - Anthony Ferrara によるビデオシリーズ。

## 電子書籍

* [Scaling PHP Applications](http://www.scalingphpbook.com) - PHP のアプリケーションをスケーリングするための有料の電子書籍。著者は Steve Corona。
* [Grumpy PHPUnit](https://leanpub.com/grumpy-phpunit) - PHPUnit を使ったユニットテストに関する書籍。著者は Chris Hartjes。

## 読み物

* [OWASP PHP Security Cheat Sheet](https://www.owasp.org/index.php/PHP_Security_Cheat_Sheet) - PHP セキュリティーチートシート。
* [Seven Ways to Screw Up BCrypt](http://blog.ircmaxell.com/2012/12/seven-ways-to-screw-up-bcrypt.html) - 正しい BCrypt 実装に関する記事。
* [Preventing CSRF Attacks](http://blog.ircmaxell.com/2013/02/preventing-csrf-attacks.html) - CSRF 攻撃を防ぐことに関する記事
* [Print vs Echo, Which One is Faster?](http://fabien.potencier.org/article/8/print-vs-echo-which-one-is-faster) - print と echo のパフォーマンスに関する記事。
* [The PHP Ternary Operator. Fast or Not?](http://fabien.potencier.org/article/48/the-php-ternary-operator-fast-or-not) - 三項演算子に関する記事。
* [On PHP 5.3, Lamda Functions and Closures](http://fabien.potencier.org/article/17/on-php-5-3-lambda-functions-and-closures) - ラムダ関数とクロージャに関する記事。
* [Use Env](http://seancoates.com/blogs/use-env) - 環境のヘルパーを使うことに関する記事。
* [Disproving the Single Quotes Myth](http://nikic.github.com/2012/01/09/Disproving-the-Single-Quotes-Performance-Myth.html) - シングルクォートとダブルクォートによる文字列のパフォーマンスに関する記事。
* [You're Being Lied To](http://blog.golemon.com/2007/01/youre-being-lied-to.html) - PHP 内部の ZVAL に関する記事。
* [How Long is a Piece of String](http://blog.golemon.com/2006/06/how-long-is-piece-of-string.html) - PHP 内部における文字列に関する記事。
* [Understanding OpCodes](http://blog.golemon.com/2008/01/understanding-opcodes.html) - オペコードに関する記事。
* [How Foreach Works](http://stackoverflow.com/questions/10057671/how-foreach-actually-works/14854568#14854568) - foreach に関する StackOverflow のくわしい記事。
* [When Does Foreach Copy?](http://nikic.github.com/2011/11/11/PHP-Internals-When-does-foreach-copy.html) - PHP 内部における foreach に関する記事
* [How Big Are PHP Arrays (And Values) Really?](http://nikic.github.com/2011/12/12/How-big-are-PHP-arrays-really-Hint-BIG.html) - PHP 内部における配列に関する記事。
* 開発者のための PHP ソースコード: [1](http://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers.html) [2](http://nikic.github.com/2012/03/16/Understanding-PHPs-internal-function-definitions.html) [3](http://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers_21.html) [4](http://nikic.github.com/2012/03/28/Understanding-PHPs-internal-array-implementation.html) - PHP のソースコードに関する連載。
* Collecting Garbage: [1](http://derickrethans.nl/collecting-garbage-phps-take-on-variables.html) [2](http://derickrethans.nl/collecting-garbage-cleaning-up.html) [3](http://derickrethans.nl/collecting-garbage-performance-considerations.html) - PHP 内部のガベージコレクションに関する連載。
* [Semantic Versioning](http://semver.org/) - セマンティックバージョニングを説明するウェブサイト。
* [Composer Primer](http://daylerees.com/composer-primer) - Composer プライマ
* [Composer Versioning](https://igor.io/2013/01/07/composer-versioning.html) - Composer によるバージョン管理の記事。
* [Composer Stability Flags](https://igor.io/2013/02/07/composer-stability-flags.html) - Composer の安定性フラグに関する記事。
* [PHP Sucks! But I Like It!](http://blog.ircmaxell.com/2012/04/php-sucks-but-i-like-it.html) - PHP のよい点とわるい点に関する記事
* [PHP Is Much Better Than You Think](http://fabien.potencier.org/article/64/php-is-much-better-than-you-think) - PHP 言語とエコシステムに関する記事。
* [Innocent Villagefolk or a Pillagin’ Pirate?](http://blog.astrumfutura.com/2012/04/php-innocent-villagefolk-or-a-pillagin-pirate/) - PHP が別の言語からアイディアを得てきたことを伝える記事
* [Predicting Random Numbers in PHP](http://blog.astrumfutura.com/2013/03/predicting-random-numbers-in-php-its-easier-than-you-think/) - 乱数生成に関する記事。
* [C is for Cookie, H is for Hacker](http://www.troyhunt.com/2013/03/c-is-for-cookie-h-is-for-hacker.html) - クッキーとセキュリティに関する記事、
* [A 20 Point List for Preventing XSS in PHP](http://blog.astrumfutura.com/2013/04/20-point-list-for-preventing-cross-site-scripting-in-php/) - XSS 対策に関する記事

以上是关于markdown awesome-php.md的主要内容,如果未能解决你的问题,请参考以下文章

Markdown温故知新:Markdown面面观

markdown转换为图片

转换rst到markdown总结

markdown [Markdown HowTo]作为Markdown语法的秘籍

python markdown干啥用的

markdown前端渲染