ragg / codelapse
Fast coding for Small-scale PHP projects.
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 8
Language:HTML
pkg:composer/ragg/codelapse
This package is not auto-updated.
Last update: 2026-01-07 17:19:03 UTC
README
Fast coding for Small-scale PHP projects.
How to use
- copy "cl" directory to your project.
- write require in CodeLapse using files.
<?php // Load CodeLapse bootstrap. require 'cl/bs.php'; Do anything...
Feature
- Multidimension array utility
- Arr
- Input wrapper
- Input
- Cookie
- Session
- Mail wrapper
- Support plain text & HTML
- Support multiple file attach.
- Smarty wrapper
- Late static binding on PHP 5.2.x
- LateBinding
- Database Utility
- DB
- DB_Resultset (Iterable resultset abstraction.)
- DB_CrudModel
Active Record like model.(Currently not function as ORM.) - DB_Connection
Automatic driver switching PDO class or MySQL functions.(Currently only support MySQL.)