A set of decoupled and reusable PHP building blocks for kickass Web Applications
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.
Benchmark
Benchmark Package provide basic functionality for benchmarking.
Csrf
Csrf Package provides Cross Site Request Forgery protection by comparing provided token with session token to ensure request validity.
Filesystem
Filesystem Package provide a fluent, object-oriented interface for working with filesystem
Macroable
Macroable Package is a trait that, gives you the ability in effect to add new methods to a class at runtime.
Registry
Registry Package provides a fluent, object-oriented interface for storing data globally in a well managed fashion, helping to prevent global meltdown.
Session
Session Package provide a fluent, object-oriented interface for working with Session.
Strings
Strings Package provide a fluent, object-oriented interface for working with string values, allowing you to chain multiple string operations together using a more readable syntax compared to traditional PHP strings functions.
View
View Package provides basic methods for creating extendable PHP Views.