2017 © Pedro Peláez
 

library rude-php

most of the standard solutions, which are not available in PHP by default

image

rude/rude-php

most of the standard solutions, which are not available in PHP by default

  • Monday, September 8, 2014
  • by ThisNameWasFree
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

rude-php

A lightweight standalone PHP framework., (*1)

Main features: - UTF-8 PHP strings support; - Custom ORM with ActiveRecord and QueryBuilder patterns; - HTTP(S) multithread scrapper; - Console library with color support; - Binary stream reader; - PHPDoc with samples on two languages for main core classes., (*2)

The framework core is located in the cores/%CORE_VERSION%/ directory. A web application or CLI programs should be placed in the apps/%APP_NAME%/%APP_VERSION% directory. Initial %APP_VERSION% value is 1.0.0., (*3)

Requirements: - PHP 7.0 (with short_open_tag = On); - curl.so extension (optional, for curl classes); - mysqli.so extension (optional, for database classes); - mbstring.so extension (optional, for string and char classes)., (*4)

The Versions

08/09 2014

dev-master

9999999-dev

most of the standard solutions, which are not available in PHP by default

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0