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.



872. Notable PHP package: Free Text Search
Updated on: 2019-07-29
Posted on: 2019-07-29
Many people solve their problems by asking questions that express the difficulty they are having to find a solution.
Usually they use natural language in the idiom that they use to define the problem by asking a question.
This package can perform searches for solutions to problems that people may have using the Daft.ie API
This package can search for data taking common words typed by users.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
Usually they use natural language in the idiom that they use to define the problem by asking a question.
This package can perform searches for solutions to problems that people may have using the Daft.ie API
This package can search for data taking common words typed by users.
Read this article to learn more details about how this notable PHP package works.



871. Site Server Down Time Expected During Server Move
Updated on: 2019-07-26
Posted on: 2019-07-26
The PHP Classes site is going to be moved to a brand new server during this weekend.
This post is just a notice just in case you are concerned that you are not able to access it during the migration.
More ...
Post a comment
See comments (2) Trackbacks (0)
This post is just a notice just in case you are concerned that you are not able to access it during the migration.



870. Notable PHP package: PHP Strip HTML Tags
Updated on: 2019-07-25
Posted on: 2019-07-25
Sometimes it is necessary to extract PHP code from script files on which it is embedded in HTML.
This package not only can extract or remove PHP code from HTML, but can also extract or remove HTML code from scripts that mix HTML with PHP.
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 not only can extract or remove PHP code from HTML, but can also extract or remove HTML code from scripts that mix HTML with PHP.
Read this article to learn more details about how this notable PHP package works.



869. Notable PHP package: Encase PHP Functional Programming
Updated on: 2019-07-24
Posted on: 2019-07-24
Objects are useful to gather common behavior inside the same container which is a class.
To access access functions and variables of PHP inside a class you need to use the $this operator.
This package provides means to call the current class functions without using the $this operator, thus requiring you to type less code to call a function.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
To access access functions and variables of PHP inside a class you need to use the $this operator.
This package provides means to call the current class functions without using the $this operator, thus requiring you to type less code to call a function.
Read this article to learn more details about how this notable PHP package works.



868. Notable PHP package: PHP Facebook Locale
Updated on: 2019-07-23
Posted on: 2019-07-23
Facebook is a social network site that works for users of many countries that speak many languages.
It can also be integrated with third party applications that can provide additional benefits to Facebook users.
This class can get the list of countries supported by Facebook, as well the respective locale languages, so third party applications can know what languages Facebook users may want to use and those applications may need to support.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
It can also be integrated with third party applications that can provide additional benefits to Facebook users.
This class can get the list of countries supported by Facebook, as well the respective locale languages, so third party applications can know what languages Facebook users may want to use and those applications may need to support.
Read this article to learn more details about how this notable PHP package works.


