Gelato 1.0.0 Release

I have been working on Gelato and I am happy to introduce Gelato Release :)

Gelato is a well documented PHP5 library for kickass Web Applications. Gelato is used by Monstra CMS :)


Gelato provide classes:

Agent - The Agent class provides a simple way to detect the kind of device that made the request.
Array - The Array class contains methods that can be useful when working with arrays.
Cache - The Cache class provides a simple file caching.
ClassLoader - The ClassLoader class handles autoloading of classes.
Cookie - The Cookie class contains methods that can be useful when working with cookies.
Curl - The Curl class contains methods that can be useful when working with curl.
Date - The Date class contains methods that can be useful when working with date.
Debug - The Debug class is a simple class for debugging variables, objects, arrays, etc by outputting information to the display.
ErrorHandler - The ErrorHandler class is a class for error handling.
File - The File class contains methods that assist in working with files.
Dir - The Dir class contains methods that assist in working with directories.
Form - The Form class contains methods that assist in working with forms.
Html - The Html helper contains methods that assist in working with html.
Request - Request class.
Responce - Responce class.
Image - The Image class allows you to perform simple image manipulation.
Inflector - The Inflector class allows you to transforms words.
Log - The Log class provides simple file loggin.
MinifyCSS - The MinifyCSS class provides methods for css minification.
MinifyHTML - The MinifyHTML class provides methods for html minification.
MinifyJS - The MinifyJS class provides methods for js minification.
Notification - The Notification class provides simple session storage service.
Number - The number class contains methods that can be useful when working with numbers.
Registry - Reqistry service class.
Token - This Token class can be used to generate tokens that can be used to help protect against CSRF.
Text - The Text helper is a set of methods to help with the manipulation of strings.
Session - Session class
Url - The Url class allows you to interact with the URLs.
Valid - The Valid class provides a simple and consistent way of validating user input.
Zip - The Zip class allows you to interact with the Zip files.

How to use ?

1. Download
Gelato 1.0.0

2. Include
include 'libraries/Gelato/Gelato.php';

3. Use
echo Text::lorem();

Repository: https://github.com/Monstra/gelato
Bugtracker: https://github.com/Monstra/gelato/issues


comments powered by Disqus