Download the PHP package agentmedia/phine-framework without Composer
On this page you can find all versions of the php package agentmedia/phine-framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download agentmedia/phine-framework
More information about agentmedia/phine-framework
Files in agentmedia/phine-framework
Download agentmedia/phine-framework
More information about agentmedia/phine-framework
Files in agentmedia/phine-framework
Vendor agentmedia
Package phine-framework
Short Description A PHP framework providing Database ORM, IO, String utitlites and basic logic for typical web programming tasks like JSON webservices, sitemap writing or RSS generation
License Apache-2.0
Homepage https://github.com/agentmedia/phine-framework
Package phine-framework
Short Description A PHP framework providing Database ORM, IO, String utitlites and basic logic for typical web programming tasks like JSON webservices, sitemap writing or RSS generation
License Apache-2.0
Homepage https://github.com/agentmedia/phine-framework
Please rate this library. Is it a good library?
Informations about the package phine-framework
= phine-framework =
This is the PHP framework of the Phine CMS. It can be used without the CMS and provides the following features.
- Logic for forms, fields and validations
- Database ORM System and SQL fluent classes
- A PHP Writer to generate PHP code by PHP (also used by ORM)
- Logic for ACL to provide Access Guarding
- Logic for wording and translation using C#-String.Format placeholders like "This file was uploaded {0} times" , and PHP or CSV translation files
- Classes for file system operations and uploads (IO)
- Multibyte capable String class an and a StringReader for iterating multibyte strings
- RSS 2.0 and sitemap generator classes
- Apache Utilities including an htaccess writer
- A PHP writer class
- Simple text operations, like string shortening or whitespace normalization
- An abstract approach to make PHP class provide its methods and its results as json webservice
- Some basic graphic capabilities using gd functions
== Version History ==
=== 1.0.0 ===
First packagist available version
=== 1.0.1 ===
- changed database type defs to avoid collisions with PHP 7 built-in types (CAUTION: Update your references!)
- added global number parser accepting dot or comma as decimal separator
- added number validator based on GlobalNumberParser
=== 1.0.2 ===
- corrected stupid bug in global number parser
=== 1.0.3 ===
- added GlobalNumberParser::Parse utility function
=== 1.0.3 ===
- Corrected GlobalNumberParser::TrypParse function
== 1.0.5 == Renamed Sql\Object to Sql\SqlObject to prevent name clash with new PHP keyword "object"
All versions of phine-framework with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package agentmedia/phine-framework contains the following files
Loading the files please wait ....