segy / PhpExcel

CakePHP 2.x Helper and Component for creating / reading excel files using PHPExcel project
91 stars 65 forks source link

Add composer support #8

Open Ali1 opened 10 years ago

Ali1 commented 10 years ago

Thanks for the useful plugin

Ali1 commented 10 years ago

?

Ali1 commented 10 years ago

Go here https://github.com/segy/PhpExcel/new/master Call it composer.json

{
    "name": "segy/PhpExcel",
    "description" : "PhpExcel helper and component for CakePHP 2.x",
    "license" : "WTFPL",
    "type" : "cakephp-plugin",
    "authors": [],
    "require" : {
        "composer/installers": "*"
    }
}