bowerphp icon indicating copy to clipboard operation
bowerphp copied to clipboard

A PHP implementation of bower :bird:

Results 21 bowerphp issues
Sort by recently updated
recently updated
newest added

First of all, thanks for this awesome project! During install with Composer, it says: `Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.` The `guzzle/guzzle` package is...

That's very straightforward cause I don't know much about bowerphp internals. But it works for my cases, please let me know if I can do more.

Like the bowerJS does, this PHP implementation can now get the config values from a bowerrc file placed into the current directory or the parent directories.

Hello there, I am trying to install the package cycle js and failing miserably. I keep getting the error message: ``` Client error response [status code] 404 [reason phrase] Not...

After running `bower register xxx xxx` I get the following error: [InvalidArgumentException] Command "register" is not defined. This is a important functionality because bower does not have all packages from...

enhancement

Bower is supporting definitions like this one: `"Ionicons": "ionicons#^2.0.1"` where the key is a sort of name alias, where the actuale package name is in the value, followed by an...

enhancement

Currently, only githhub is supported. We should support also gitlab, that is used by packages like [cvepdbjs](http://bower.herokuapp.com/packages/cvepdbjs)

enhancement

Hey we use a private Repository hostet on a local Server. (https://github.com/Hacklone/private-bower) With npm Bower Installation it works fine. In bowerphp the packges wont find. If we take a offical...

enhancement

When you run original `bower update` it quietly installs all required components including those never installed before. bowerphp exits with error: ``` [RuntimeException] Package adminlte is not installed. ``` Usually...

enhancement