oyejorge / less.php

less.js ported to PHP.
http://lessphp.typesettercms.com
Apache License 2.0
656 stars 2 forks source link

Is this project abandoned? #329

Open mlocati opened 8 years ago

mlocati commented 8 years ago

Hi @oyejorge

Pull requests and issues haven't received any feedback from you since April... Is this project still supported?

ghost commented 7 years ago

I guess everybody has moved to nodejs :(

shtse8 commented 7 years ago

I am using this project. Hope it can keep supporting this. Anyone fork this project to keep maintaining?

ghost commented 7 years ago

Maybe you can try the leafo scss but that one is broken as well since june, but maybe it will work for your code.

Asenar commented 7 years ago

Hi @shtse8 , I forked it some days ago and rebase + merge the main pending pull request I saw.

shtse8 commented 7 years ago

@Asenar Good job. I should use yours.

shtse8 commented 7 years ago

@Asenar what is the difference between kohana-less and less.php?

Asenar commented 7 years ago

kohana-less is a module made for kohana (a framework I use). It is a wrapper around less.php to simplify its integration in Kohana3

less.php is the library from @oyejorge , I took the works of 5-6 people who made pull requests here, that i noted in the PR #338 ). I did that for my personal use (specially the $parser->getVariables method I completed), and shared it here.

I just noticed the travis part didn't worked anymore so I m investigating a bit in a separate branch (It seems it's related to code-sniffer which is not correctly called in composer.json) … EDIT: it's psr-related :/

shtse8 commented 7 years ago

Hop your project can support composer, so I can directly use yours instead of this one without anyone maintaining.

Asenar commented 7 years ago

Yes it could, I almost did it but at the final step in packagist.org I found @concrete5 (with @concrete5-forks ) created a package for composer too 4 days ago.

So maybe its not so useful to have 2 different packages for the same thing…

@concrete5, do you plan to maintain it ?

KorvinSzanto commented 7 years ago

@Asenar we have no plans to actually maintain this package, we just published our fork so that we could stop using a custom repo. We needed https://github.com/oyejorge/less.php/pull/324 in order to continue using less.php.

Asenar commented 7 years ago

Ok, thanks. I added it too :)

I took theses PRs : #324 #325 #327 #328 #311 #258 #267 #263

oyejorge commented 7 years ago

As you've all noticed, I'm not able to maintain this project. I'm happy to add maintainers to this repo or link to a new one.

Asenar commented 7 years ago

Hi @oyejorge , I m a little busy right now but I started to take some PRs here to add them in my fork.

You can link it to https://github.com/Asenar/less.php :)

MaxSem commented 5 years ago

We at Wikimedia have forked this project and fixed issues with new PHP. We're open to pull requests!

kylekatarnls commented 5 years ago

It's the approach I took earlier with https://github.com/kylekatarnls/less.php but now, I would better recommend to use a wrapper of the node.js package: https://github.com/kylekatarnls/less, this way you'll always get consistent output with less.js.

holtkamp commented 4 years ago

@oyejorge maybe you can add @Asenar and @MaxSem and maybe other contributors as maintainers so that the amount of forks can be reduced?

Asenar commented 4 years ago

Hi,

Personally I moved to nodejs / webpack, and I slowly migrate my old projets that are still using less.php to it.

For them, I follow Wikimedia forks : https://github.com/wikimedia/less.php

holtkamp commented 4 years ago

Hi @Asenar thanks for pointing that out, will have a look and try to contribute to keep it going 😉