Ever thought about doing a Facebook+Twitter+Google mashup?
How about integrating that with PayPal? Is setting up shipping options in your cart a pain?
Adding different libraries form different sources add more complexity to your project and ends up to be hard to
maintain. Eden simply a set of reusable components, that works with any PHP framework and CMS. Eden makes code
logical and readable with dead simple syntax. Eden works with major players including:


Eden covers components for autoloading, event driven, file systems, caching, templating, i18n, databases, web services, payment gateways, shipping and cloud technologies out of the box.

Eden is about performing actions and getting results with the least amount of code, expressive syntax and a small learning curve on an extensively robust library implemented with minimal effort.

Eden is designed to compliment popular code bases including Wordpress, Drupal, Joomla, Magento, Symfony, Zend Framework, Code Igniter, Laravel and even Titanium. Eden can also stand alone.
eden('mail')->smtp('smtp.gmail.com', 'your_email@gmail.com', '[YOUR PASSWORD]', 465, true)
->setSubject('Welcome!')
->setBody('<p>Hello you!</p>', true)
->addTo('email1@gmail.com')
->addCC('email4@gmail.com')
->addBCC('email6@gmail.com')
->addAttachment('/path/to/file.jpg')
->send()->disconnect();