AloFramework 2.1.0-alpha3

This is a prerelease version of AloFramework.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package AloFramework --version 2.1.0-alpha3
NuGet\Install-Package AloFramework -Version 2.1.0-alpha3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AloFramework" Version="2.1.0-alpha3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AloFramework --version 2.1.0-alpha3
#r "nuget: AloFramework, 2.1.0-alpha3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AloFramework as a Cake Addin
#addin nuget:?package=AloFramework&version=2.1.0-alpha3&prerelease

// Install AloFramework as a Cake Tool
#tool nuget:?package=AloFramework&version=2.1.0-alpha3&prerelease

AloFramework is an incredibly lightweight and flexible MVC framework for PHP 5.4+. It has a lot of built-in functionality including but not limited to:

* Memcached wrapper
* Database connection class
* MySQL,Redis or Memcached-based session managers
* HTML form validator
* Code testing suite
* Email sender
* Crontab editor
* Object-oriented cURL wrapper
* Object-oriented file manager
* Remote SFTP file manager
* Code profiler
* CLI tools
* Localisation tools
* File management utilities

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

* ArrayObj, a more abstract version of SmartObj, was created. Locale now extends it instead.
* SmartObj now has a deleteWithRegex() method
* Alo\Db\Resultset class added. It extends ArrayObj and can be used to manipulate a SQL resultset (or any array of
associative arrays)