Home > Download >  Library download

  • This class is a useful tool if you want to retrieve the user's original password when he or she forgets it. The password registered by the user is generally not saved in plain text and must be encrypted first. The simplest is of course to call the md5 function in the database sql statement to encrypt the user password. Here we introduce an encryption and decryption class. This class is a useful tool if you want to retrieve a user's original password when he or she forgets it. Of course, this encryption and decryption class can also be used for other purposes

    Other libraries13082017-12-08
  • This is an advanced security layer that is easy to use, well-structured, and fast, specifically for PHP-like web applications. This intrusion detection system does not provide any mitigation and anti-virus mechanisms, nor does it filter malicious input content. Its function is simply to identify malicious activities carried out by attackers against the site and provide timely reminders in the way that everyone needs. With a set of proven and very strict filtering rules, the detection system will give an impact rating value to any attack activity, helping users more easily understand how to respond to current hacker attacks. There are many ways to respond, including simply sending log records to the development team via an emergency email, displaying a warning message about the attacker, or even immediately terminating the user's current session.

    Other libraries11612017-12-08
  • This is a tool written in PHP. For PHP programs with standard annotations, it can quickly generate API documents with cross-reference, indexing and other functions. The new version adds support for php5 syntax. At the same time, documents can be generated by operating on the client browser. The documents can be converted into PDF, HTML, and CHM, which is very convenient.

    Other libraries10652017-12-08
  • Normally, when we want to generate a random string, we always create a character pool first, then use a loop and mt_rand() or rand() to generate PHP random numbers, and randomly select characters from the character pool. Finally piece together the required length. RandomLib-master is a PHP library that generates random numbers and random strings.

    Other libraries17302017-12-08
  • SSH is built around one center from beginning to end: object-oriented. Hibernate exists as a means of object persistence. The so-called O/R MAPPING is actually persistence. Because objects and relationships are just the relationship between an individual and a collection, there is no conflict in nature. No mapping required. In fact, in most cases, an object in memory exactly corresponds to one or more records in the relationship. It doesn’t even require conversion. The concepts are identical and there is no mapping. Another way to look at it is to treat the records in the relationship directly as objects. In this way, it will be easier and more straightforward to understand the concept of persistence.

    Other libraries16962017-12-08
  • This is an advanced security layer that is easy to use, well-structured, and fast, specifically for PHP-like web applications. This intrusion detection system does not provide any mitigation and anti-virus mechanisms, nor does it filter malicious input content. Its function is simply to identify malicious activities carried out by attackers against the site and provide timely reminders in the way that everyone needs. With a set of proven and very strict filtering rules, the detection system will give an impact rating value to any attack activity, helping users more easily understand how to respond to current hacker attacks. There are many ways to respond, including simply sending log records to the development team via an emergency email, displaying a warning message about the attacker, or even immediately terminating the user's current session.

    Other libraries12002017-12-08
  • This is an advanced security layer that is easy to use, well-structured, and fast, specifically for PHP-like web applications. This intrusion detection system does not provide any mitigation and anti-virus mechanisms, nor does it filter malicious input content. Its function is simply to identify malicious activities carried out by attackers against the site and provide timely reminders in the way that everyone needs. With a set of proven and very strict filtering rules, the detection system will give an impact rating value to any attack activity, helping users more easily understand how to respond to current hacker attacks. There are many ways to respond, including simply sending log records to the development team via an emergency email, displaying a warning message about the attacker, or even immediately terminating the user's current session.

    Other libraries10722017-12-08
  • phpDocumentor 2 is a program that can analyze PHP source code and comment blocks and generate documentation. Inspired by phpdocumentor 1 and javadoc, it continues to innovate using some new technologies and supports new features of php. Features of phpDocumentor 2: Compatible with php5.3, fully supports namespaces and closures, etc. Recognition supports any tag, as well as some additional ones (such as @link). Faster processing speed. Compared with phpDocumentor 1, the processing time under Zend Framework has been significantly reduced. Low memory consumption, the memory consumption of small, medium and large projects is less than 20MB, 40MB and 100MB respectively. Incremental analysis. If you have the structure.xml file obtained by running phpdoc before, the speed of regenerating the document after minor modifications will be increased by 80%. It’s easy to create templates, just 1 small step and 3 files to edit. Compatible with the 1st generation command line. For example --directory, --file and --target ​ Two-step processing. First generate a structure file. You can format relevant information according to this file and use your own tools to display the information!

    Other libraries11402017-12-08
  • Although PHP4 has developed so rapidly, it still lacks some key features compared to other popular development languages. For example, the object-oriented functions in PHP4 are not perfect and cannot capture and handle exceptions. Therefore, we are still stretched in dealing with some special issues. In July 2004, the release of the official version of PHP5 marked the arrival of a new PHP era. At its core is the second-generation Zend engine, which introduces support for the new PECL module. The biggest feature of PHP5 is that it introduces all object-oriented mechanisms and retains downward compatibility. Programmers no longer have to write classes that lack functionality and can implement class protection in a variety of ways. In addition, there are no longer problems with object integration. Using PHP5 introduces type hints and exception handling mechanisms, which can handle and avoid errors more effectively. While being constantly updated, PHP5 still retains the ability for old PHP4 programs to run on the PHP5 platform PHP5 PHP5 without major problems. With the development of MySQL database, PHP5 is also bundled with the new MySQLi extension module, which provides some more effective methods and practical tools for handling database operations. Most of these methods are implemented in an object-oriented manner, and they also greatly improve the execution speed of database-based Web projects. In addition, PHP5 has also improved the function of creating dynamic pictures and can support multiple picture formats (such as PNG, GIF, TTIF, JPGE, etc.). PHP5 has built-in support for the GD2 library, so it is no longer difficult to install the GD2 library (mainly in UNIX systems), which makes processing images very simple and efficient. Most web application developers still use XML as a completely simple database. PHP5 also uses a series of simple, easy-to-use, and powerful methods to process XML documents. Today, millions of websites, including Yahoo and Amazon, as well as numerous developers and programming enthusiasts are using PHP. From the initial PHP/FI to PHP5, PHP has developed extremely rapidly, and its future development prospects must also be eye-catching.

    Other libraries11732017-12-08
  • This program is mainly used to detect whether there are security risks in the configuration items in the PHP configuration file, and make corresponding configuration suggestions to make the PHP program more secure.

    Other libraries11052017-12-08
  • This is the best PHP rich text HTML filter I have ever used. It uses a whitelist mechanism to effectively eliminate illegal HTML tags in user submission forms, thereby preventing XSS attacks

    Other libraries9172017-12-08
  • This is a tool written in PHP. For PHP programs with standard annotations, it can quickly generate API documents with cross-reference, indexing and other functions. The old version is phpdoc, and the new version adds support for php5 syntax. At the same time, documents can be generated by operating on the client browser. The documents can be converted into PDF, HTML, and CHM, which is very convenient.

    Other libraries11672017-12-08