dompdf / php-font-lib

A library to read, parse, export and make subsets of different types of font files.
GNU Lesser General Public License v2.1
1.73k stars 255 forks source link

Bower support #15

Closed u01jmg3 closed 10 years ago

u01jmg3 commented 10 years ago

Can bower support be added as well as composer support?

PhenX commented 10 years ago

Hello, Bower is for JS libs, isn't it ? I don't think it's worth it, or please make a pull request, I don't know Bower very much.

bsweeney commented 10 years ago

Bower does appear to see heavy usage with front-end tech, but I think it is a more general package manager. I also have no experience with it, but configuration looks to be pretty straightforward. Composer is a given considering the fact that it's PHP-based and quickly becoming a standard. For other package mangers I think it makes sense to see what the community wants/needs.

But I agree that a PR would be helpful in implementing (even if all it consists of is the bower.json).

u01jmg3 commented 10 years ago

Should just be a case of running this to register with Bower search (haven't setup a repo to be registered with Bower before):

curl http://bower.herokuapp.com/packages -v -F 'name=php-font-lib' -F 'url=git://github.com/PhenX/php-font-lib.git'
u01jmg3 commented 10 years ago

I ran the curl command above for you so you now appear on Bower search