/MEV_Task_1_2

MEV_Task_1_2

Primary LanguagePHP

Build Status #TASK №1, №2

№1 It is a demo of console program which calculate mathematical expressions.

№2 It is a demo of console program which parses and saves images from url.

Author Mushkin Vitaliy.
Thank you.

Version

Demo version (not for professional use).

#####You can:

  1. Calculate mathematical expressions.

Example of console command:
./console MathCalc '((((2+(36))/5-2)(25-5))/20)*5+1'

  1. Parse and save images from url.

Example of console command:
./console ImageCrawler 'http://github.com/mushkin-v'

Tech

Program uses a number of open source projects to work properly:

  • Symfony/Dom-crawler - DomCrawler eases DOM navigation for HTML and XML documents.
  • Symfony/Console - The Console component eases the creation of beautiful and testable command line interfaces.

License

MIT