Introduction to Docker with example
Introduction to Docker Docker is a lightweight, open and secure container platform. Docker simplifies the process of building, shipping and running applications. It is always a challenge when it comes…
How to use MCrypt Library in PHP
During your career, you will have to encrypt sensitive user data that should be decrypted sometimes in a future. Encyption can be helpful if sensitive data is exchanged between two different applications. If…
ApiGen – Generate Documentation for your PHP project
ApiGen is a tool which generates documentation for your PHP projects, and it does that job really good and effectively. Most of the time I was using PHPDocumentator as documentation…
New features in PHP 7 you should be aware of
In this post you can find some of the new features coming with PHP 7. If you are upgrading from PHP then you can read my post "Things you should…
Things you should know when upgrading to PHP 7
If you are PHP developer then you know that PHP 7 is available and you can use it in your projects. PHP 7 comes with a lot of nice new features,…
Yii Framework 2 – Tutorial 5 – Working with Gii tool
In this tutorial I'm going to explain what is Gii tool, and how the Gii tool can be used to automatically generate code. Gii tool enables you to automatically generate:…
How to login user from a database in Yii Framework 2
In this tutorial I'm going to explain how to implement login from database functionality in Yii Framework 2. I've seen a lot of people having problems with implementing login functionality,…
Yii Framework 2 – How to configure Yii application – Video Tutorial 3
In this tutorial I'm explaining how to properly configure Yii application by setting public properties of the Application object. Yii Application object has several properties which can be configured by…
Yii Framework 2 – Project structure – Video Tutorial 2
In my second video tutorial about Yii Framework 2 I'm explaining Yii project structure. This is very important tutorial for developers who want to learn Yii framework. Yii Framework 2…
How to login to Twitter using CasperJS and PhantomJS and extract tweets
After posting few post explaining How to login Facebook using CasperJS and How to login Amazon using PhantomJS I received a dozens of emails askng how to login to Tweeter using CasperJS and…