glowy
There are 8 repositories under glowy topic.
glowyphp/arrays
Arrays Package provide a fluent, object-oriented interface for working with arrays, allowing you to chain multiple arrays operations together using a more readable syntax compared to traditional PHP arrays functions.
glowyphp/strings
Strings Package provide a fluent, object-oriented interface for working with multibyte strings, allowing you to chain multiple string operations together using a more readable syntax compared to traditional PHP strings functions.
glowyphp/registry
Registry Package provides a fluent, object-oriented interface for storing data globally in a well managed fashion, helping to prevent global meltdown.
glowyphp/session
Session Package provide a fluent, object-oriented interface for working with Session.
glowyphp/macroable
Macroable Package is a trait that, gives you the ability in effect to add new methods to a class at runtime.
glowyphp/filesystem
Filesystem Package provide a fluent, object-oriented interface for working with filesystem.
glowyphp/csrf
Csrf Package provides Cross Site Request Forgery protection by comparing provided token with session token to ensure request validity.
glowyphp/view
View Package provides basic methods for creating extendable PHP Views.