mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-30 00:29:55 +02:00
Moving to Post structure.
Lots of changes breaking out subsections into posts and programmatically generating ToC, main page content, and Back to Top links.
This commit is contained in:
9
_posts/04-03-01-PEAR.md
Normal file
9
_posts/04-03-01-PEAR.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
isChild: true
|
||||
---
|
||||
|
||||
## PEAR
|
||||
|
||||
Another veteran package manager that many PHP developers enjoy is [PEAR][1]. It behaves much the same way, and is also worth researching for your projects. [Learn about PEAR][1].
|
||||
|
||||
[1]: http://pear.php.net/
|
Reference in New Issue
Block a user