📜 ⬆️ ⬇️

Zend Framework Components Separately

Jani Hartikainen practicing in the use of PHP's Tokenizer has written a very useful thing that allows you to download separate parts of the Zend Framework with all dependencies to ZIP. For example, for Zend_Acl download

  Zend / Acl.php
 Zend / Acl / Resource / Interface.php
 Zend / Acl / Role / Registry.php
 Zend / Acl / Role / Interface.php
 Zend / Acl / Role / Registry / Exception.php
 Zend / Acl / Exception.php
 Zend / Exception.php
 Zend / Acl / Assert / Interface.php 


We use

')

Source: https://habr.com/ru/post/41722/


All Articles