881. New PHP Elephant Free Shipping Options For You to Buy Anywhere in the World
Updated on: 2019-08-21
Posted on: 2019-08-21
Many PHP developer are eager to get their own PHP elePHPant but until recently there was a problem that is the cost of shipping it to many distant countries.
The good news is that we finally solve this problem. Now you have new options to buy the PHP elePHPant with free shipping for you and your PHP developer colleagues for most countries in the world.
Read this article to learn how to buy PHP elePHPants with free shipping.
More ...
Post a comment
See comments (0) Trackbacks (0)
The good news is that we finally solve this problem. Now you have new options to buy the PHP elePHPant with free shipping for you and your PHP developer colleagues for most countries in the world.
Read this article to learn how to buy PHP elePHPants with free shipping.
880. Notable PHP package: Doubles
Updated on: 2019-08-20
Posted on: 2019-08-20
One way to test applications based on classes that implement important behaviors is to create mock objects.
These are objects that behave like objects of the classes that you want to test but you can change them to make them behave according to the aspects that you want to test about the class features.
This package can be used to create mock objects by creating similar classes that have additional features that are useful for testing purposes like counting how many times among other features.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
These are objects that behave like objects of the classes that you want to test but you can change them to make them behave according to the aspects that you want to test about the class features.
This package can be used to create mock objects by creating similar classes that have additional features that are useful for testing purposes like counting how many times among other features.
Read this article to learn more details about how this notable PHP package works.
879. Notable PHP package: ATK4 PHP Debug Bar
Updated on: 2019-08-19
Posted on: 2019-08-19
DebugBar is an useful library that can be used to display interesting information for debugging purposes, so it helps developers fixing problems in their applications.
This package provides an integration of the PHP Debug Bar with applications that used the ATK4 framework, by providing collector classes that supply useful information about the applications' activity, like log data and database accesses.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This package provides an integration of the PHP Debug Bar with applications that used the ATK4 framework, by providing collector classes that supply useful information about the applications' activity, like log data and database accesses.
Read this article to learn more details about how this notable PHP package works.
878. Notable PHP package: PHP MySQL Shell
Updated on: 2019-08-15
Posted on: 2019-08-15
MySQL is a very popular SQL database server used by many PHP applications. The client program, when available, can be started from the command line console and it allows you to perform any SQL queries on a given database.
This package provides a pure PHP based alternative to the MySQL client program if for some reason it is not available on the computer from which you want to perform the database queries you want to try.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This package provides a pure PHP based alternative to the MySQL client program if for some reason it is not available on the computer from which you want to perform the database queries you want to try.
Read this article to learn more details about how this notable PHP package works.
877. Notable PHP package: Magento Birthday Coupon
Updated on: 2019-08-14
Posted on: 2019-08-14
Birthdays are a special dates in the lives of many people. Therefore, many e-commerce sites use that date as a reminder for people to get birthday gifts that are products being sold on the site.
To encourage more sales, some e-commerce sites provide discount coupons for people that were born on the current day.
This package can generate discount coupons for users of a e-commerce site running Magento which their birth day is on the current day.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
To encourage more sales, some e-commerce sites provide discount coupons for people that were born on the current day.
This package can generate discount coupons for users of a e-commerce site running Magento which their birth day is on the current day.
Read this article to learn more details about how this notable PHP package works.
876. What is Laravel Dependency Management?
Updated on: 2019-08-13
Posted on: 2019-08-13
As many of us know, Laravel is a popular framework used for developing PHP applications.
Laravel is itself a package of packages, hence to develop our projects smoothly among the team members, dependency management is a must and composer does its work under the hood, silently but efficiently.
Read this article to learn how dependency management works in Laravel, so you can also take good advantage of it.
More ...
Post a comment
See comments (0) Trackbacks (0)
Laravel is itself a package of packages, hence to develop our projects smoothly among the team members, dependency management is a must and composer does its work under the hood, silently but efficiently.
Read this article to learn how dependency management works in Laravel, so you can also take good advantage of it.
875. Notable PHP package: YII2 PHP Audit Log
Updated on: 2019-08-12
Posted on: 2019-08-12
Audit logs are useful to identify the circumstances that caused changes in the data of applications, like for instance the data that is stored in a database.
This package provides classes to implement model objects that can also generate audit logs for each type of change that is performed on application data objects that are stored in a database.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This package provides classes to implement model objects that can also generate audit logs for each type of change that is performed on application data objects that are stored in a database.
Read this article to learn more details about how this notable PHP package works.
1. How to Use PHP to Create a Link Preview like Facebook
Updated on: 2019-08-08
Posted on: 2019-08-08
Blog: PHP Page Preview package blog
Package: PHP Page Preview
When you submit a post in Facebook that contains a link to an external page, Facebook shows a preview of that page below the post text, so users can see a preview of how it will look link when the post is published.
Read this article to learn how you can implement this feature in a PHP Web site, so you can show previews of posts in your pages that also show how associated external pages look like.
More ...
Post a comment
See comments (0) Trackbacks (0)
Read this article to learn how you can implement this feature in a PHP Web site, so you can show previews of posts in your pages that also show how associated external pages look like.
874. Notable PHP package: Corner
Updated on: 2019-08-06
Posted on: 2019-08-06
Exceptions are frequently used by applications to trigger errors about error conditions that they are not ready to handle.
Usually exceptions pass some information about the context of the conditions that triggered the error, like for instance the file of the source code where the error occurred.
This package provides a trait that goes farther by providing other useful information about the errors, like for instance snippets of the source code that triggered the error, as well a link to get more support from the developers responsible for the code.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
Usually exceptions pass some information about the context of the conditions that triggered the error, like for instance the file of the source code where the error occurred.
This package provides a trait that goes farther by providing other useful information about the errors, like for instance snippets of the source code that triggered the error, as well a link to get more support from the developers responsible for the code.
Read this article to learn more details about how this notable PHP package works.
873. Notable PHP package: PHP OpenAPI Library
Updated on: 2019-07-31
Posted on: 2019-07-31
Many applications have implemented APIs to allow third-party developers to create their applications that extend the capabilities of the original applications or even create mobile versions of Web sites.
The OpenAPI specification defines file formats to describe APIs, so it provides common means to implement tools to develop APIs faster like code generators or tools to check and validate API implementations.
This package supports the OpenAPI specification to allow quick implementation of new APIs.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
The OpenAPI specification defines file formats to describe APIs, so it provides common means to implement tools to develop APIs faster like code generators or tools to check and validate API implementations.
This package supports the OpenAPI specification to allow quick implementation of new APIs.
Read this article to learn more details about how this notable PHP package works.
