浏览代码

Remove some dead or abandoned projects.

pull/1097/head
Jamie 5 年前
父节点
当前提交
4f454b0923
共有 1 个文件被更改,包括 1 次插入11 次删除
  1. 1
    11
      README.md

+ 1
- 11
README.md 查看文件

172
 ### Micro Framework Extras
172
 ### Micro Framework Extras
173
 *Extras related to micro frameworks and routers.*
173
 *Extras related to micro frameworks and routers.*
174
 
174
 
175
-* [Silex Skeleton](https://github.com/silexphp/Silex-Skeleton) - A project skeleton for Silex.
176
-* [Silex Web Profiler](https://github.com/silexphp/Silex-WebProfiler) - A web debug toolbar for Silex.
177
 * [Slim Skeleton](https://github.com/slimphp/Slim-Skeleton) - A skeleton for Slim.
175
 * [Slim Skeleton](https://github.com/slimphp/Slim-Skeleton) - A skeleton for Slim.
178
 * [Slim Twig View](https://github.com/slimphp/Slim-Views) - Integrate Twig into Slim.
176
 * [Slim Twig View](https://github.com/slimphp/Slim-Views) - Integrate Twig into Slim.
179
 * [Slim PHP View](https://github.com/slimphp/PHP-View) - A simple PHP renderer for Slim.
177
 * [Slim PHP View](https://github.com/slimphp/PHP-View) - A simple PHP renderer for Slim.
190
 ### Templating
188
 ### Templating
191
 *Libraries and tools for templating and lexing.*
189
 *Libraries and tools for templating and lexing.*
192
 
190
 
193
-* [Aura.View](https://github.com/auraphp/Aura.View) - Provides TemplateView and TwoStepView using PHP as the tempting language, with support for partials, sections, and helpers.
194
-* [Foil](https://github.com/FoilPHP/Foil) - Another native PHP templating library.
195
 * [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
191
 * [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
196
 * [Mustache](https://github.com/bobthecow/mustache.php) - A PHP implementation of the Mustache template language.
192
 * [Mustache](https://github.com/bobthecow/mustache.php) - A PHP implementation of the Mustache template language.
197
 * [PHPTAL](https://phptal.org/) - A PHP implementation of the [TAL](https://en.wikipedia.org/wiki/Template_Attribute_Language) templating language.
193
 * [PHPTAL](https://phptal.org/) - A PHP implementation of the [TAL](https://en.wikipedia.org/wiki/Template_Attribute_Language) templating language.
198
 * [Plates](http://platesphp.com/) - A native PHP templating library.
194
 * [Plates](http://platesphp.com/) - A native PHP templating library.
199
 * [Smarty](https://www.smarty.net/) - A template engine to complement PHP.
195
 * [Smarty](https://www.smarty.net/) - A template engine to complement PHP.
200
 * [Twig](https://twig.symfony.com/) - A comprehensive templating language.
196
 * [Twig](https://twig.symfony.com/) - A comprehensive templating language.
201
-* [Tale Jade](https://github.com/Talesoft/tale-jade) - A PHP implementation of the Jade template language.
202
 
197
 
203
 ### Static Site Generators
198
 ### Static Site Generators
204
 *Tools for pre-processing content to generate web pages.*
199
 *Tools for pre-processing content to generate web pages.*
234
 * [Expressive](https://zendframework.github.io/zend-expressive/) - PSR-7 Middleware framework from Zend.
229
 * [Expressive](https://zendframework.github.io/zend-expressive/) - PSR-7 Middleware framework from Zend.
235
 * [PSR7-Middlewares](https://github.com/oscarotero/psr7-middlewares) - Inspiring collection of handy middlewares.
230
 * [PSR7-Middlewares](https://github.com/oscarotero/psr7-middlewares) - Inspiring collection of handy middlewares.
236
 * [Relay](https://github.com/relayphp/Relay.Relay) - A PHP 5.5 PSR-7 middleware dispatcher.
231
 * [Relay](https://github.com/relayphp/Relay.Relay) - A PHP 5.5 PSR-7 middleware dispatcher.
237
-* [Stack](https://github.com/stackphp) - A library of stackable middleware for Silex/Symfony.
232
+* [Stack](https://github.com/stackphp) - A library of stackable middleware for Symfony.
238
 * [zend-stratigility](https://github.com/zendframework/zend-stratigility) - Middleware for PHP built on top of PSR-7.
233
 * [zend-stratigility](https://github.com/zendframework/zend-stratigility) - Middleware for PHP built on top of PSR-7.
239
 
234
 
240
 ### URL
235
 ### URL
816
 * [PHP Brew](https://github.com/phpbrew/phpbrew) - A PHP version manager and installer.
811
 * [PHP Brew](https://github.com/phpbrew/phpbrew) - A PHP version manager and installer.
817
 * [PHP Build](https://github.com/php-build/php-build) - Another PHP version installer.
812
 * [PHP Build](https://github.com/php-build/php-build) - Another PHP version installer.
818
 * [PHP OSX](https://php-osx.liip.ch/) - A PHP installer for OSX.
813
 * [PHP OSX](https://php-osx.liip.ch/) - A PHP installer for OSX.
819
-* [VirtPHP](http://virtphp.org/) - A tool for creating and managing isolated PHP environments.
820
 
814
 
821
 ### Development Environment
815
 ### Development Environment
822
 *Software and tools for creating a sandboxed development environment.*
816
 *Software and tools for creating a sandboxed development environment.*
823
 
817
 
824
 * [Ansible](https://www.ansible.com/) - A radically simple orchestration framework.
818
 * [Ansible](https://www.ansible.com/) - A radically simple orchestration framework.
825
-* [Phansible](https://phansible.com/) - A web tool for building PHP development virtual machines with Ansible.
826
-* [Protobox](https://www.getprotobox.com/) - Another web tool for building PHP development virtual machines.
827
-* [PuPHPet](https://puphpet.com/) - A web tool for building PHP development virtual machines.
828
 * [Puppet](https://puppet.com/) - A server automation framework and application.
819
 * [Puppet](https://puppet.com/) - A server automation framework and application.
829
 * [Vagrant](https://www.vagrantup.com/) - A portable development environment utility.
820
 * [Vagrant](https://www.vagrantup.com/) - A portable development environment utility.
830
 * [Docker](https://www.docker.com/) - A containerization platform.
821
 * [Docker](https://www.docker.com/) - A containerization platform.
838
 ### Text Editors and IDEs
829
 ### Text Editors and IDEs
839
 *Text Editors and Integrated Development Environments (IDE) with support for PHP.*
830
 *Text Editors and Integrated Development Environments (IDE) with support for PHP.*
840
 
831
 
841
-* [Atom](https://atom.io/) - A hackable text editor.
842
 * [Atom IDE](https://ide.atom.io/) - An IDE extension for Atom.
832
 * [Atom IDE](https://ide.atom.io/) - An IDE extension for Atom.
843
 * [Eclipse for PHP Developers](https://www.eclipse.org/downloads/) - A PHP IDE based on the Eclipse platform.
833
 * [Eclipse for PHP Developers](https://www.eclipse.org/downloads/) - A PHP IDE based on the Eclipse platform.
844
 * [Netbeans](https://netbeans.org) - An IDE with support for PHP and HTML5.
834
 * [Netbeans](https://netbeans.org) - An IDE with support for PHP and HTML5.

正在加载...
取消
保存