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....
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...
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...
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...
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...
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...
How to integrate your project with Open Bank Project API
Intro In my previous post I have explained What is the Open Bank Project. In this one I want to share more technical ;Open Bank Project is currently supporting only OAuth protocol (TESOBE...
How to integrate your website with PayPal using PHP
Intro You decided to integrate your website with PayPal and you don’t know where to start. There are several ways to integrate your website with PayPal, and in this post...
How to detect mobile device using PHP
Now when mobile devices are really popular, and when more and more mobile visitors are visiting our websites, it is really common task to recognize mobile device in order...
What is Gii and how to use it
In this post I will try to explain what is Gii tool, and how to use it to speed up your development. You decided to develop your web application...