Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.24 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.24 KB

Preparation to the ZCE PHP 5.3 exam Build Status

Official page of the certification: ZCE - Zend Certified Engineer PHP 5.3

endorse

What should you expect on this repository?

This repo has the purpose to review all topics that are covered by the ZCE PHP 5.3 exam. This repo is divide by the ZCE topics:

  • PHP Basics
  • Functions & Arrays
  • Data Format & Types
  • Web Features
  • OOP
  • Security
  • String Patterns
  • Databases
  • I/O

Using

Install using composer with development dependencies:

curl -sS https://getcomposer.org/installer | php

Then, using the composer.phar file:

php composer.phar --dev install

Run tests:

bin/phpunit

Credits

License

The code is licensed under the MIT License