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
- Host: GitHub
- URL: https://github.com/dcsg/zce-exampreparation
- Owner: dcsg
- License: mit
- Created: 2012-03-07T23:29:29.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-07-01T10:42:20.000Z (almost 12 years ago)
- Last Synced: 2025-04-21T18:43:51.146Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 197 KB
- Stars: 22
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Preparation to the ZCE PHP 5.3 exam [](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/)
[](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)