Packages from coco-project
-
-
-
-
-
-
PHP
coco-project/encrypt
A symmetric encryption algorithm that can encrypt and decrypt strings with a specified encryption key
-
-
Perl
coco-project/exfi
-
PHP
coco-project/html-builder
Document Object Model (DOM) document generator, each attribute of each DOM node contains corresponding API operations.
-
-
JavaScript
coco-project/layui
-
PHP
coco-project/macroable
Provide a trait that dynamically injects a specified method or closure into a specified object during runtime execution.
-
PHP
coco-project/magic-access
\ArrayAccess, \Countable, \IteratorAggregate and __set,__get implementations
-
PHP
coco-project/process-manager
Granulate your process so that it can be managed in a more elegant way.
-
-
-
-
PHP
coco-project/sql-cache
Based on the lexical analysis of "update," "select," "insert," and "delete" SQL statements, an automatic caching strategy is implemented. The strategy involves caching the data when executing a select operation and associating the table name contained in the SQL statement with the corresponding cached records. When executing update, insert, or delete operations, the table name from the SQL statement is extracted, and any cached records containing this table name from previous select operations are deleted. This strategy enables seamless caching without delay and eliminates the need to worry about data synchronization issues. It is particularly effective for tables with infrequent data modifications. For tables with frequent modifications, they can be ignored by configuring the strategy accordingly.
-
PHP
coco-project/sse
-
-
-
PHP
coco-project/tree
Tree structure management tool that allows easy operations such as adding, modifying, deleting, searching, serializing, and deserializing nodes in a hierarchical structure.
-