PHPOffice / PHPExcel

ARCHIVED
Other
11.47k stars 4.19k forks source link

Any chance of making this submodule friendly? #1

Open jazbek opened 12 years ago

jazbek commented 12 years ago

I'd love to include PHPExcel as a submodule in another project I'm working on, but I only need the Classes directory. There's no simple way to include just the Classes subdirectory as a submodule. Is it possible to set up a way to do this? Another branch or repository?

MarkBaker commented 12 years ago

PHPExcel will still be distributed as "stripped down" packages via the CodePlex site (http://phpexcel.codeplex.com) for a while, which won't include the unit tests, etc (Code and Docs package, Code package, Docs package). We'll also probably look at other distributions for the packages: we already use PEAR, but we may also introduce a phar of the code. github will be used as a full source repository, including the slowly growing unit test suite.