PHP 【composer requireのエラー対処】Your requirements could not be resolved to an installable set of packages. composerで新しいパッケージをインストールする際、composer require ○○というコマンドを使います。時折、Your requirements could not be resolved to an installable... 2017.01.21 PHP
PHP composerにパッケージを追加する 以前、composerを利用してzendpdfを使ってみました。今回また違うパッケージをcomposerでインストールしたくなったので、やり方をメモしておきます。今回入れたパッケージphpoffice/phpexcel前提条件すでにcomp... 2017.01.21 PHP
PHP PHPでPDFをスクレイピングするならZendPdfが便利らしい 「PHP PDF スクレイピング」で調べるとxpdfばかり出てきますが、ZendPdfが何かと便利らしいです。PDFファイルの読み込み・編集・結合(マージ)などの機能がそろっているのはスゴイですね。ZendPdfをレンタルサーバーで利用する... 2016.12.12 PHP