maventama/phpssp

There is no license information available for the latest version (1.1.0) of this package.

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

Language:CSS

Type:project

1.1.0 2025-02-01 14:41 UTC

This package is auto-updated.

Last update: 2025-04-30 19:17:53 UTC


README

PHPSSP is a Simple Framework for PHP. It is a simple and easy to use framework for PHP, its fast and lightweight. It is designed to be simple and easy to use.

Features

  • Simple and easy to use
  • Fast and lightweight
  • Easy to extend
  • Easy to customize
  • Controllers
  • Models
  • Views
  • Routing
  • Dynamic Routing
  • Middleware
  • Rate Limiter
  • CSRF Protection
  • Input Sanitization
  • Integrated with Tailwind CSS

Requirements

  • PHP 8.0 or higher
  • Composer

Installation

You can install PHPSSP using git clone or composer.

composer create-project maventama/phpssp
git clone https://github.com/maventama/phpssp.git
composer install
php -S localhost:8000 -t public

Tailwind CSS Integration

You can integrate Tailwind CSS with PHPSSP by running the following command.

npm install
# Compile CSS with this command
npx @tailwindcss/cli -i ./views/styles/input.css -o ./public/css/output.css --watch