Author: Manuel Lemos
Updated on: 2022-06-13
Posted on: 2022-06-13
Package: Q PHP Storage Class
This way, applications can execute multiple operations simultaneously in parallel, so a single PHP script can run in less time than the same script would execute using the regular PHP implementation.
This package uses Swoole speed optimization to implement a client that can store objects in a storage container managed by a server executed using Swoole.
This package can store and retrieve data objects faster than using traditional types of databases used by PHP developers that require clients to wait until the database access queries finish before the PHP scripts move to execute the next operation in the same PHP script.
About the Q PHP Storage Class Package
The package Q PHP Storage Class is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.
The basic purpose is: Store data objects using Swoole tables
Here follows in more detail what it does:
This package can store data objects using Swoole tables.
It provides a base class that can perform several types of operations to store and retrieve the values of objects that are made of named properties using tables managed by Swoole.
Currently it can:
- Create a table of a given size store store the objects
- Store data for an object with a given key
- Get the data of an object with a given key
- Check if an object with a given key exists
- Delete the object with a given key
- Use a custom cast class that can convert this class objects in JSON strings or other formats
Conclusion
The Q PHP Storage Class can be downloaded from download page or be installed using the PHP Composer tool following instructions in the Composer install instructions page.
This package was considered notable for implementing its benefits in a way that is worth noticing.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package as well nice prizes.
One nice prize that many PHP developers want and you may like is the PHP elePHPant mascot plush.
You need to be a registered user or login to post a comment
1,597,295 PHP developers registered to the PHP Classes site.
Be One of Us!
Login Immediately with your account on:
Comments:
No comments were submitted yet.