An open API service indexing awesome lists of open source software.

https://github.com/dcsg/zce-exampreparation

My PHP code to prepare myself for the ZCE exam
https://github.com/dcsg/zce-exampreparation

Last synced: 3 months ago
JSON representation

My PHP code to prepare myself for the ZCE exam

Awesome Lists containing this project

README

          

Preparation to the ZCE PHP 5.3 exam [![Build Status](https://secure.travis-ci.org/dcsg/ZCE-ExamPreparation.png?branch=master)](http://travis-ci.org/dcsg/ZCE-ExamPreparation)
===================================

Official page of the certification:
[ZCE - Zend Certified Engineer PHP 5.3](http://www.zend.com/services/certification/php-5-certification/)

[![endorse](http://api.coderwall.com/danielcsgomes/endorsecount.png)](http://coderwall.com/danielcsgomes)

## 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

* [Daniel Gomes](https://github.com/dcsg)
* [Other contributors](https://github.com/dcsg/ZCE-ExamPreparation/graphs/contributors)

## License
The code is licensed under the [MIT License](https://github.com/dcsg/ZCE-ExamPreparation/blob/master/LICENSE)