|
|
@@ -51,6 +51,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
51
|
51
|
- [PHP Installation](#php-installation)
|
|
52
|
52
|
- [Development Environment](#development-environment)
|
|
53
|
53
|
- [Virtual Machines](#virtual-machines)
|
|
|
54
|
+ - [Asset Compression](#asset-compression)
|
|
54
|
55
|
- [Web Applications](#web-applications)
|
|
55
|
56
|
- [Resources](#resources)
|
|
56
|
57
|
- [PHP Websites](#php-websites)
|
|
|
@@ -600,6 +601,14 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
600
|
601
|
|
|
601
|
602
|
* [HipHop PHP](https://github.com/facebook/hiphop-php) - A Virtual Machine, Runtime and JIT for PHP by Facebook.
|
|
602
|
603
|
|
|
|
604
|
+## Asset Compression
|
|
|
605
|
+*Softare to help compress static website assets.*
|
|
|
606
|
+
|
|
|
607
|
+* [Codekit](https://incident57.com/codekit/) - A tool for managing, compressing and minifying assets.
|
|
|
608
|
+* [Koala](http://koala-app.com/) - Another tool for compressing and minifying assets.
|
|
|
609
|
+* [ImageOptim](http://imageoptim.com/) - An image compression tool.
|
|
|
610
|
+* [PNGQuant](http://pngquant.org) - A lossy PNG compression tool.
|
|
|
611
|
+
|
|
603
|
612
|
## Web Applications
|
|
604
|
613
|
*Web-based applications and tools.*
|
|
605
|
614
|
|