Libraries tagged by CoC
cocochepeau/yourls-php-sdk
6 Downloads
A PHP SDK for interacting with the YOURLS API, enabling URL shortening, expansion, and statistics retrieval.
cocoa/captcha
388 Downloads
PHP Captcha Package
coco-project/validate
16 Downloads
coco-project/torrent
7 Downloads
torrent
coco-project/timer
58 Downloads
coco-project/sse
29 Downloads
coco-project/sql-cache
19 Downloads
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.
coco-project/snowflake
42 Downloads
snowflake
coco-project/session
12 Downloads
coco-project/qrcode
7 Downloads
qrcode
coco-project/process-manager
25 Downloads
Granulate your process so that it can be managed in a more elegant way.
coco-project/phpinfo-parser
10 Downloads
coco-project/mcrypt
7 Downloads
coco-project/magic-access
99 Downloads
\ArrayAccess, \Countable, \IteratorAggregate and __set,__get implementations
coco-project/macroable
22 Downloads
Provide a trait that dynamically injects a specified method or closure into a specified object during runtime execution.