goldnetonline/php-lite-core

Lean core runtime for php-lite websites.

Maintainers

Package info

github.com/goldnetonline/php-lite-core

pkg:composer/goldnetonline/php-lite-core

Statistics

Installs: 0

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.3 2026-04-21 10:15 UTC

This package is auto-updated.

Last update: 2026-04-21 10:17:46 UTC


README

Tests Release

Core framework package providing runtime components for PHP Lite applications.

Installation

PHP Lite Core is automatically installed when you use the starter template:

composer create-project goldnetonline/php-lite my-site

What's Included

PHP Lite Core provides:

  • Application Runtime - Request/response handling and routing
  • View Engine - Twig-based template rendering
  • Mail System - SMTP and Mailgun driver support
  • Error Handling - Integrated exception handling via Whoops
  • Configuration - Environment-based application configuration

Getting Started

For usage documentation and examples, see the PHP Lite starter project.

License

MIT License - see LICENSE file